HomeSort by relevance Sort by last modified time
    Searched defs:at_flags (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/netinet/
if_ether.h 98 uchar_t at_flags; /* flags */ member in struct:arptab
  /onnv/onnv-gate/usr/src/uts/sparc/os/
archdep.c 155 * The value of at_flags reflects a platform's cpu module support.
156 * at_flags is used to check for allowing a binary to execute and
157 * is passed as the value of the AT_FLAGS auxiliary vector.
159 int at_flags = 0; variable
189 supported_flags = at_flags & ~EF_SPARC_32PLUS;
197 ((e_flags & ~at_flags) & EF_SPARC_32PLUS_MASK) == 0)
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/netinet/
if_ether.h 118 u_char at_flags; /* flags */ member in struct:arptab
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/
globals.c 121 ulong_t at_flags = 0; /* machine specific file flags */ variable
  /onnv/onnv-gate/usr/src/uts/intel/ia32/os/
archdep.c 888 * The value of at_flags reflects a platform's cpu module support.
889 * at_flags is used to check for allowing a binary to execute and
890 * is passed as the value of the AT_FLAGS auxiliary vector.
892 int at_flags = 0; variable
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ptools/pargs/
pargs.c 742 at_flags(long val, char *instr, size_t n, char *str) function
774 { AT_FLAGS, "AT_FLAGS", at_null },
791 { AT_SUN_AUXFLAGS, "AT_SUN_AUXFLAGS", at_flags },
    [all...]

Completed in 660 milliseconds