Searched refs:cnv (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/cddl/contrib/opensolaris/lib/libzpool/common/ |
| D | util.c | 99 nvlist_t *cnv = child[c]; in show_vdev_stats() local 102 if (nvlist_lookup_string(cnv, ZPOOL_CONFIG_PATH, &cname) && in show_vdev_stats() 103 nvlist_lookup_string(cnv, ZPOOL_CONFIG_TYPE, &cname)) in show_vdev_stats() 107 if (nvlist_lookup_uint64(cnv, ZPOOL_CONFIG_NPARITY, &np) == 0) in show_vdev_stats() 109 show_vdev_stats(tname, ctype, cnv, indent + 2); in show_vdev_stats()
|
| /freebsd-10-stable/lib/libc/locale/ |
| D | lmonetary.c | 79 cnv(const char *str) in cnv() function 115 cnv(l->NAME)) in monetary_load_locale_l()
|
| /freebsd-10-stable/cddl/contrib/opensolaris/cmd/zpool/ |
| D | zpool_vdev.c | 656 nvlist_t *cnv = child[c]; in get_replication() local 665 verify(nvlist_lookup_string(cnv, in get_replication() 678 verify(nvlist_lookup_nvlist_array(cnv, in get_replication() 682 cnv = rchild[0]; in get_replication() 684 verify(nvlist_lookup_string(cnv, in get_replication() 695 cnv, in get_replication() 700 cnv = rchild[0]; in get_replication() 704 verify(nvlist_lookup_string(cnv, in get_replication()
|
| /freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/os/ |
| D | fm.c | 234 nvlist_t *cnv; in fm_nvprintr() local 312 (void) nvpair_value_nvlist(nvp, &cnv); in fm_nvprintr() 313 c = fm_nvprintr(cnv, d + 1, c, cols); in fm_nvprintr()
|