Searched refs:matchp (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | mdeg.h | 76 md_prop_match_t *matchp; member
|
/titanic_41/usr/src/cmd/cfgadm/ |
H A D | cfgadm.c | 180 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()
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | mdeg.c | 624 md_curr_start, clnt->nmatch->namep, clnt->nmatch->matchp); in mdeg_notify_client() 862 prop = match->matchp; in mdeg_match_str()
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | engine.c | 869 const char *matchp; /* last p at which a match ended */ in slow() local 877 matchp = NULL; in slow() 933 matchp = p; in slow() 947 return (matchp); in slow()
|
/titanic_41/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 3288 int *matchp = arg; in check_against_provider() local 3307 *matchp = (strcmp(provider_scope, scope_name) == 0 && in check_against_provider() 3315 return (*matchp); in check_against_provider()
|