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

/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_pca.c327 * Remove a non comment record. The match_str can be
333 di_pca_rec_remove(di_pca_hdl_t h, char *match_str) argument
345 if (strcmp(match_str, r->r_alias_id) == 0)
347 else if (strcmp(match_str, pc) == 0)
663 di_pca_rec_lookup(di_pca_hdl_t h, char *match_str) argument
672 if (strcmp(match_str, r->r_alias_id) == 0) {
674 } else if (strcmp(match_str, pc) == 0) {

Completed in 21 milliseconds