Home
last modified time | relevance | path

Searched refs:matchp (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c180 static cfga_err_t setup_filter(const char *selectp, const char *matchp,
506 char *selectp = NULL, *matchp = NULL, *prefilt_optp = NULL; in main() local
522 &selectp, &matchp)) { in main()
556 if (setup_filter(selectp, matchp, post_filtp, &prefilt_optp) in main()
1042 const char *matchp, in setup_filter() argument
1065 if (matchp == NULL && selectp == NULL) { in setup_filter()
1068 } else if (matchp == NULL && selectp != NULL) { in setup_filter()
1070 } else if (matchp != NULL && selectp == NULL) { in setup_filter()
1078 if (strcmp(matchp, match_type_array[i].str) == 0) { in setup_filter()
1085 matchp, list_options[LIST_MATCH]); in setup_filter()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmdeg.h76 md_prop_match_t *matchp; member
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dengine.c801 const char *matchp; /* last p at which a match ended */ in walk() local
811 matchp = NULL; in walk()
832 matchp = p; in walk()
873 matchp = p; in walk()
892 assert(matchp != NULL); in walk()
893 m->coldp = matchp; in walk()
899 return (matchp); in walk()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dmdeg.c624 md_curr_start, clnt->nmatch->namep, clnt->nmatch->matchp); in mdeg_notify_client()
862 prop = match->matchp; in mdeg_match_str()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c3320 int *matchp = arg; in check_against_provider() local
3339 *matchp = (strcmp(provider_scope, scope_name) == 0 && in check_against_provider()
3347 return (*matchp); in check_against_provider()