Home
last modified time | relevance | path

Searched refs:dbpval (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_persist.c262 char *dbpval = NULL; in ipmgmt_db_resetprop() local
267 *errp = nvlist_lookup_string(db_nvl, pargp->ia_pname, &dbpval); in ipmgmt_db_resetprop()
277 if ((val = strtok_r(dbpval, ",", &lasts)) != NULL) { in ipmgmt_db_resetprop()
290 if (strcmp(dbpval, inpval) != 0) in ipmgmt_db_resetprop()