Searched refs:SID (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfsm_subs.h | 539 #define nfsm_chain_add_stateid(E, NMC, SID) \ argument 541 nfsm_chain_add_32((E), (NMC), (SID)->seqid); \ 542 nfsm_chain_add_32((E), (NMC), (SID)->other[0]); \ 543 nfsm_chain_add_32((E), (NMC), (SID)->other[1]); \ 544 nfsm_chain_add_32((E), (NMC), (SID)->other[2]); \ 800 #define nfsm_chain_get_stateid(E, NMC, SID) \ argument 802 nfsm_chain_get_32((E), (NMC), (SID)->seqid); \ 803 nfsm_chain_get_32((E), (NMC), (SID)->other[0]); \ 804 nfsm_chain_get_32((E), (NMC), (SID)->other[1]); \ 805 nfsm_chain_get_32((E), (NMC), (SID)->other[2]); \
|
| /xnu-8019.80.24/bsd/netinet6/ |
| H A D | scope6.c | 84 #define SID(ifp) &IN6_IFEXTRA(ifp)->scope6_id macro 103 sid = SID(ifp); in scope6_ifattach() 186 sid = SID(ifp); in in6_addr2scopeid() 418 sid = SID(ifp); in in6_setscope()
|