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

/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_mod.c552 nvlist_t *in_nvl = (nvlist_t *)arg; local
586 if (in_nvl != NULL) {
588 ret = nvlist_lookup_nvlist(in_nvl, SRPT_PROP_HCALIST, &hcalist);
603 if (nvlist_lookup_boolean_value(in_nvl,
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_common.c951 nvlist_t *in_nvl, nvlist_t **out_nvl)
969 if (nvlist_lookup_string(in_nvl, "path", &fullpath) == 0) {
950 disk_status(topo_mod_t *mod, tnode_t *nodep, topo_version_t vers, nvlist_t *in_nvl, nvlist_t **out_nvl) argument
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_persist.c139 * Checks if the database nvl, `db_nvl' and the input nvl, `in_nvl' intersects.
142 ipmgmt_nvlist_intersects(nvlist_t *db_nvl, nvlist_t *in_nvl) argument
148 /* walk through in_nvl and retrieve all its private nvpairs */
149 for (nvp = nvlist_next_nvpair(in_nvl, NULL); nvp != NULL;
150 nvp = nvlist_next_nvpair(in_nvl, nvp)) {
493 * `in_nvl', represents the line we are looking for. Once we ensure the right
502 nvlist_t *in_nvl = cb->dbw_nvl; local
508 if (!ipmgmt_nvlist_intersects(db_nvl, in_nvl))
511 for (nvp = nvlist_next_nvpair(in_nvl, NULL); nvp != NULL;
512 nvp = nvlist_next_nvpair(in_nvl, nv
1172 nvlist_t *in_nvl = cb->dbw_nvl; local
[all...]

Completed in 57 milliseconds