Searched defs:match2 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/mdesc/
H A Dmdesc_diff.c59 md_diff_t match2; member in struct:__anon2008
258 diff_res->match2.mdep =
262 bcopy(mde_match2_scr, diff_res->match2.mdep, matchsz);
264 diff_res->match2.nelem = nmatch;
336 *mde_match2p = mddp->match2.mdep;
364 MDD_FREE_CHECK(mddp, mddp->match2.mdep, mddp->match2.nelem *
/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c359 char *match2 = NULL; /* match with quotes cleaned up */ local
372 if ((match2 = strdup(cp)) == NULL) {
377 i = strlen(match2) - 1;
378 while (i >= 0 && (isspace(match2[i]))) {
379 match2[i] = 0;
383 if (match2 == NULL || (strlen(match2) == 0)) {
475 if (match2) { /* Just delete one entry */
490 if (match_entry(copy, match2)) {
511 if (match2)
[all...]

Completed in 154 milliseconds