Home
last modified time | relevance | path

Searched refs:UNKNOWN (Results 1 – 25 of 63) sorted by relevance

123

/illumos-gate/usr/src/test/libc-tests/tests/regex/data/
H A Dcategorize.out4 NOTE BUG=alternation-order-UNKNOWN
6 NOTE BUG=nomatch-match-UNKNOWN
7 NOTE BUG=range-null-UNKNOWN
8 NOTE BUG=repeat-any-UNKNOWN
9 NOTE BUG=repeat-null-UNKNOWN
10 NOTE BUG=repeat-short-UNKNOWN
11 NOTE BUG=repeat-artifact-UNKNOWN
12 NOTE BUG=repeat-artifact-nomatch-UNKNOWN
13 NOTE BUG=subexpression-first-UNKNOWN
H A Dcategorize.dat21 ; BUG=alternation-order-UNKNOWN
30 ; BUG=nomatch-match-UNKNOWN
34 ; BUG=range-null-UNKNOWN
39 ; BUG=repeat-any-UNKNOWN
44 ; BUG=repeat-null-UNKNOWN
49 ; BUG=repeat-short-UNKNOWN
53 ; BUG=repeat-artifact-UNKNOWN
57 ; BUG=repeat-artifact-nomatch-UNKNOWN
62 ; BUG=subexpression-first-UNKNOWN
/illumos-gate/usr/src/uts/intel/sys/
H A Dx86_archext.h1161 _DECL_CHIPREV(AMD, OROCHI, UNKNOWN, 0x0001),
1170 _DECL_CHIPREV(AMD, KAVERI, UNKNOWN, 0x0001),
1211 _DECL_CHIPREV(AMD, DALI, UNKNOWN, 0x0001),
1215 _DECL_CHIPREV(AMD, ROME, UNKNOWN, 0x0001),
1239 _DECL_CHIPREV(AMD, MILAN, UNKNOWN, 0x0001),
1246 _DECL_CHIPREV(AMD, GENOA, UNKNOWN, 0x0001),
1285 _DECL_CHIPREV(AMD, TURIN, UNKNOWN, 0x0001),
1348 _DECL_UARCHREV(AMD, ZEN2, UNKNOWN, 0x0001),
1353 _DECL_UARCHREV(AMD, ZEN3, UNKNOWN, 0x0001),
1360 _DECL_UARCHREV(AMD, ZEN4, UNKNOWN, 0x0001),
[all …]
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/
H A Dcall_tree.pl18 my $UNKNOWN = 1;
78 %{$param_map{$link}}->{found} = $UNKNOWN;
89 $param_map{$one} = {found => $UNKNOWN, links => []};
111 %{$param_map{$func}}->{found} = $UNKNOWN;
H A Dtrace_params.pl17 my $UNKNOWN = 1;
68 $param_map{$one} = {found => $UNKNOWN, links => []};
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_map.c54 static enum { UNKNOWN, SECURE, PUBLIC } current_map_access = UNKNOWN; enumerator
171 current_map_access = UNKNOWN; in ypset_current_map()
204 current_map_access = UNKNOWN; in ypclr_current_map()
244 if (current_map_access == UNKNOWN) { in yp_map_access()
/illumos-gate/usr/src/cmd/format/
H A Ddefect.c251 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 Dctlr_ata.c297 new_defect->bfi = UNKNOWN; in ata_convert_list()
300 new_defect->nbits = UNKNOWN; in ata_convert_list()
449 if ((dlist->bfi != UNKNOWN) || (dlist->nbits != UNKNOWN)) { in ata_wr_cur()
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.h81 #define UNKNOWN 10 /* in case we missed anything */ macro
129 NULL, UNKNOWN \
H A Dpostcomm.c426 case UNKNOWN: in filter()
573 if (tostdout == TRUE && status[i].val == UNKNOWN && curfile > 0) in getstatus()
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.h125 #define UNKNOWN 10 /* in case we missed anything */ macro
167 NULL, UNKNOWN \
H A Dslowsend.c98 case UNKNOWN: in slowsend()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c104 #define UNKNOWN gettext("(unknown)") macro
550 ENCTYPE_NAME(type) : UNKNOWN, type); in encrypt_is()
559 ENCTYPE_NAME(type) : UNKNOWN, type); in encrypt_is()
593 ENCTYPE_NAME(type) : UNKNOWN, type); in encrypt_reply()
602 ENCTYPE_NAME(type) : UNKNOWN, type); in encrypt_reply()
660 ENCTYPE_NAME(decrypt_mode) : UNKNOWN, in encrypt_start()
827 ENCTYPE_NAME(type) : UNKNOWN, type); in encrypt_start_output()
/illumos-gate/usr/src/cmd/saf/
H A Dmisc.c122 case UNKNOWN: in sigpoll()
175 case UNKNOWN: in sigpoll()
239 case UNKNOWN: in sigpoll()
291 case UNKNOWN: in sigpoll()
417 case UNKNOWN: in sigpoll()
H A Dsac.c239 sp->sc_sstate = sp->sc_pstate = UNKNOWN; in startpms()
315 if (sp && (sp->sc_sstate == UNKNOWN)) { in readutmpx()
346 if (savesp && (savesp->sc_sstate == UNKNOWN)) { in readutmpx()
806 case UNKNOWN: in pollpms()
1008 pp->pm_state = UNKNOWN; in readpipe()
1015 if (sp->sc_sstate == UNKNOWN) { in readpipe()
H A Dstructs.h88 #define UNKNOWN 6 /* in recovery, state unknown */ macro
/illumos-gate/usr/src/test/smbsrv-tests/cmd/
H A Drun_smbtorture.py56 UNKNOWN = 2 variable in TestResult
74 self.result = TestResult.UNKNOWN
98 if self.result != TestResult.UNKNOWN:
/illumos-gate/usr/src/cmd/fs.d/
H A Dfsck.c92 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()
/illumos-gate/usr/src/cmd/cron/
H A Datt1.y66 %token UNKNOWN
81 | time ampm timezone date incr UNKNOWN {
/illumos-gate/usr/src/lib/sun_fc/common/
H A DAdapterEvent.h45 UNKNOWN = HBA_EVENT_ADAPTER_UNKNOWN, enumerator
H A DAdapterDeviceEvent.h44 UNKNOWN = HBA_EVENT_DEVICE_UNKNOWN, enumerator
H A DTargetEvent.h45 UNKNOWN = HBA_EVENT_TARGET_UNKNOWN, enumerator
H A DAdapterPortEvent.h45 UNKNOWN = HBA_EVENT_PORT_UNKNOWN, enumerator
H A DLinkEvent.h42 UNKNOWN = HBA_EVENT_LINK_UNKNOWN, enumerator
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dnull.test54 # FALSE and UNKNOWN test expressions are skipped.
108 # is the same as UNKNOWN. The WHERE clause should only select those
109 # rows that are TRUE. FALSE and UNKNOWN rows are rejected.

123