Searched refs:cnv (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | util.c | 114 nvlist_t *cnv = child[c]; in show_vdev_stats() local 118 if (nvlist_lookup_string(cnv, ZPOOL_CONFIG_PATH, &cname) && in show_vdev_stats() 119 nvlist_lookup_string(cnv, ZPOOL_CONFIG_TYPE, &cname)) in show_vdev_stats() 124 if (nvlist_lookup_uint64(cnv, ZPOOL_CONFIG_NPARITY, &np) == 0) in show_vdev_stats() 126 show_vdev_stats(tname, ctype, cnv, indent + 2); in show_vdev_stats()
|
| /f-stack/dpdk/drivers/common/qat/qat_adf/ |
| H A D | icp_qat_fw_comp.h | 209 #define ICP_QAT_FW_COMP_REQ_PARAM_FLAGS_BUILD(sop, eop, bfinal, cnv, cnvnr) \ argument 214 ((cnv & ICP_QAT_FW_COMP_CNV_MASK) << ICP_QAT_FW_COMP_CNV_BITPOS) | \
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 565 nvlist_t *cnv = child[c]; in get_replication() local 574 verify(nvlist_lookup_string(cnv, in get_replication() 589 verify(nvlist_lookup_nvlist_array(cnv, in get_replication() 593 cnv = rchild[0]; in get_replication() 595 verify(nvlist_lookup_string(cnv, in get_replication() 600 verify(nvlist_lookup_string(cnv, in get_replication()
|
| H A D | zpool_main.c | 9290 nvlist_t *cnv; in zpool_do_events_nvprint() local 9374 (void) nvpair_value_nvlist(nvp, &cnv); in zpool_do_events_nvprint() 9375 zpool_do_events_nvprint(cnv, depth + 8); in zpool_do_events_nvprint()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | fm.c | 182 nvlist_t *cnv; in fm_nvprintr() local 260 (void) nvpair_value_nvlist(nvp, &cnv); in fm_nvprintr() 261 c = fm_nvprintr(cnv, d + 1, c, cols); in fm_nvprintr()
|