Searched refs:UNKNOWN (Results 1 - 25 of 75) sorted by relevance

123

/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.h81 #define UNKNOWN 10 /* in case we missed anything */ macro
109 * descriptions before the UNKNOWN entry. The lookup in getstatus() terminates
129 NULL, UNKNOWN \
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.h125 #define UNKNOWN 10 /* in case we missed anything */ macro
149 * before the UNKNOWN entry.
167 NULL, UNKNOWN \
H A Dslowsend.c99 case UNKNOWN:
/illumos-gate/usr/src/lib/sun_fc/common/
H A DAdapterEvent.h45 UNKNOWN = HBA_EVENT_ADAPTER_UNKNOWN, enumerator in enum:AdapterEvent::EVENT_TYPE
H A DAdapterDeviceEvent.h44 UNKNOWN = HBA_EVENT_DEVICE_UNKNOWN, enumerator in enum:AdapterDeviceEvent::EVENT_TYPE
H A DAdapterPortEvent.h45 UNKNOWN = HBA_EVENT_PORT_UNKNOWN, enumerator in enum:AdapterPortEvent::EVENT_TYPE
H A DLinkEvent.h42 UNKNOWN = HBA_EVENT_LINK_UNKNOWN, enumerator in enum:LinkEvent::EVENT_TYPE
H A DTargetEvent.h45 UNKNOWN = HBA_EVENT_TARGET_UNKNOWN, enumerator in enum:TargetEvent::EVENT_TYPE
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSDException.java28 public static final int UNKNOWN = -65537; field in class:DNSSDException
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dttymux_rcm_impl.h42 #define UNKNOWN 1 /* flags */ macro
/illumos-gate/usr/src/cmd/saf/
H A Dstructs.h88 #define UNKNOWN 6 /* in recovery, state unknown */ macro
H A Dmisc.c125 case UNKNOWN:
178 case UNKNOWN:
242 case UNKNOWN:
294 case UNKNOWN:
420 case UNKNOWN:
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_map.c56 static enum { UNKNOWN, SECURE, PUBLIC } current_map_access = UNKNOWN; enumerator in enum:__anon1928
173 current_map_access = UNKNOWN;
206 current_map_access = UNKNOWN;
246 if (current_map_access == UNKNOWN) {
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetareplace.c253 if ((compnp = metaname(&sp, argv[0], UNKNOWN, ep)) == NULL) {
269 if ((oldnp = metaname(&sp, argv[0], UNKNOWN, ep)) == NULL) {
273 if ((newnp = metaname(&sp, argv[1], UNKNOWN, ep)) == NULL) {
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg_cluster.h60 UNKNOWN, enumerator in enum:sc_state_code_enum
101 SCSTAT_UNKNOWN = UNKNOWN, /* resource state is unknown */
/illumos-gate/usr/src/cmd/format/
H A Ddefect.h95 #define UNKNOWN (-1) /* value used in defect fields */ macro
H A Ddefect.c251 if (def->bfi != UNKNOWN) {
253 if (def->nbits != UNKNOWN)
280 if (def->bfi == UNKNOWN)
290 if (ptr->bfi == UNKNOWN)
422 def.bfi = def.nbits = UNKNOWN;
H A Dctlr_ata.c310 new_defect->bfi = UNKNOWN;
313 new_defect->nbits = UNKNOWN;
462 if ((dlist->bfi != UNKNOWN) || (dlist->nbits != UNKNOWN)) {
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Disnsadm_msg.c36 case UNKNOWN:
H A Disnsadm.h137 UNKNOWN enumerator in enum:__anon662
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mount.c83 if ((mnp = metaname(&sp, mnt_special, UNKNOWN, ep)) == NULL) {
H A Dmetagetroot.c83 if ((rootnp = metaname(&sp, curroot, UNKNOWN, ep)) == NULL)
/illumos-gate/usr/src/cmd/avs/dsbitmap/
H A Ddsbitmap.c54 enum { UNKNOWN = 0, SNDR, II }; enumerator in enum:__anon26
351 int type = UNKNOWN;
363 if (type != UNKNOWN) {
373 if (type != UNKNOWN) {
399 if (type == UNKNOWN) {
/illumos-gate/usr/src/cmd/cron/
H A Datt2.l89 . { LL(UNKNOWN, 0); }
H A Datt1.y66 %token UNKNOWN
81 | time ampm timezone date incr UNKNOWN {

Completed in 131 milliseconds

123