Searched refs:match (Results 276 - 300 of 335) sorted by relevance

<<11121314

/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c173 * implying this entry must be a wildcard match and
1134 * UID-match is required
1552 * match CREDs as well
1612 int error = ENOENT, match = 0; local
1630 * Need to match CREDs as well
1633 match = crcmp(p->fn_cred, cred) == 0;
1639 match = 1;
1642 if (match) {
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dreglib.h49 int off; /* re_rhs or match[] offset */
50 int len; /* re_rhs len or len==0 match[] */
95 #define REX_DONE 13 /* completed match (internal) */
117 #define REX_NEST 35 /* nested match */
318 unsigned char* beg; /* beginning of next match */
326 unsigned char* beg; /* beginning of left match */
333 unsigned char* end; /* end of left match */
500 int explicit; /* scoped explicit match*/
520 Nest_t nest; /* nested match */
536 Vector_t* bestpos; /* ditto for best match */
537 regmatch_t* match; /* subexrs in current match */ member in struct:reglib_s
[all...]
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvscan.d76 sdt:vscan::vscan-type-match
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c59 * match," this means that tests against the filter list must actually
60 * use "last match."
1833 * make file-inclusion work as expected. Thus, the "first match"
1834 * filter rule becomes "last match" here.
1862 * Assume reject by default if any positive-match
1864 * there are no positive-match filters, then
/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.c1110 goto match;
1113 match:
H A Dsh.func.c523 bferr("No match");
1022 bferr("No match");
1622 error("No match");
/illumos-gate/usr/src/cmd/awk/
H A Dawk.lx.l173 <A>match { RET(MATCHFCN); }
/illumos-gate/usr/src/tools/scripts/
H A Dxref.mk28 # currrent working directory that match the criteria specified in the
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_pfc.c65 (tctl.bits.match != TCAM_CTL_RWC_RWC_MATCH)) {
73 " TCAM Match operationfailed to find match \n"));
110 if (tctl_rv.bits.match)
/illumos-gate/usr/src/uts/common/os/
H A Ddevid_cache.c558 "register: %s path match\n", path));
580 * Does the device's devid match the cache?
584 "devid %s does not match\n", path));
596 "devid register: %s devid match\n", path));
807 "find: devid match: %s 0x%x\n",
1094 goto match;
1103 * Does the initial path component match 'path'?
1126 * unit address match.
1138 match:
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c342 * no way for a global variable key signature to match a thread-local key
1350 * invoking ECB match the target credentials
7775 * These functions are used to match groups of probes, given some elements of
7784 uint32_t match = priv & ppriv; local
7794 * No matching bits, but there were bits to match...
7796 if (match == 0 && ppriv != 0)
7802 if (((ppriv & ~match) & DTRACE_PRIV_OWNER) != 0 &&
7811 if (((ppriv & ~match) & DTRACE_PRIV_ZONEOWNER) != 0 &&
7823 * This function returns >0 for match, 0 for no match, an
8667 int match; local
12113 dtrace_enabling_replicate(dtrace_state_t *state, dtrace_probedesc_t *match, dtrace_probedesc_t *create) argument
14378 uint32_t match; local
16542 dtrace_probedesc_t *match = &desc.dtrpd_match; local
[all...]
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c280 * if an exact match is found for
1535 if (match(cp, name)) {
1560 rv = (match(tmp, child) != 0) ? TRUE : FALSE;
1575 * Used to match the filename inside the list
1622 cmp_fp = match;
1645 * Try exact match.
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c113 int cnt; /* number of matched chars on full match, -1 otherwise */
254 static BOOL match(Expr *e, int a);
403 /* Handle match to null string */
412 /* Handle match to new-line only */
418 /* Handle match including beginning or ending new-line */
507 (void) printf("match at input '%s'\n", b);
537 match(Expr *e, int a) function
716 if (match(e, a)) {
1262 return (NO); /* no match */
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c625 * Remove keys depends on boolean variable "match"
626 * match = B_TRUE ==> Remove all keys which matches the given svc_key,
628 * match = B_FALSE ==> Remove all keys which does not matches the svc_key,
633 uint64_t svc_key, boolean_t match)
643 if (match == B_TRUE && key->pgr_key == svc_key ||
644 match == B_FALSE && key->pgr_key != svc_key) {
632 sbd_pgr_remove_keys(sbd_lu_t *slu, sbd_it_data_t *my_it, sbd_pgr_key_t *my_key, uint64_t svc_key, boolean_t match) argument
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c975 ** are trying to match against, and 'pvp' points to the pattern.
976 ** If pvp points to a special match value (MATCHZANY, MATCHANY,
978 ** matched is saved away in the match vector (pointed to by 'mvp').
980 ** When a match between avp & pvp does not match, we try to
982 ** we must also back out the match in mvp. If we reach a
983 ** MATCHANY or MATCHZANY we just extend the match and start
986 ** When we finally match, we rewrite the address vector
1004 struct match struct
1025 register struct match *ml
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h678 * functions which are called one at a time until one fails to match.
681 uint32_t req, match; member in struct:ipsa_query_s
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c46 match((PT)->re, *((PM)->pvalue)))
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd.h1042 extern boolean_t match(char *, char *);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c1113 ematch(const char *ev, const char *match) argument
1117 while ((c = *match++) != '\0') {
1127 envvar(const char *ev, const char *match, int limit) argument
1132 if ((ename = ematch(ev, match)) != NULL) {
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp_hw.h313 uint32_t match:1; member in struct:_tcam_ctl_t::__anon8218::__anon8219
319 uint32_t match:1;
/illumos-gate/usr/src/lib/libast/common/comp/
H A Diconv.c452 if (strgrpmatch(m, cp->match, sub, elementsof(sub) / 2, STR_MAXIMAL|STR_LEFT|STR_ICASE))
1482 cp->name = cp->match = cp->desc = (const char*)ent->d_name;
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c567 boolean_t match; local
579 match = ath9k_hw_get_lower_upper_index(
584 if (match) {
736 boolean_t match; local
747 match =
752 if (match) {
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c343 /* Search in reverse order to find longest match */
1045 mount_one_dev_device_cb(void *arg, const char *match, const char *name) argument
1050 return (di_prof_add_dev(prof, match));
1051 return (di_prof_add_map(prof, match, name));
1492 * they contain binaries that must match system.
3701 * If the label exists, it must match the label configured for the zone.
4769 int match = 0; local
4816 match = zcent->zc_match;
4895 rctlbufsz, zfsbuf, zfsbufsz, &xerr, match, doi, zlabel,
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c3493 nvlist_t *match = NULL; local
3517 if (match != NULL) {
3521 dump_nvlist(match, 8);
3528 match = *configp;
3551 *configp = name ? match : NULL;
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Dpicldiag.c1138 uint64_t match; local
1176 match = picldiag_get_uint_propval(bankh, PICL_PROP_ADDRESSMATCH, &err);
1190 if (((segp->base + i * mem_xfersize) & mask) == match)

Completed in 160 milliseconds

<<11121314