Home
last modified time | relevance | path

Searched refs:match (Results 1 – 25 of 457) sorted by last modified time

12345678910>>...19

/illumos-gate/usr/src/cmd/latencytop/
H A Dtable.c230 char *match; in parse_sym_trans() local
281 match = begin; in parse_sym_trans()
285 g_hash_table_lookup(symbol_lookup_table, match); in parse_sym_trans()
322 match_dup = lt_strdup(match); in parse_sym_trans()
723 lt_match_t *match; in lt_table_cause_from_stack() local
731 match = (lt_match_t *) in lt_table_cause_from_stack()
734 if (match == NULL) { in lt_table_cause_from_stack()
738 match = (lt_match_t *) in lt_table_cause_from_stack()
743 if (match == NULL) { in lt_table_cause_from_stack()
746 *cause_id = match->lt_mt_cause_id; in lt_table_cause_from_stack()
[all …]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c1125 ematch(const char *ev, const char *match) in ematch() argument
1129 while ((c = *match++) != '\0') { in ematch()
1139 envvar(const char *ev, const char *match, int limit) in envvar() argument
1144 if ((ename = ematch(ev, match)) != NULL) { in envvar()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c4228 boolean_t match = B_FALSE; in sotpi_sendmsg() local
4250 match = B_TRUE; in sotpi_sendmsg()
4263 match = B_TRUE; in sotpi_sendmsg()
4270 match = B_TRUE; in sotpi_sendmsg()
4272 if (match) { in sotpi_sendmsg()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c4661 nvpair_t *match; in props_reduce() local
4666 &match) != 0) || !propval_equals(pair, match)) in props_reduce()
4670 (void) nvlist_remove_nvpair(origprops, match); in props_reduce()
/illumos-gate/usr/src/uts/intel/io/amdzen/
H A Damdzen.c2059 boolean_t match = B_FALSE; in amdzen_stub_scan_cb() local
2091 match = B_TRUE; in amdzen_stub_scan_cb()
2107 match = B_TRUE; in amdzen_stub_scan_cb()
2111 if (match) { in amdzen_stub_scan_cb()
/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm.c2091 const char *match = nf->nf_filts[i]; in do_features_match() local
2095 if (strcmp(nvme_feat_disc_short(disc), match) == 0 || in do_features_match()
2096 strcasecmp(nvme_feat_disc_spec(disc), match) == 0) { in do_features_match()
2101 fid = strtonumx(match, 0, UINT32_MAX, &err, 0); in do_features_match()
/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c307 boolean_t match = B_FALSE; in nvt_nvpair_match() local
311 match = B_TRUE; in nvt_nvpair_match()
315 match = B_TRUE; in nvt_nvpair_match()
317 return (match); in nvt_nvpair_match()
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c3231 boolean_t match = B_FALSE; in nvme_config_list() local
3242 match = B_TRUE; in nvme_config_list()
3245 if (!match) in nvme_config_list()
/illumos-gate/usr/src/ucbcmd/expr/
H A Dexpr.y77 | expr MCH expr = { $$ = match($1, $3); }
78 | MATCH expr expr = { $$ = match($2, $3); }
281 match(char *s, char *p) in match() function
/illumos-gate/usr/src/test/nvme-tests/tests/libnvme/
H A Dctrl-disc.c83 bool ret = true, match = false; in ctrl_match() local
108 match = true; in ctrl_match()
117 if (!match) { in ctrl_match()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-utiltest.p5m241 file path=opt/util-tests/tests/awk/examples/awk/t.match mode=0444
466 file path=opt/util-tests/tests/awk/examples/out/t.match mode=0444
/illumos-gate/usr/src/lib/libnvme/common/
H A Dlibnvme.c1131 goto match; in nvme_ns_init_by_name_cb()
1137 goto match; in nvme_ns_init_by_name_cb()
1142 goto match; in nvme_ns_init_by_name_cb()
1146 match: in nvme_ns_init_by_name_cb()
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src434 # They match a subset of ECMA-48.
1148 # klone+sgr-dumb is an error since the acsc does not match -TD
2066 # see vt100 manual page A-31. This is the list that does match:
5950 # systems is not, and (surprise!) they match very well.
21751 # * correct xterm-8bit to match XFree86 3.9Ad F1-F4.
22061 # * modify 'screen' khome/kend to match screen 3.09.08
22287 # * modify sgr string of prism9 to better match the individual
22307 # * fixes to make nsterm-16color match report
22346 # * update xterm+pcfkeys to match xterm #216 -TD
22407 # to match xterm #230 -TD
[all …]
H A Dtermcap.src416 # They match a subset of ECMA-48.
1050 # klone+sgr-dumb is an error since the acsc does not match -TD
1813 # see vt100 manual page A-31. This is the list that does match:
5249 # systems is not, and (surprise!) they match very well.
19533 # * correct xterm-8bit to match XFree86 3.9Ad F1-F4.
19843 # * modify 'screen' khome/kend to match screen 3.09.08
20069 # * modify sgr string of prism9 to better match the individual
20089 # * fixes to make nsterm-16color match report
20128 # * update xterm+pcfkeys to match xterm #216 -TD
20189 # to match xterm #230 -TD
[all …]
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c524 const char *match, int name_flags) in print_vdev_tree() argument
548 if (strcmp(match, class) != 0) in print_vdev_tree()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c3005 int match; in list_instance() local
3026 match = 0; in list_instance()
3031 match = 1; in list_instance()
3036 if (!match) in list_instance()
3354 int match = 0; in list_if_dependent() local
3356 (void) walk_dependencies(wip, check_against_provider, &match); in list_if_dependent()
3358 if (match) in list_if_dependent()
/illumos-gate/usr/src/cmd/ps/
H A Dps.c1318 int match = 0; in prfind() local
1325 match = 1; in prfind()
1336 if (!match && (other != NULL)) { in prfind()
1340 match = 1; in prfind()
1343 if (!match || (tuid != (uid_t)-1 && tuid != psinfo->pr_euid)) { in prfind()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c2816 int rv, match, i; in pt_lookup_by_addr() local
2929 match = (addr == symp->st_value); in pt_lookup_by_addr()
2931 match = (addr >= symp->st_value && in pt_lookup_by_addr()
2934 match = (addr >= symp->st_value && in pt_lookup_by_addr()
2937 if (match) { in pt_lookup_by_addr()
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c93 static int match(char *s);
240 if (match("N")) { in main()
242 } else if (match("psize=")) { in main()
246 } else if (match("label=")) { in main()
1313 match(char *s) in match() function
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c541 int pg_done, match, all = strcmp(group, ALL) == 0; in print_all_props() local
552 pg_done = match = 0; in print_all_props()
562 match = strcmp(group, pgn) == 0; in print_all_props()
587 if ((match || all) && !pg_done) { in print_all_props()
599 if ((match || all) && pg_done) { in print_all_props()
606 if (match && !all) in print_all_props()
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c370 match(char *s, char *p) in match() function
569 r1 = match(r1, expres(pri[op1-OR], 0)); in expres()
618 r1 = match(rb, ra); in expres()
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c4656 uint_t match; in alloc_cmp_str() local
5594 int match = 0; in match_path_component() local
5615 match = 1; in match_path_component()
5629 return (match); in match_path_component()
7155 int match = FALSE; in getattr() local
7262 match = TRUE; in getattr()
7267 if (match == TRUE) { in getattr()
8753 int match; in devfsadm_is_reserved() local
8757 match = 0; in devfsadm_is_reserved()
8779 match = 1; in devfsadm_is_reserved()
[all …]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.c1116 goto match; in pfind()
1119 match: in pfind()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c3036 int match = 0; in vhci_do_prin() local
3044 match = 1; in vhci_do_prin()
3048 if (!match) { in vhci_do_prin()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_user.c616 boolean_t match; in smb_user_namecmp() local
626 match = (smb_strcasecmp(name, fq_name, 0) == 0); in smb_user_namecmp()
627 if (!match) { in smb_user_namecmp()
631 match = (smb_strcasecmp(name, fq_name, 0) == 0); in smb_user_namecmp()
635 return (match); in smb_user_namecmp()

12345678910>>...19