Searched defs:UNKNOWN (Results 26 - 34 of 34) sorted by relevance

12

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h209 #define UNKNOWN 0xffffffff /* for num_items */ macro
/illumos-gate/usr/src/cmd/localedef/
H A Dcollate.c100 * UNKNOWN is for newly allocated entries, and indicates that nothing
117 UNKNOWN, /* priority is totally unknown */ enumerator in enum:__anon27
259 prilist[i].res = UNKNOWN;
294 if (pri->res != UNKNOWN) {
327 if (pri->res == UNKNOWN) {
458 set_pri(pri_undefined[i], COLLATE_MAX_PRIORITY, UNKNOWN);
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c153 #define UNKNOWN 11 macro
845 led_strs[led], cfga_strs[UNKNOWN]);
848 DBG(1, ("%s:%s\n", led_strs[led], cfga_strs[UNKNOWN]));
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c149 #define UNKNOWN 11 macro
941 led_strs[power_led_info.led], cfga_strs[UNKNOWN]);
956 led_strs[fault_led_info.led], cfga_strs[UNKNOWN]);
971 led_strs[attn_led_info.led], cfga_strs[UNKNOWN]);
986 cfga_strs[UNKNOWN]);
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c51 const char *UNKNOWN = "<unknown>"; variable
328 sym_name = (char *)UNKNOWN;
433 sym_name = (char *)UNKNOWN;
620 sym_name = (char *)UNKNOWN;
631 sym_name = (char *)UNKNOWN;
1193 str = (char *)UNKNOWN;
1700 buffer->scn_name = s_name ? s_name : (char *)UNKNOWN;
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip.h362 UNKNOWN = 0, enumerator in enum:__anon3966
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c153 #define UNKNOWN 2 macro
224 Byte data_type; /* UNKNOWN, BINARY or ASCII */
2294 if (s->data_type == UNKNOWN) set_data_type(s);
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c220 UNKNOWN = 1, enumerator in enum:__anon4387
955 lib_infop->version = UNKNOWN;
/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c94 UNKNOWN, enumerator in enum:__anon34
308 #define INVALID {TERM, UNKNOWN, "", 0, 0, 0, 0, 0}
328 #define INVALID {TERM, UNKNOWN, "", 0, 0, 0, 0, 0}
348 #define INVALID {TERM, UNKNOWN, 0, 0, 0, 0, 0}
368 #define INVALID {TERM, UNKNOWN, 0, 0, 0, 0}
5256 case UNKNOWN:

Completed in 126 milliseconds

12