Searched refs:other (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dndrv.h71 * other : up to 28 bytes of protocol data for different protocol type
98 u_int8_t other[28]; member in union:ndrv_demux_desc::__anon217
H A Dndrv.c564 /* If there are no other interfaces, detach PF_NDRV from the interface */
796 ifdemux->data = ndrv->data.other;
/darwin-on-arm/xnu/libkern/c++/
H A DOSData.cpp294 bool OSData::appendBytes(const OSData *other) argument
296 return appendBytes(other->data, other->length);
/darwin-on-arm/xnu/bsd/crypto/blowfish/
H A Dbf_enc.c33 * documentation and/or other materials provided with the distribution.
72 If you set BF_ROUNDS to some value other than 16 or 20, you will have
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsm_subs.h43 * documentation and/or other materials provided with the distribution.
503 nfsm_chain_add_32((E), (NMC), (SID)->other[0]); \
504 nfsm_chain_add_32((E), (NMC), (SID)->other[1]); \
505 nfsm_chain_add_32((E), (NMC), (SID)->other[2]); \
721 nfsm_chain_get_32((E), (NMC), (SID)->other[0]); \
722 nfsm_chain_get_32((E), (NMC), (SID)->other[1]); \
723 nfsm_chain_get_32((E), (NMC), (SID)->other[2]); \
H A Dnfs4_vnops.c1464 // other attrs we might support someday:
1496 return (EINVAL); /* return EINVAL if other attributes also set */
1546 stateid.seqid = stateid.other[0] = stateid.other[1] = stateid.other[2] = 0;
2447 sid->other[0] = s->other[0];
2448 sid->other[1] = s->other[1];
2449 sid->other[
[all...]
H A Dnfsproto.h43 * documentation and/or other materials provided with the distribution.
809 uint32_t other[3]; member in struct:nfs_stateid

Completed in 152 milliseconds