Searched refs:xa (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h136 #define N_INDR 0xa /* indirect */
H A Dloader.h120 #define MH_DSYM 0xa /* companion file with only debug */
253 #define LC_PREPAGE 0xa /* prepage command (internal use) */
470 #define S_MOD_TERM_FUNC_POINTERS 0xa /* section with only function
/darwin-on-arm/xnu/bsd/net/
H A Dif_types.h85 #define IFT_ISO88026 0xa /* MAN */
H A Droute.h315 #define RTM_OLDDEL 0xa /* caused by SIOCDELRT */
H A Dradix.c942 u_char *xa = (u_char *)a; local
973 if (rn->rn_bmask & xa[rn->rn_offset])
/darwin-on-arm/xnu/libkern/libkern/
H A DOSKextLib.h140 #define kOSKextReturnDisabled libkern_kext_err(0xa)
/darwin-on-arm/xnu/bsd/sys/
H A Dkdebug.h138 #define MACH_STACK_DEPTH 0xa /* stack depth at switch */
165 #define PMAP__ATTRIBUTE_CLEAR 0xa
/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserializeXML.y514 n = (n * base + 0xa + c - 'a');
614 *d = (0xa + (c - 'a')) << 4;
624 *d |= 0xa + (c - 'a');
/darwin-on-arm/xnu/osfmk/i386/
H A Dcpuid.c692 if (info_p->cpuid_max_basic >= 0xa) {
698 cpuid_fn(0xa, reg);
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfasttrap_isa.c906 if ((type & 0xa) != 0xa)
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_pageout.c6959 const unsigned char swap_crypt_null_iv[AES_BLOCK_SIZE] = {0xa, };

Completed in 93 milliseconds