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

/xnu-2782.1.97/tools/lldbmacros/core/
H A Dcvalue.py45 def __cmp__(self, other):
46 if type(other) is int:
49 other = long(other)
50 return me.__cmp__(other)
51 if type(other) is value:
52 return int(self).__cmp__(int(other))
90 def __add__(self, other):
91 return int(self) + int(other)
93 def __radd__(self, other)
[all...]
/xnu-2782.1.97/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::__anon226
H A Dndrv.c564 /* If there are no other interfaces, detach PF_NDRV from the interface */
801 ifdemux->data = ndrv->data.other;
/xnu-2782.1.97/libkern/c++/
H A DOSData.cpp293 bool OSData::appendBytes(const OSData *other) argument
295 return appendBytes(other->data, other->length);
/xnu-2782.1.97/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.c1470 // other attrs we might support someday:
1502 return (EINVAL); /* return EINVAL if other attributes also set */
1552 stateid.seqid = stateid.other[0] = stateid.other[1] = stateid.other[2] = 0;
2453 sid->other[0] = s->other[0];
2454 sid->other[1] = s->other[1];
2455 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
/xnu-2782.1.97/osfmk/mach/
H A Dmessage.h163 #define MACH_MSGH_BITS_SET(remote, local, voucher, other) \
165 | ((other) &~ MACH_MSGH_BITS_PORTS_MASK))
735 * with one of the other options.

Completed in 57 milliseconds