Searched refs:ipadm_str2nvlist (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libipadm/common/ |
H A D | libipadm.h | 50 * Specifies that the string passed to ipadm_str2nvlist() is a string of comma 351 extern int ipadm_str2nvlist(const char *, nvlist_t **, uint_t);
|
H A D | ipadm_persist.c | 623 ipadm_str2nvlist(const char *inbuf, nvlist_t **ipnvl, uint_t flags) function 783 if (ipadm_str2nvlist(buf, &db_nvl, 0) == 0) {
|
H A D | libipadm.c | 780 if ((err = ipadm_str2nvlist(ifs, &nvl, IPADM_NORVAL)) != 0)
|
H A D | ipadm_prop.c | 657 if ((err = ipadm_str2nvlist(pval, &portsnvl, IPADM_NORVAL)) != 0)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipadm/ |
H A D | ipadm.c | 703 if (ipadm_str2nvlist(optarg, &proplist, 886 if (ipadm_str2nvlist(optarg, &proplist, 2101 if (ipadm_str2nvlist(optarg, &proplist,
|
Completed in 59 milliseconds