Home
last modified time | relevance | path

Searched refs:msc (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/bsd/netinet/
H A Din_tclass.c1280 msc = MBUF_SC_BK; in set_packet_service_class()
1285 msc = MBUF_SC_BK; in set_packet_service_class()
1310 msc = MBUF_SC_CTL; in set_packet_service_class()
1346 msc = MBUF_SC_BK; in so_tc2msc()
1349 msc = MBUF_SC_BE; in so_tc2msc()
1352 msc = MBUF_SC_RD; in so_tc2msc()
1358 msc = MBUF_SC_AV; in so_tc2msc()
1361 msc = MBUF_SC_RV; in so_tc2msc()
1365 msc = MBUF_SC_VI; in so_tc2msc()
1372 msc = MBUF_SC_VO; in so_tc2msc()
[all …]
/xnu-11215/libkern/zlib/
H A DREADME20 of the special makefiles such as Makefile.msc. For VMS, use make_vms.com.
/xnu-11215/tools/lldbmacros/
H A Dmbufs.py1046 msc = cast(mca.mca_contents, 'mcl_saved_contents_t *')
1047 msa = addressof(msc.sc_scratch)
/xnu-11215/bsd/kern/
H A Duipc_mbuf.c8689 mcl_saved_contents_t *msc = local
8692 VERIFY(msc != NULL);
8693 VERIFY(IS_P2ALIGNED(msc, sizeof(u_int64_t)));
8694 VERIFY(con_size == sizeof(*msc));
8696 mca->mca_contents = msc;