| /src/external/cddl/osnet/dist/lib/libzpool/common/ |
| util.c | 122 nvlist_t *cnv = child[c]; local 125 if (nvlist_lookup_string(cnv, ZPOOL_CONFIG_PATH, &cname) && 126 nvlist_lookup_string(cnv, ZPOOL_CONFIG_TYPE, &cname)) 130 if (nvlist_lookup_uint64(cnv, ZPOOL_CONFIG_NPARITY, &np) == 0) 132 show_vdev_stats(tname, ctype, cnv, indent + 2);
|
| /src/external/cddl/osnet/dist/cmd/zpool/ |
| zpool_vdev.c | 675 nvlist_t *cnv = child[c]; local 684 verify(nvlist_lookup_string(cnv, 699 verify(nvlist_lookup_nvlist_array(cnv, 704 cnv = rchild[0]; 706 verify(nvlist_lookup_string(cnv, 711 verify(nvlist_lookup_string(cnv,
|
| /src/external/cddl/osnet/dist/uts/common/os/ |
| fm.c | 239 nvlist_t *cnv; local 317 (void) nvpair_value_nvlist(nvp, &cnv); 318 c = fm_nvprintr(cnv, d + 1, c, cols);
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| ax.cc | 978 } cnv; local 1114 if (agent_mem_read (ctx, cnv.u8.bytes, (CORE_ADDR) top, 1) != 0) 1116 top = cnv.u8.val; 1120 if (agent_mem_read (ctx, cnv.u16.bytes, (CORE_ADDR) top, 2) != 0) 1122 top = cnv.u16.val; 1126 if (agent_mem_read (ctx, cnv.u32.bytes, (CORE_ADDR) top, 4) != 0) 1128 top = cnv.u32.val; 1132 if (agent_mem_read (ctx, cnv.u64.bytes, (CORE_ADDR) top, 8) != 0) 1134 top = cnv.u64.val; 1197 collect_register (regcache, regnum, cnv.u64.bytes) [all...] |
| /src/external/gpl3/gdb/dist/gdbserver/ |
| ax.cc | 978 } cnv; local 1114 if (agent_mem_read (ctx, cnv.u8.bytes, (CORE_ADDR) top, 1) != 0) 1116 top = cnv.u8.val; 1120 if (agent_mem_read (ctx, cnv.u16.bytes, (CORE_ADDR) top, 2) != 0) 1122 top = cnv.u16.val; 1126 if (agent_mem_read (ctx, cnv.u32.bytes, (CORE_ADDR) top, 4) != 0) 1128 top = cnv.u32.val; 1132 if (agent_mem_read (ctx, cnv.u64.bytes, (CORE_ADDR) top, 8) != 0) 1134 top = cnv.u64.val; 1197 collect_register (regcache, regnum, cnv.u64.bytes) [all...] |