Lines Matching refs:match

1087  * 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_link". Any such matches are stale and removed.
4392 /* match */
4397 vprint(RECURSEDEV_MID, "recurse_dev_re: match, new "
4644 uint_t match;
4653 * extract match flags from the flags argument.
4655 match = (dep->flags & MATCH_MASK);
4657 vprint(ENUM_MID, "%s: enumeration match type: 0x%x"
4658 " path: %s\n", fcn, match, path);
4664 if (match == MATCH_CALLBACK) {
4676 if (match == MATCH_ALL) {
4690 if (match == MATCH_MINOR) {
4705 if (match == MATCH_PARENT) {
4726 if (match == MATCH_NODE) {
4730 } else if (match == MATCH_ADDR) {
4827 * match of a specified substring of a symlink's contents. If the specified
4896 * rule specified by "index". If a match is found on a cached entry,
4961 vprint(ENUM_MID, "%s: 1 match w/ ID: %s\n", fcn, matchnp->id);
4993 * Looks up the specified cache for a match with a specified string
4997 * Returns the matching element only if there is a single match.
4999 * for the match instead of using cached values.
5040 "Attempting match with numeral ID: %s"
5066 break; /* more than 1 match. */
5454 /* We have a match. */
5457 vprint(RSRV_MID, "match and last component\n");
5471 "match and NOT last component\n");
5475 /* No match */
5477 vprint(RSRV_MID, "No match: rule RE = %s, "
5490 vprint(RSRV_MID, "match: rule RE: %s, rstring: %s\n",
5493 vprint(RSRV_MID, "NO match: rule RE: %s, rstring: %s\n",
5501 * Search current_dir for all files which match the first path component
5502 * of path_left, which is an RE. If a match is found, but there are more
5581 int match = 0;
5602 match = 1;
5605 if ((match != 0) && (subexp != 0)) {
5616 return (match);
6540 * startup read_devlinktab_file(). If there is a match, call build_links()
6695 * false matches. For example, without anchors, "a/([0-9]+)" will match "ab/c9"
6809 * field_item. Returns DEVFSADM_SUCCESS for match,
6810 * DEVFSADM_FAILURE for no match.
7032 * match devlinks pointing to phys_path; it may be NULL to match all
7132 * but the last match takes effect. pts seems to rely on this
7142 int match = FALSE;
7209 * the permissions if a "shell global pattern match" of
7239 * to match the driver name, but minor_perm may
7240 * not match. We reconcile it here.
7249 match = TRUE;
7254 if (match == TRUE) {
7673 * check for a match
8671 /* No match */
8740 int match;
8744 match = 0;
8751 "match RE\n", devlink);
8766 match = 1;
8768 "match\n", entry->er_file, devlink);
8773 return (match);