/titanic_41/usr/src/cmd/ypcmd/ |
H A D | ypserv_map.c | 56 static enum { UNKNOWN, SECURE, PUBLIC } current_map_access = UNKNOWN; enumerator 173 current_map_access = UNKNOWN; in ypset_current_map() 206 current_map_access = UNKNOWN; in ypclr_current_map() 246 if (current_map_access == UNKNOWN) { in yp_map_access()
|
/titanic_41/usr/src/cmd/lp/filter/postscript/postcomm/ |
H A D | postcomm.h | 81 #define UNKNOWN 10 /* in case we missed anything */ macro 129 NULL, UNKNOWN \
|
H A D | postcomm.c | 428 case UNKNOWN: in filter() 575 if (tostdout == TRUE && status[i].val == UNKNOWN && curfile > 0) in getstatus()
|
/titanic_41/usr/src/cmd/format/ |
H A D | defect.c | 251 if (def->bfi != UNKNOWN) { in pr_defect() 253 if (def->nbits != UNKNOWN) in pr_defect() 280 if (def->bfi == UNKNOWN) in sort_defect() 290 if (ptr->bfi == UNKNOWN) in sort_defect() 422 def.bfi = def.nbits = UNKNOWN; in add_ldef()
|
H A D | ctlr_ata.c | 310 new_defect->bfi = UNKNOWN; in ata_convert_list() 313 new_defect->nbits = UNKNOWN; in ata_convert_list() 462 if ((dlist->bfi != UNKNOWN) || (dlist->nbits != UNKNOWN)) { in ata_wr_cur()
|
/titanic_41/usr/src/cmd/avs/dsbitmap/ |
H A D | dsbitmap.c | 54 enum { UNKNOWN = 0, SNDR, II }; enumerator 351 int type = UNKNOWN; in main() 363 if (type != UNKNOWN) { in main() 373 if (type != UNKNOWN) { in main() 399 if (type == UNKNOWN) { in main()
|
/titanic_41/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | postio.h | 125 #define UNKNOWN 10 /* in case we missed anything */ macro 167 NULL, UNKNOWN \
|
H A D | slowsend.c | 99 case UNKNOWN: in slowsend()
|
/titanic_41/usr/src/cmd/lvm/util/ |
H A D | metareplace.c | 253 if ((compnp = metaname(&sp, argv[0], UNKNOWN, ep)) == NULL) { in main() 269 if ((oldnp = metaname(&sp, argv[0], UNKNOWN, ep)) == NULL) { in main() 273 if ((newnp = metaname(&sp, argv[1], UNKNOWN, ep)) == NULL) { in main()
|
H A D | metaroot.c | 253 if ((rootnp = metaname(&sp, curroot, UNKNOWN, ep)) == NULL) { in validate_root_device() 414 if ((rootnp = metaname(&sp, argv[0], UNKNOWN, ep)) == NULL) { in main() 427 currootnp = metaname(&sp, curroot, UNKNOWN, ep); in main()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | encrypt.c | 106 #define UNKNOWN gettext("(unknown)") macro 552 ENCTYPE_NAME(type) : UNKNOWN, type); in encrypt_is() 561 ENCTYPE_NAME(type) : UNKNOWN, type); in encrypt_is() 595 ENCTYPE_NAME(type) : UNKNOWN, type); in encrypt_reply() 604 ENCTYPE_NAME(type) : UNKNOWN, type); in encrypt_reply() 662 ENCTYPE_NAME(decrypt_mode) : UNKNOWN, in encrypt_start() 829 ENCTYPE_NAME(type) : UNKNOWN, type); in encrypt_start_output()
|
/titanic_41/usr/src/cmd/saf/ |
H A D | misc.c | 125 case UNKNOWN: in sigpoll() 178 case UNKNOWN: in sigpoll() 242 case UNKNOWN: in sigpoll() 294 case UNKNOWN: in sigpoll() 420 case UNKNOWN: in sigpoll()
|
H A D | sac.c | 241 sp->sc_sstate = sp->sc_pstate = UNKNOWN; in startpms() 317 if (sp && (sp->sc_sstate == UNKNOWN)) { in readutmpx() 348 if (savesp && (savesp->sc_sstate == UNKNOWN)) { in readutmpx() 808 case UNKNOWN: in pollpms() 1011 pp->pm_state = UNKNOWN; in readpipe() 1019 if (sp->sc_sstate == UNKNOWN) { in readpipe()
|
H A D | structs.h | 88 #define UNKNOWN 6 /* in recovery, state unknown */ macro
|
/titanic_41/usr/src/lib/libdscfg/common/ |
H A D | cfg_cluster.h | 60 UNKNOWN, enumerator 101 SCSTAT_UNKNOWN = UNKNOWN, /* resource state is unknown */
|
/titanic_41/usr/src/cmd/fs.d/ |
H A D | fsck.c | 92 enum dev_arg_t { UNKNOWN, SPECIAL, FSCKDEV, MOUNTPT }; enumerator 93 enum dev_arg_t arg_hint = UNKNOWN; 442 case UNKNOWN: in main() 455 arg_hint = UNKNOWN; in main() 505 arg_hint = UNKNOWN; in main() 525 arg_hint = UNKNOWN; in main()
|
/titanic_41/usr/src/cmd/cron/ |
H A D | att1.y | 66 %token UNKNOWN 81 | time ampm timezone date incr UNKNOWN {
|
/titanic_41/usr/src/lib/libdns_sd/java/com/apple/dnssd/ |
H A D | DNSSDException.java | 46 public static final int UNKNOWN = -65537; field in DNSSDException
|
/titanic_41/usr/src/lib/sun_fc/common/ |
H A D | AdapterEvent.h | 45 UNKNOWN = HBA_EVENT_ADAPTER_UNKNOWN, enumerator
|
H A D | AdapterDeviceEvent.h | 44 UNKNOWN = HBA_EVENT_DEVICE_UNKNOWN, enumerator
|
H A D | TargetEvent.h | 45 UNKNOWN = HBA_EVENT_TARGET_UNKNOWN, enumerator
|
H A D | AdapterPortEvent.h | 45 UNKNOWN = HBA_EVENT_PORT_UNKNOWN, enumerator
|
H A D | LinkEvent.h | 42 UNKNOWN = HBA_EVENT_LINK_UNKNOWN, enumerator
|
/titanic_41/usr/src/cmd/rcm_daemon/common/ |
H A D | ttymux_rcm_impl.h | 42 #define UNKNOWN 1 /* flags */ macro
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | null.test | 56 # FALSE and UNKNOWN test expressions are skipped. 110 # is the same as UNKNOWN. The WHERE clause should only select those 111 # rows that are TRUE. FALSE and UNKNOWN rows are rejected.
|