Home
last modified time | relevance | path

Searched refs:match (Results 101 – 125 of 457) sorted by relevance

12345678910>>...19

/illumos-gate/usr/src/cmd/zinject/
H A Dtranslate.c89 int match; in parse_pathname() local
118 match = 0; in parse_pathname()
121 match = 1; in parse_pathname()
126 if (!match) { in parse_pathname()
/illumos-gate/usr/src/lib/sun_fc/common/
H A DHandleNPIVPort.cc106 bool HandleNPIVPort::match(uint64_t portWWN) { in match() function in HandleNPIVPort
120 bool HandleNPIVPort::match(int index) { in match() function in HandleNPIVPort
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dregex.c44 match ( in match() function
49 match (re, value) in match()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c686 composed_pg_t *match; in build_composed_property_groups() local
700 assert(match == NULL); in build_composed_property_groups()
717 if (match == NULL) { in build_composed_property_groups()
728 compose_props(match); in build_composed_property_groups()
2021 composed_pg_t *match; in ptrn_info_create() local
2100 ptrn_info_t *match; in gather_pattern() local
2129 if (match == NULL) { in gather_pattern()
2780 ptrn_info_t *match; in tmpl_scan_general() local
2802 if (match != NULL) { in tmpl_scan_general()
3335 composed_pg_t *match; in tmpl_required_pg_present() local
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfkeyprintf.c153 regmatch_t match[10]; in getfmt() local
297 …if (!regexec(fp->re[x], s, elementsof(match), match, 0) && !regsubexec(fp->re[x], s, elementsof(ma… in getfmt()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_onexit.c180 zfs_onexit_action_node_t *match; in zfs_onexit_find_cb() local
186 match = (zfs_onexit_action_node_t *)(uintptr_t)action_handle; in zfs_onexit_find_cb()
189 if (match == ap) in zfs_onexit_find_cb()
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dzone.c42 int *extended_error, int match, int doi, const bslabel_t *label, int flags) in zone_create() argument
58 zd.match = match; in zone_create()
/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetMPLuOidListFromTPG.c141 int match = 0; in getOidList() local
231 match = 0; in getOidList()
245 match = 1; in getOidList()
253 if (match) { in getOidList()
/illumos-gate/usr/src/lib/fm/topo/maps/SMCI,SSG-2028R-ACR24L/
H A DSSG-2028R-ACR24L-usb.usbtopo24 # caused the ACPI PLD data to incorrectly match ports. As such, drive
28 disable-acpi-match
29 enable-metadata-match
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtest.c87 regoff_t match[2*(MATCH_MAX+1)],n; in test_strmatch() local
100 match[0] = 0; in test_strmatch()
101 if(m > elementsof(match)/2) in test_strmatch()
102 m = elementsof(match)/2; in test_strmatch()
103 n = strgrpmatch(str, pat, match, m, STR_GROUP|STR_MAXIMAL|STR_LEFT|STR_RIGHT); in test_strmatch()
105 match[1] = strlen(str); in test_strmatch()
107 sh_setmatch(shp, str, -1, n, match, 0); in test_strmatch()
/illumos-gate/usr/src/lib/libadm/common/
H A Dckkeywd.c40 match(char *strval, char *set[]) in match() function
109 valid = !match(input, keyword); in ckkeywd()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_number_props.zcp67 function match(n, ans, src, expected)
85 if not (match(1, ans, src, expected)) then
90 if not (match(2, ans, src, expected)) then
95 if not (match(3, ans, src, expected)) then
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c1536 scan++, match++;
1569 scan += 2, match++;
1578 } while (*++scan == *++match && *++scan == *++match &&
1579 *++scan == *++match && *++scan == *++match &&
1580 *++scan == *++match && *++scan == *++match &&
1581 *++scan == *++match && *++scan == *++match &&
1640 if (match[0] != scan[0] || match[1] != scan[1])
1658 } while (*++scan == *++match && *++scan == *++match &&
1659 *++scan == *++match && *++scan == *++match &&
1660 *++scan == *++match && *++scan == *++match &&
[all …]
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed1.c96 static int match(char *expbuf, int gf);
159 } else if(match(p2, 0)) { in execute()
180 } else if(match(p1, 0)) { in execute()
227 match(char *expbuf, int gf) in match() function
246 if(match(ipc->r1.re1, 0) == 0) return(0); in substitute()
254 if(match(ipc->r1.re1, 1) == 0) break; in substitute()
/illumos-gate/usr/src/cmd/keyserv/
H A Dupdate.c60 static int match(char *line, char *name);
284 if (err < 0 && match(line, name)) {
337 match(char *line, char *name) function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dlc.c180 match(const char* s, register const char* p, int minimum, int standard) in match() function
258 …return match(s, cp->code, 0, 1) || match(s, cp->alternates, 3, 1) || cp->ms && match(s, cp->ms, 0,… in match_charset()
562 for (lp = lc_languages; lp->code && (!lp->alternates || !match(s, lp->alternates, n, 0)); lp++); in lcmake()
579 for (lp = lc_languages; lp->code && !match(s, lp->name, 0, 0); lp++); in lcmake()
591 if ((i = match(s, tp->name, 3, 0)) > z) in lcmake()
679 if (match(s, tp->name, 3, 0)) in lcmake()
712 if (match(w, ap->name, 5, 0)) in lcmake()
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c1529 int match; local
1539 match = NO;
1543 match = YES;
1547 match = (ospeed > Map->Speed);
1551 match = (ospeed >= Map->Speed);
1555 match = (ospeed == Map->Speed);
1559 match = (ospeed <= Map->Speed);
1563 match = (ospeed < Map->Speed);
1567 match = (ospeed != Map->Speed);
1570 if (match)
/illumos-gate/usr/src/cmd/ctrun/
H A Dctrun.c127 str2bit(optvect_t *options, int match, const char *str, int len) in str2bit() argument
130 if (match && (options->opt_flags & match) == 0) in str2bit()
147 opt2bits(optvect_t *options, int match, const char *str, uint_t *bits, char c) in opt2bits() argument
169 bit = str2bit(options, match, str, len); in opt2bits()
/illumos-gate/usr/src/ucbcmd/mkstr/
H A Dmkstr.c69 static int match(char *ocp);
148 if (match("error(")) { in process()
160 match(char *ocp) in match() function
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c6229 for (match = pattern->sp_matches; match != NULL; in scf_add_match()
6230 match = match->sm_next) { in scf_add_match()
6330 for (match = pattern->sp_matches; match != NULL; in scf_multiple_match_error()
6331 match = match->sm_next) in scf_multiple_match_error()
6339 for (match = pattern->sp_matches; match != NULL; in scf_multiple_match_error()
6340 match = match->sm_next) { in scf_multiple_match_error()
6910 for (match = pattern[i].sp_matches; match != NULL; in scf_walk_fmri()
6911 match = match->sm_next) { in scf_walk_fmri()
6944 for (match = pattern[i].sp_matches; match != NULL; in scf_walk_fmri()
6945 match = match->sm_next) { in scf_walk_fmri()
[all …]
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_profile.c368 int match; member
377 margp->match = 1; in match_name()
407 marg.match = 0; in is_nonempty_dir()
414 return (marg.match); in is_nonempty_dir()
422 int type, match = 0; in prof_name_matched() local
442 } else if (!match) { in prof_name_matched()
443 match = gmatch(name, expr); in prof_name_matched()
446 if (match) { in prof_name_matched()
448 return (match); in prof_name_matched()
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c475 if (!match) in nss_find_matching_certs()
489 if (!match) in nss_find_matching_certs()
1450 match = 0; in NSS_FindKey()
1461 match = 1; in NSS_FindKey()
1476 if (match) in NSS_FindKey()
1484 match = 0; in NSS_FindKey()
1495 match = 1; in NSS_FindKey()
1510 if (match) in NSS_FindKey()
1525 match = 0; in NSS_FindKey()
1551 match = 1; in NSS_FindKey()
[all …]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dudpublickey.c124 if (err < 0 && match(line, name)) {
179 match(line, name) in match() function
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlstrlib.c236 static const char *match (MatchState *ms, const char *s, const char *p);
383 const char *res = match(ms, (s+i), ep+1); in max_expand()
394 const char *res = match(ms, s, ep+1); in min_expand()
412 if ((res=match(ms, s, p)) == NULL) /* match failed? */ in start_capture()
423 if ((res = match(ms, s, p)) == NULL) /* match failed? */ in end_capture()
440 static const char *match (MatchState *ms, const char *s, const char *p) { in match() function
514 if ((res = match(ms, s + 1, ep + 1)) != NULL) in match()
643 if ((res=match(&ms, s1, p)) != NULL) { in str_find_aux()
686 if ((e = match(&ms, src, p)) != NULL) { in gmatch_aux()
791 e = match(&ms, src, p); in str_gsub()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dmedia.c321 int match; in apply_filter() local
325 match = 0; in apply_filter()
329 match = 1; in apply_filter()
334 if (!match) { in apply_filter()

12345678910>>...19