Home
last modified time | relevance | path

Searched refs:NV_ENCODE_XDR (Results 1 – 25 of 31) sorted by relevance

12

/titanic_41/usr/src/lib/libc/port/gen/
H A Dattrat.c118 if (nvsize(request, &bufsize, NV_ENCODE_XDR) != 0) { in attr_nv_pack()
126 if (nvpacker(request, &packbuf, &bufsize, NV_ENCODE_XDR, 0) != 0) { in attr_nv_pack()
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.h127 #define NV_ENCODE_XDR 1 macro
H A Dfsys_zfs.c1242 if (nvlist[0] != NV_ENCODE_XDR || nvlist[1] != HOST_ENDIAN) in nvlist_unpack()
/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_kmod.c149 if ((rc = nvlist_pack(shrlist, &shrbuf, &bufsz, NV_ENCODE_XDR, 0)) != 0) in smb_kmod_share()
174 if ((rc = nvlist_pack(shrlist, &shrbuf, &bufsz, NV_ENCODE_XDR, 0)) != 0) in smb_kmod_unshare()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa_config.c165 VERIFY(nvlist_size(nvl, &buflen, NV_ENCODE_XDR) == 0); in spa_config_write()
170 VERIFY(nvlist_pack(nvl, &buf, &buflen, NV_ENCODE_XDR, in spa_config_write()
H A Dzfs_fuid.c273 VERIFY(nvlist_size(nvp, &nvsize, NV_ENCODE_XDR) == 0); in zfs_fuid_sync()
276 NV_ENCODE_XDR, KM_SLEEP) == 0); in zfs_fuid_sync()
H A Dvdev_label.c771 error = nvlist_pack(label, &buf, &buflen, NV_ENCODE_XDR, KM_SLEEP); in vdev_label_init()
1117 if (nvlist_pack(label, &buf, &buflen, NV_ENCODE_XDR, KM_SLEEP) == 0) { in vdev_label_sync()
/titanic_41/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_ckpt.c563 if (nvlist_size(erpt, &buflen, NV_ENCODE_XDR) != 0) { in etm_ckpt_add_entry()
572 if (nvlist_pack(erpt, (char **)&buf, &buflen, NV_ENCODE_XDR, 0) != 0) { in etm_ckpt_add_entry()
H A Detm.c1321 (void) nvlist_size(evp, (size_t *)&ev_sz, NV_ENCODE_XDR); in etm_post_to_fmd()
1905 (void) nvlist_size(evp, &evsz, NV_ENCODE_XDR); in etm_pack_ds_msg()
1929 (void) nvlist_pack(evp, (char **)&buf, &evsz, NV_ENCODE_XDR, 0); in etm_pack_ds_msg()
2381 rc = nvlist_size(evp, &evsz, NV_ENCODE_XDR); in etm_handle_new_conn()
3498 NV_ENCODE_XDR); in etm_recv_from_remote_root()
3952 if ((n = nvlist_size(evp, &buflen, NV_ENCODE_XDR)) != 0) { in etm_recv()
4002 NV_ENCODE_XDR, 0)) != 0) { in etm_recv()
4036 if ((hdrp = etm_hdr_write(hdl, conn, evp, NV_ENCODE_XDR, in etm_recv()
/titanic_41/usr/src/uts/intel/io/intel_nhm/
H A Dintel_nhmdrv.c104 &inhm_mc_snapshotsz[i], NV_ENCODE_XDR, KM_SLEEP) != 0) in inhm_mc_snapshot_update()
/titanic_41/usr/src/uts/common/rpcsvc/
H A Didmap_prot.x104 % err = nvlist_pack(*n, &buf, &sz, NV_ENCODE_XDR, 0);
/titanic_41/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c459 nverr = nvlist_size(list, packed_sizep, NV_ENCODE_XDR); in nwam_pack_object_list()
462 NV_ENCODE_XDR, 0); in nwam_pack_object_list()
/titanic_41/usr/src/uts/common/fs/
H A Dxattr.c401 VERIFY(nvlist_size(nvl, size, NV_ENCODE_XDR) == 0); in xattr_file_size()
475 VERIFY(nvlist_size(nvl, &filesize, NV_ENCODE_XDR) == 0); in xattr_file_read()
483 VERIFY(nvlist_pack(nvl, &buf, &filesize, NV_ENCODE_XDR, in xattr_file_read()
/titanic_41/usr/src/uts/common/sys/
H A Dnvpair.h102 #define NV_ENCODE_XDR 1 macro
/titanic_41/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c183 (void) nvlist_size(nvl, &nvsize, NV_ENCODE_XDR); in ip_fmdo_send()
200 err = nvlist_pack(nvl, &nvbuf, &nvsize, NV_ENCODE_XDR, 0); in ip_fmdo_send()
/titanic_41/usr/src/uts/intel/io/intel_nb5000/
H A Dintel_nbdrv.c344 NV_ENCODE_XDR, KM_SLEEP) != 0) in inb_mc_snapshot_update()
/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_log.c528 (void) nvlist_size(ep->ev_nvl, &nvsize, NV_ENCODE_XDR); in fmd_log_append()
530 (void) nvlist_pack(ep->ev_nvl, &nvbuf, &nvsize, NV_ENCODE_XDR, 0); in fmd_log_append()
H A Dfmd_rpc_adm.c934 &rvp->rci_evbuf.rci_evbuf_len, NV_ENCODE_XDR, 0); in fmd_adm_caseinfo_1_svc()
/titanic_41/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c914 error = nvlist_pack(nvl, &bufp, &buflen, NV_ENCODE_XDR, 0); in dss_init()
/titanic_41/usr/src/cmd/fm/modules/common/event-transport/
H A Detm.c1249 (void) nvlist_size(msgnvl, &nvsize, NV_ENCODE_XDR); in etm_send()
1260 if (rv = nvlist_pack(msgnvl, &nvbuf, &nvsize, NV_ENCODE_XDR, 0)) { in etm_send()
/titanic_41/usr/src/uts/common/io/comstar/port/pppt/
H A Dalua_ic_if.c340 err = nvlist_size(nvl, &size, NV_ENCODE_XDR); in stmf_ic_tx_msg()
347 err = nvlist_pack(nvl, &buf, &size, NV_ENCODE_XDR, 0); in stmf_ic_tx_msg()
/titanic_41/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_drv.c123 NV_ENCODE_XDR, KM_SLEEP) != 0) in mc_snapshot_update()
/titanic_41/usr/src/lib/libstmf/common/
H A Dstmf.c6486 if (nvlist_size(nvl, &nvlistEncodedSize, NV_ENCODE_XDR) != 0) { in setProviderData()
6504 NV_ENCODE_XDR, 0) != 0) { in setProviderData()
/titanic_41/usr/src/common/nvpair/
H A Dnvpair.c2322 case NV_ENCODE_XDR: in nvlist_common()
/titanic_41/usr/src/cmd/dcs/sparc/sun4u/
H A Drdr_messages.c775 NV_ENCODE_XDR); in rdr_snd_msg()

12