Lines Matching refs:nvl

655  *	nvl		- Name-value-pair list pointer
667 ib_device_configured(devctl_hdl_t hdl, nvlist_t *nvl, ap_rstate_t *rstate)
673 if (devctl_ap_getstate(hdl, nvl, &devctl_ap_state) == -1) {
693 * nvl - Name-value-pair list pointer
866 nvlist_t *nvl = NULL;
891 &hdl, &nvl)) != CFGA_IB_OK) {
892 ib_cleanup_after_devctl_cmd(hdl, nvl);
898 rv = ib_device_connected(hdl, nvl, &ostate);
902 ib_cleanup_after_devctl_cmd(hdl, nvl);
912 ib_cleanup_after_devctl_cmd(hdl, nvl);
922 if (devctl_ap_configure(hdl, nvl) != 0) {
955 if ((rv = ib_device_connected(hdl, nvl, &ostate)) !=
957 ib_cleanup_after_devctl_cmd(hdl, nvl);
964 if ((rv = ib_device_configured(hdl, nvl, &rstate)) ==
966 ib_cleanup_after_devctl_cmd(hdl, nvl);
973 ib_cleanup_after_devctl_cmd(hdl, nvl);
990 ret = devctl_ap_unconfigure(hdl, nvl);
1021 ib_cleanup_after_devctl_cmd(hdl, nvl);
1059 nvlist_t *nvl;
1082 &nvl)) != CFGA_IB_OK) {
1083 ib_cleanup_after_devctl_cmd(hdl, nvl);
1086 if ((rv = ib_device_configured(hdl, nvl, &rstate)) ==
1090 ib_cleanup_after_devctl_cmd(hdl, nvl);
1120 if (nvlist_unpack((char *)info, info_len, &nvl, 0)) {
1134 while (nvp = nvlist_next_nvpair(nvl, nvp)) {
1158 nvlist_free(nvl);
1195 if (nvlist_unpack((char *)info, info_len, &nvl, 0)) {
1206 while (nvp = nvlist_next_nvpair(nvl, nvp)) {
1223 B_TRUE, &hdl, &nvl)) != CFGA_IB_OK) {
1224 ib_cleanup_after_devctl_cmd(hdl, nvl);
1229 if ((rv = ib_device_configured(hdl, nvl,
1242 if (devctl_ap_unconfigure(hdl, nvl) != 0) {
1256 ib_cleanup_after_devctl_cmd(hdl, nvl);
1263 nvlist_free(nvl);
1651 nvlist_t *nvl = NULL;
1780 if (nvlist_unpack((char *)snap_data, snap_size, &nvl, 0)) {
1800 while (nvp = nvlist_next_nvpair(nvl, nvp)) {
1845 nvp = nvlist_next_nvpair(nvl,
1871 nvlist_free(nvl);
1973 nvlist_free(nvl);