Searched refs:tmp_flags (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 896 int32_t tmp_flags = kn->kn_flags; in spec_kqfilter() local 904 kn->kn_flags = tmp_flags; in spec_kqfilter()
|
| /xnu-11215/bsd/kern/ |
| H A D | uipc_mbuf.c | 6032 uint16_t tmp_flags = flags; local 6036 tmp_flags |= DROPTAP_FLAG_L2_MISSING; 6038 droptap_output_mbuf(m, reason, funcname, linenum, tmp_flags, 6045 uint16_t tmp_flags = flags; local 6054 tmp_flags |= DROPTAP_FLAG_L2_MISSING; 6057 droptap_input_mbuf(m, reason, funcname, linenum, tmp_flags,
|