Lines Matching defs:strdevid
103 char *strdevid);
906 char *strdevid;
922 strdevid = devid_str_encode(curdevid, NULL);
924 rv = nvlist_lookup_nvlist(mapnvl, strdevid, &newnvl);
926 logmsg(MSG_INFO, "nvlist for %s not found\n", strdevid);
939 strdevid);
942 if (popcheck_devnvl(curnode, newnvl, strdevid) != 0) {
946 strdevid);
947 devid_str_free(strdevid);
954 rv = nvlist_add_nvlist(mapnvl, strdevid, newnvl);
959 strdevid, strerror(rv), rv);
960 devid_str_free(strdevid);
966 strdevid);
967 devid_str_free(strdevid);
982 popcheck_devnvl(di_node_t thisnode, nvlist_t *devnvl, char *strdevid)
1002 if (nvlist_add_string(mapnvl, devfspath, strdevid) != 0) {
1005 "%s to mapnvl\n"), devfspath, strdevid);
1089 if (nvlist_add_string(mapnvl, path, strdevid) != 0) {
1092 "%s to mapnvl\n"), path, strdevid);
1096 path, strdevid);
1099 if (nvlist_add_string(mapnvl, curpath, strdevid) != 0) {
1103 curpath, strdevid, strerror(errno));
1107 curpath, strdevid);