Searched refs:d_pmatch (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.h203 regmatch_t *d_pmatch; member in struct:devlink_re
H A Ddevfsadm.c8656 re_array[i].d_pmatch = s_malloc(sizeof (regmatch_t) * nelem);
8668 pmch = re_array[i].d_pmatch;
8694 assert(re_array[i].d_pmatch);
8695 free(re_array[i].d_pmatch);
8718 assert(re_array[i].d_pmatch);
8719 free(re_array[i].d_pmatch);

Completed in 61 milliseconds