HomeSort by relevance Sort by last modified time
    Searched refs:nvsize (Results 1 - 25 of 31) sorted by null

1 2

  /netvirt/usr/src/uts/common/fs/zfs/
zfs_fuid.c 114 size_t nvsize = 0; local
149 nvsize = *(uint64_t *)db->db_data;
153 if (nvsize == 0)
156 packed = kmem_alloc(nvsize, KM_SLEEP);
157 error = dmu_read(zfsvfs->z_os, zfsvfs->z_fuid_obj, 0, nvsize, packed);
163 VERIFY(nvlist_unpack(packed, nvsize, &nvp, 0) == 0);
200 kmem_free(packed, nvsize);
250 size_t nvsize = 0; local
291 VERIFY(nvlist_size(nvp, &nvsize, NV_ENCODE_XDR) == 0);
292 packed = kmem_alloc(nvsize, KM_SLEEP)
    [all...]
spa.c 960 size_t nvsize = 0; local
965 nvsize = *(uint64_t *)db->db_data;
968 packed = kmem_alloc(nvsize, KM_SLEEP);
969 error = dmu_read(spa->spa_meta_objset, obj, 0, nvsize, packed);
971 error = nvlist_unpack(packed, nvsize, value, 0);
972 kmem_free(packed, nvsize);
3778 size_t nvsize = 0; local
    [all...]
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/
myconfig.SH 46 ivtype='$ivtype', ivsize=$ivsize, nvtype='$nvtype', nvsize=$nvsize, Off_t='$lseektype', lseeksize=$lseeksize
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/
myconfig.SH 47 ivtype='$ivtype', ivsize=$ivsize, nvtype='$nvtype', nvsize=$nvsize, Off_t='$lseektype', lseeksize=$lseeksize
  /netvirt/usr/src/lib/libc/port/gen/
attrat.c 44 static int (*nvsize)(nvlist_t *, size_t *, int); variable
69 (nvsize = (int (*)(nvlist_t *,
93 if (nvsize(request, &bufsize, NV_ENCODE_XDR) != 0) {
  /netvirt/usr/src/common/nvpair/
nvpair.c 304 size_t nvsize; local
309 nvsize = len + offsetof(i_nvp_t, nvi_nvp);
311 if ((buf = nv_mem_zalloc(priv, nvsize)) == NULL)
327 size_t nvsize = nvp->nvp_size + offsetof(i_nvp_t, nvi_nvp); local
329 nv_mem_free(priv, NVPAIR2I_NVP(nvp), nvsize);
1786 size_t nvsize; local
1825 uint64_t nvsize = *buflen; local
1937 uint64_t nvsize = 0; local
2431 size_t nvsize = 0; local
2440 size_t nvsize; local
2875 size_t nvsize = 0; local
2941 size_t nvsize; local
    [all...]
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
malice.t 95 is ($header->{nvsize}, $Config{nvsize} || $Config{doublesize} || 8,
221 ['nvsize', "Double"]) {
interwork56.t 69 my $name = join ',', $kingdom, @$header{qw(intsize longsize ptrsize nvsize)};
81 # sizeof(NV) $$header{nvsize}
  /netvirt/usr/src/lib/libshell/common/include/
name.h 147 #define nv_setsize(n,s) ((n)->nvsize = (s))
149 #define nv_size(np) ((np)->nvsize)
nval.h 124 unsigned short nvsize; /* size or base */ member in struct:Namval
  /netvirt/usr/src/cmd/fm/modules/common/ip-transport/
ip.c 115 size_t size, nvsize; local
141 (void) nvlist_size(nvl, &nvsize, NV_ENCODE_XDR);
142 size = r = sizeof (ip_hdr_t) + nvsize;
157 iph->iph_size = htonl(nvsize);
158 err = nvlist_pack(nvl, &nvbuf, &nvsize, NV_ENCODE_XDR, 0);
  /netvirt/usr/src/cmd/fm/fmd/common/
fmd_ckpt.c 537 size_t nvsize = 0; local
539 (void) nvlist_size(nvl, &nvsize, NV_ENCODE_NATIVE);
540 fcfn->fcfn_size = (uint64_t)nvsize;
542 (void) nvlist_pack(nvl, &nvbuf, &nvsize, NV_ENCODE_NATIVE, 0);
543 ckp->ckp_ptr += sizeof (fcf_nvl_t) + nvsize;
609 size_t nvsize = 0; local
611 (void) nvlist_size(cis->cis_nvl, &nvsize, NV_ENCODE_NATIVE);
612 cip->ci_nvsz += sizeof (fcf_nvl_t) + nvsize;
    [all...]
fmd_log.c 519 size_t nvsize, easize, itsize, frsize; local
528 (void) nvlist_size(ep->ev_nvl, &nvsize, NV_ENCODE_XDR);
529 nvbuf = fmd_alloc(nvsize, FMD_SLEEP);
530 (void) nvlist_pack(ep->ev_nvl, &nvbuf, &nvsize, NV_ENCODE_XDR, 0);
539 err |= ea_set_item(&i2, CAT_FMA_NVLIST, nvbuf, nvsize);
684 fmd_free(nvbuf, nvsize);
  /netvirt/usr/src/cmd/fm/modules/common/event-transport/
etm.c 1141 size_t nvsize, buflen, hdrlen; local
    [all...]
  /netvirt/usr/src/lib/libshell/amd64/include/ast/
nval.h 133 unsigned short nvsize; /* size or base */ member in struct:Namval
  /netvirt/usr/src/lib/libshell/i386/include/ast/
nval.h 133 unsigned short nvsize; /* size or base */ member in struct:Namval
  /netvirt/usr/src/lib/libshell/sparc/include/ast/
nval.h 133 unsigned short nvsize; /* size or base */ member in struct:Namval
  /netvirt/usr/src/lib/libshell/sparcv9/include/ast/
nval.h 133 unsigned short nvsize; /* size or base */ member in struct:Namval
  /netvirt/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/i386/
Config.pm 70 ivtype='$ivtype', ivsize=$ivsize, nvtype='$nvtype', nvsize=$nvsize, Off_t='$lseektype', lseeksize=$lseeksize
883 nvsize='8'
  /netvirt/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/sparc/
Config.pm 70 ivtype='$ivtype', ivsize=$ivsize, nvtype='$nvtype', nvsize=$nvsize, Off_t='$lseektype', lseeksize=$lseeksize
883 nvsize='8'
  /netvirt/usr/src/cmd/perl/5.6.1/i386/
config.sh 627 nvsize='8'
  /netvirt/usr/src/cmd/perl/5.6.1/sparc/
config.sh 627 nvsize='8'
  /netvirt/usr/src/cmd/perl/5.8.4/i386/
config.sh 783 nvsize='8'
  /netvirt/usr/src/cmd/perl/5.8.4/sparc/
config.sh 782 nvsize='8'
  /netvirt/usr/src/cmd/zdb/
zdb.c 204 size_t nvsize = *(uint64_t *)data; local
205 char *packed = umem_alloc(nvsize, UMEM_NOFAIL);
207 VERIFY(0 == dmu_read(os, object, 0, nvsize, packed));
209 VERIFY(nvlist_unpack(packed, nvsize, &nv, 0) == 0);
211 umem_free(packed, nvsize);
    [all...]

Completed in 480 milliseconds

1 2