Searched defs:UNDEF (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_keyboard_table.c48 #define UNDEF KBTYPE_SPEC_UNDEF macro
52 /* 00 */ UNDEF, UNDEF, UNDEF, UNDEF,
137 /* 55 */ UNDEF, UNDEF, UNDEF, UNDEF,
138 /* 56 */ UNDEF, UNDE
[all...]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcompiler.h137 #define UNDEF 5 /* Invalid token type */ macro
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dtic.h123 #define UNDEF 5 /* Invalid token */ macro
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dkeytab.c430 enum { UNDEF, SPEC, HIGH, ALL, OLD } mode; enumerator in enum:__anon694
442 mode = UNDEF;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c111 #define UNDEF PASS macro
/illumos-gate/usr/src/lib/libpp/i386/
H A Dppdef.h29 #define UNDEF 16 macro
/illumos-gate/usr/src/lib/libpp/sparc/
H A Dppdef.h29 #define UNDEF 16 macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsyms.c808 UNDEF, NOVERSION, IMPLICIT, NOTAVAIL, enumerator in enum:__anon1729
863 case UNDEF:
1325 * non-weak UNDEF symbol with reduced visibility (STV_*), then
1369 * Register symbols are always allowed to be UNDEF.
1391 sym_undef_entry(ofl, sdp, UNDEF, undef,
1410 sym_undef_entry(ofl, sdp, UNDEF, FLG_OF_WARN,
1916 * - Referenced section is not 0 (indicates an UNDEF symbol)
2535 * references (UNDEF). This ensures that any reference to
2691 * an UNDEF symbol of the same name from this one. In that
2862 * become a reference (UNDEF) fo
[all...]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c1469 UNDEF enumerator in enum:pkt_type
1618 type = UNDEF;
1621 type = UNDEF;
1649 ASSERT(type == UNDEF);
1674 for (type = V4_TCP; type < UNDEF; type++) {
2050 type = UNDEF;
2053 type = UNDEF;
2112 ASSERT(type == UNDEF);
2160 for (type = V4_TCP; type < UNDEF; type++) {

Completed in 776 milliseconds