Home
last modified time | relevance | path

Searched refs:nvl (Results 376 – 398 of 398) sorted by relevance

1...<<111213141516

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h357 nvlist_t *nvl; member
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h431 extern void evch_usrsetpropnvl(evchan_t *bp, nvlist_t *nvl);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kshare.c1176 smb_kshare_decode_bool(nvlist_t *nvl, const char *propname, uint32_t flag) in smb_kshare_decode_bool() argument
1180 if (nvlist_lookup_string(nvl, propname, &boolp) == 0) in smb_kshare_decode_bool()
/illumos-gate/usr/src/lib/fm/topo/modules/common/dimm/
H A Dtopo_dimm.c523 topo_dimm_crc_ok(topo_mod_t *mod, nvlist_t *nvl, spd_dram_type_t type) in topo_dimm_crc_ok() argument
551 if (nvlist_lookup_nvlist(nvl, SPD_KEY_ERRS, &errs) != 0) { in topo_dimm_crc_ok()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c9926 nvlist_t *nvl; in vn_find_nfs_record() local
9929 if ((nvl = reparse_init()) == NULL) in vn_find_nfs_record()
9933 reparse_free(nvl); in vn_find_nfs_record()
9940 reparse_free(nvl); in vn_find_nfs_record()
9949 reparse_free(nvl); in vn_find_nfs_record()
9952 *nvlp = nvl; in vn_find_nfs_record()
9961 nvlist_t *nvl; in vn_is_nfs_reparse() local
9970 if (vn_find_nfs_record(vp, &nvl, &s, &d) != 0) in vn_is_nfs_reparse()
9973 reparse_free(nvl); in vn_is_nfs_reparse()
10060 nvlist_t *nvl; in fetch_referral() local
[all …]
/illumos-gate/usr/src/lib/lib9p/common/backend/
H A Dfs.c3218 nvlist_t *nvl = NULL; in getcrtime() local
3229 if ((error = getattrat(dirfd, XATTR_VIEW_READWRITE, fname, &nvl)) != 0) in getcrtime()
3232 if (nvlist_lookup_uint64_array(nvl, "crtime", &vals, &nvals) != 0) in getcrtime()
3242 nvlist_free(nvl); in getcrtime()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c15880 nvlist_t *nvl; in lscf_listnotify() local
15883 if (nvlist_alloc(&nvl, NV_UNIQUE_NAME, 0) != 0) in lscf_listnotify()
15908 listnotify_print(nvl, NULL); in lscf_listnotify()
15931 listnotify_print(nvl, re_tag(*p)); in lscf_listnotify()
15941 nvlist_free(nvl); in lscf_listnotify()
16136 nvlist_t *nvl, *params; in setnotify() local
16139 if (nvlist_alloc(&nvl, NV_UNIQUE_NAME, 0) != 0 || in setnotify()
16141 nvlist_add_uint32(nvl, SCF_NOTIFY_NAME_VERSION, in setnotify()
16163 if (nvlist_add_nvlist(nvl, SCF_NOTIFY_PARAMS, in setnotify()
16168 nvl) != SCF_SUCCESS) { in setnotify()
[all …]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c739 char **errorp, nvlist_t *nvl, rcm_info_t **depend_info) in ip_notify_event() argument
748 assert(nvl != NULL); in ip_notify_event()
768 while ((nvp = nvlist_next_nvpair(nvl, nvp)) != NULL) { in ip_notify_event()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c2341 e82545_init(struct pci_devinst *pi, nvlist_t *nvl) in e82545_init() argument
2384 mac = get_config_value_node(nvl, "mac"); in e82545_init()
2394 err = netbe_init(&sc->esc_be, nvl, e82545_rx_callback, sc); in e82545_init()
H A Dusb_mouse.c297 umouse_init(struct usb_hci *hci, nvlist_t *nvl) in umouse_init() argument
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit.c2970 nvlist_t *nvl; in iscsit_pp_cb() local
2977 nvl = (nvlist_t *)arg; in iscsit_pp_cb()
2980 if (it_nv_to_config(nvl, &cfg) != 0) { in iscsit_pp_cb()
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c3997 psGetProviderData(char *providerName, nvlist_t **nvl, int providerType, in psGetProviderData() argument
4191 if (nvlist_unpack(nvlistEncoded, nvlistEncodedSize, nvl, 0) != 0) { in psGetProviderData()
4420 psSetProviderData(char *providerName, nvlist_t *nvl, int providerType, in psSetProviderData() argument
4627 if (nvlist_pack(nvl, &nvlistEncoded, &nvlistEncodedSize, in psSetProviderData()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c3424 nvlist_t *nvl = NULL; in get_rctls() local
3451 if (nvlist_alloc(&nvl, NV_UNIQUE_NAME, 0) != 0) { in get_rctls()
3561 if (nvlist_add_nvlist_array(nvl, (char *)name, nvlv, count) in get_rctls()
3579 if (nvlist_pack(nvl, &nvl_packed, &nvl_size, NV_ENCODE_NATIVE, 0) in get_rctls()
3594 nvlist_free(nvl); in get_rctls()
/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_element_ctl.c1846 nvlist_t *nvl) in ses2_element_ctl() argument
1865 return (ses2_setprop(sp, np, dp->scd_props, nvl)); in ses2_element_ctl()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c227 platform_getpath(nvlist_t *nvl) in platform_getpath() argument
241 if (nvlist_lookup_nvlist(nvl, FM_EREPORT_DETECTOR, &dfmri) != 0) { in platform_getpath()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c5448 nvlist_t *nvl; in igb_ufm_fill_image() local
5450 nvl = fnvlist_alloc(); in igb_ufm_fill_image()
5451 fnvlist_add_string(nvl, "image-type", type); in igb_ufm_fill_image()
5455 ddi_ufm_image_set_misc(imgp, nvl); in igb_ufm_fill_image()
/illumos-gate/usr/src/uts/common/io/
H A Dlofi.c2942 nvlist_t *nvl = NULL; in lofi_copy_devpath() local
2958 namebuf, &nvl); in lofi_copy_devpath()
2961 nvlist_lookup_string(nvl, DEV_NAME, &str) == 0 && in lofi_copy_devpath()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c4229 nvlist_t *nvl = NULL; in show_packed_nvlist() local
4244 result = nvlist_unpack(buf, size, &nvl, 0); in show_packed_nvlist()
4246 dump_nvlist(nvl, 8); in show_packed_nvlist()
4247 nvlist_free(nvl); in show_packed_nvlist()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h1018 extern int spa_history_log_nvl(spa_t *spa, nvlist_t *nvl);
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c6774 nvlist_t *nvl; in ixgbe_ufm_fill_image() local
6776 nvl = fnvlist_alloc(); in ixgbe_ufm_fill_image()
6777 fnvlist_add_string(nvl, "image-type", type); in ixgbe_ufm_fill_image()
6781 ddi_ufm_image_set_misc(imgp, nvl); in ixgbe_ufm_fill_image()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev.c1820 nvlist_t *nvl; in vdev_validate() local
1897 if (nvlist_lookup_nvlist(label, ZPOOL_CONFIG_VDEV_TREE, &nvl) in vdev_validate()
1898 != 0 || nvlist_lookup_uint64(nvl, ZPOOL_CONFIG_ORIG_GUID, in vdev_validate()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c3325 t4_ufm_fill_slot_version(nvlist_t *nvl, const char *key, uint32_t vers) argument
3340 return (nvlist_add_string(nvl, key, buf));
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c3612 nvpair64_to_stat_array(nvlist_t *nvl, const char *name, in nvpair64_to_stat_array() argument
3618 verify(nvlist_lookup_nvpair(nvl, name, &tmp) == 0); in nvpair64_to_stat_array()

1...<<111213141516