Searched defs:at_flags (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dif_ether.h98 uchar_t at_flags; /* flags */ member in struct:arptab
/illumos-gate/usr/src/lib/libbc/inc/include/netinet/
H A Dif_ether.h118 u_char at_flags; /* flags */ member in struct:arptab
/illumos-gate/usr/src/uts/sparc/os/
H A Darchdep.c152 * The value of at_flags reflects a platform's cpu module support.
153 * at_flags is used to check for allowing a binary to execute and
156 int at_flags = 0; variable
186 supported_flags = at_flags & ~EF_SPARC_32PLUS;
194 ((e_flags & ~at_flags) & EF_SPARC_32PLUS_MASK) == 0)
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dglobals.c119 ulong_t at_flags = 0; /* machine specific file flags */ variable
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c901 * The value of at_flags reflects a platform's cpu module support.
902 * at_flags is used to check for allowing a binary to execute and
905 int at_flags = 0; variable
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c766 at_flags(long val, char *instr, size_t n, char *str) function
816 { AT_SUN_AUXFLAGS, "AT_SUN_AUXFLAGS", at_flags },

Completed in 52 milliseconds