Searched refs:match (Results 201 - 225 of 335) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c234 vmusage_t *match; local
309 match = NULL;
315 match = next;
319 match = next;
323 match = next;
327 match = next;
334 if (match != NULL) {
335 id->id_size = match->vmu_swap_all / 1024;
336 id->id_rssize = match->vmu_rss_all / 1024;
337 id->id_pctmem = (100.0 * (float)match
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_request.c962 * aliases to the target to see if they match.
2438 * for a match using spec_includes_device_name().
2487 * for a match using spec_includes_device_name_or_alias().
2509 * input device name is "c3t0d0s0", it will match "c3t0d0"
3133 * The device must match each of the ids in the spec that
3150 boolean_t match = B_FALSE; local
3160 match = (spec->data.ctd->ctrl == device->data.ctd->ctrl) &&
3167 match = (spec->data.ctd->ctrl == device->data.ctd->ctrl) &&
3172 match = (spec->data.ctd->ctrl == device->data.ctd->ctrl);
3185 match
[all...]
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c104 #define IBCS2_FILESYSTEM_WIDTH 15 /* Truncate to match ISC/SCO */
105 #define IBCS2_MOUNT_POINT_WIDTH 10 /* Truncate to match ISC/SCO */
638 * We try to find an exact match between the user-specified argument
641 * argument and repeating the test until we get a match. This works
689 * Try to match the command line argument which is a block special device
725 * check if device numbers match. If there is a cached device number
761 struct mtab_entry *match, *tmatch; local
778 match = NULL;
807 /* Both exhausted so we have a match */
828 match
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c1570 goto done; /* exact match */
1609 if (*p1 == '\0' && *p2 == '\0') /* exact match */
1619 if (*p1 == '\0') /* exact match */
1781 * We match on aliases of the hostname as well as on the canonical name.
1828 * If the list name has a '-' prepended then a match of
1917 /* Just do a hostname match */
2160 * share options looking for a match on the auth
2162 * a match, then the client is given ro, rw, or
2307 int match; /* Set when a flavor is matched */ local
2330 match
2666 int match = 0; /* Set when a flavor is matched */ local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_ip.c611 * If addresses match, rearrange pointers so that addrinfo
660 /* If aobjnames match, rearrange pointers to create new list */
662 ipadm_addr_info_t *match = ainfop; local
666 last->ia_ifa.ifa_next = match->ia_ifa.ifa_next;
670 match->ia_ifa.ifa_next = NULL;
672 match->ia_ifa.ifa_next = &(*ainfo)->ia_ifa;
673 *ainfo = match;
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c409 static int match(char *s);
677 if (match("nsect=")) {
680 } else if (match("ntrack=")) {
683 } else if (match("bsize=")) {
686 } else if (match("fragsize=")) {
690 } else if (match("cgsize=")) {
693 } else if (match("free=")) {
697 } else if (match("maxcontig=")) {
701 } else if (match("nrpos=")) {
704 } else if (match("rp
3742 match(char *s) function
[all...]
/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.c387 * are updated to match owner,group arguments
477 * remove all matches or just the first match.
483 int match; local
510 match = acl_match(acl_entry, remove_entry);
511 if (match == 0) {
/illumos-gate/usr/src/lib/libdladm/common/
H A Dpropfuncs.c108 * specified name. If a match is found, this function is invoked with the
315 boolean_t match = (c == '=' || c == ',' || c == ';'); local
318 * Move to the next character if there is no match and
321 if (!match && i != len - 1)
324 if (match) {
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c56 * The -I, -N, and -T options are called "match options", because
61 * the current invocation is called the "match item".
68 /* match_opt_t is used to note which match option was used */
244 * any values equal to or greater than the first will match.
360 * match list. Prepares the matching code for use.
375 * Flag ambiguous attempt to use match option with both -p and
377 * can't tell what type of item we're supposed to match against.
385 /* Set the match type, based on the presence of the -p option */
395 * Scan match list and perform any necessary fixups:
449 match(match_flags_ function
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dmdeg.c46 mdeg_node_match_t *nmatch; /* node match filter */
47 mdeg_node_spec_t *pspec; /* parent match filter */
294 /* make sure the handle is an exact match */
310 * The result_t is a list of all the nodes that match their specified
350 cmn_err(CE_WARN, "unable to match node specifier");
412 * as long as the match specification is also NULL. In this
428 /* node spec and node match must both be valid, or both NULL */
837 * Generate a string that represents the match structure.
838 * Clamp the string length if the match structure contains
848 mdeg_match_str(mdeg_node_match_t *match, cha argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c309 if (match(dp->d_name, pattern)) {
431 match(s, p) function
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c1070 boolean_t match; local
1085 match = B_FALSE;
1090 match = B_TRUE;
1094 if (!match)
1112 boolean_t match; local
1122 match = B_FALSE;
1132 match = B_TRUE;
1136 if (!match)
1646 * match unqualified winnames flapping in the wind.
/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h185 int match; /* match level */ member in struct:__anon321
201 int match; /* match level */ member in struct:__anon322
541 int zone_match; /* require label match for packets */
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c412 bridge_fwd_t *bfp, match; local
419 bcopy(blf->blf_dest, match.bf_dest, ETHERADDRL);
420 match.bf_flags |= BFF_VLANLOCAL;
422 if ((bfp = avl_find(&bip->bi_fwd, &match, &where)) == NULL)
915 bridge_fwd_t match; local
917 bcopy(addr, match.bf_dest, ETHERADDRL);
918 match.bf_flags = 0;
920 if ((bfp = avl_find(&bip->bi_fwd, &match, NULL)) != NULL) {
922 match.bf_vlanid = vlanid;
923 match
1011 bridge_fwd_t match; local
[all...]
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dnetshareenum.c177 0, THIS_CATCH->match.value);
190 * array of shares don't match; a valid DCE RPC implementation
/illumos-gate/usr/src/lib/libcmd/common/
H A Dgrep.c27 " for lines containing a match for the given \apatterns\a."
62 "[l:files-with-matches?Only print file names with at least one match.]"
65 "[v:invert-match|revert-match?Invert the \apattern\a match sense.]"
69 "[x:line-match|line-regexp?Force \apatterns\a to match complete lines.]"
79 "[w:word-match|word-regexp?Force \apatterns\a to match complete words.]"
119 * whether the match i
164 unsigned char match; /* match sense */ member in struct:State_s
[all...]
/illumos-gate/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c105 * indexes that match those given.
124 /* match_opt_t is used to note which match option was used */
189 * Add an entry to match_list for use by match(). This routine is for
197 * The new match record has been added. On error, a fatal
341 match(const char *needobj, const char *version, int ndx) function
347 /* If there is no match list, then we approve everything */
351 /* Run through the match records and check for a hit */
602 if (!match(needobj, dep, vnap->vna_other))
901 if (!match(NULL, vdp->vd_name, vdp->vd_ndx))
975 * If a specific version to match ha
[all...]
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c1412 int match; local
1473 match = 1;
1475 match = 0;
1479 return (match);
/illumos-gate/usr/src/boot/sys/boot/i386/libfirewire/
H A Dfwohcireg.h206 fwohcireg_t match; member in struct:ohci_dma
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c93 static int match(char *s);
240 if (match("N")) {
242 } else if (match("psize=")) {
246 } else if (match("label=")) {
1299 /* match ************************************************************** */
1303 /* Arg: s - pointer to string to match with a command arg */
1306 /* Return: 1 if match, 0 if no match */
1307 /* If match, also reset `string' to point to the text */
1313 match(cha function
[all...]
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfastfind.c585 * extract last glob-free subpattern in name for fast pre-match
586 * prepend 0 for backwards match
645 fp->decode.match = 1;
686 if (!fp->generate && fp->decode.match)
909 if (!fp->decode.match || strgrpmatch(fp->decode.path, fp->decode.pattern, NiL, 0, STR_MAXIMAL|STR_LEFT|STR_RIGHT|ignorecase))
921 else if (!fp->decode.match || !(n = regexec(&fp->decode.re, fp->decode.path, 0, NiL, 0)))
1295 if (fp->decode.match)
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c1087 * needs to match DI_CACHE_SNAPSHOT_FLAGS. That will make DINFOCACHE snapshot
1827 * We match driver here instead of in minor_process
1927 * if there is a match.
2775 * and old phys path will not match and the
2857 * we have a match, now find the driver associated with this
2901 "driver %s match!\n", drv);
2907 vprint(FILES_MID, "no driver match!\n");
2921 * We have a match. We now attempt to determine the
3285 * any link whose contents match "valid_link_contents" with a corresponding link
3286 * which does not match "valid_lin
4644 uint_t match; local
5581 int match = 0; local
7142 int match = FALSE; local
8740 int match; local
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dppexpr.c105 * strcmp/match predicate evaluation
109 compare(char* pred, char* args, int match) argument
127 if (!match)
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dr8169.c403 goto match;
411 match:
670 /* Construct a perfect filter frame with the mac address as first match
/illumos-gate/usr/src/cmd/picl/plugins/common/memcfg/
H A Dpiclmemcfg_comm.c119 * memory module group id is the key to match.
295 PICL_PTYPE_UNSIGNED_INT, PICL_READ, sizeof (mcbank.match),
301 &mcbank.match, NULL);

Completed in 119 milliseconds

1234567891011>>