Searched refs:packp (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgfru_mbox.h338 fru_info_t *fru, packet_t *packp);
343 static caddr_t sgfru_packet_unpad(const fru_info_t *fru, const packet_t *packp,
H A Dsgfru_priv.h146 const frup_info_t *frup, const packet_t *packp);
/opensolaris-onvv-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgfru.c856 packet_t *packp; local
881 packp = (packet_t *)kmem_zalloc(ssize, KM_SLEEP);
884 if ((ret = sgfru_packet_pad(datap, max_cnt, &packs.fru_info, packp))
887 kmem_free(packp, ssize);
895 kmem_free(packp, ssize);
899 if (sgfru_copyout_packets(iargp, &packs, packp) != 0) {
900 kmem_free(packp, ssize);
904 kmem_free(packp, ssize);
1654 const packet_t *packp)
1660 if (ddi_copyout((void *)packp, (voi
1653 sgfru_copyout_packets(const sgfru_init_arg_t *argp, const frup_info_t *frup, const packet_t *packp) argument
1807 sgfru_packet_pad(const caddr_t datap, const int max_cnt, fru_info_t *fru, packet_t *packp) argument
1870 sgfru_packet_unpad(const fru_info_t *fru, const packet_t *packp, caddr_t datap) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vnops.c1751 cachefsio_pack_t *packp; local
1786 packp = cachefs_kmem_alloc(sizeof (cachefsio_pack_t), KM_SLEEP);
1787 error = xcopyin((void *)arg, packp, sizeof (cachefsio_pack_t));
1789 error = cachefs_pack(vp, packp->p_name, cred);
1790 cachefs_kmem_free(packp, sizeof (cachefsio_pack_t));
1794 packp = cachefs_kmem_alloc(sizeof (cachefsio_pack_t), KM_SLEEP);
1795 error = xcopyin((void *)arg, packp, sizeof (cachefsio_pack_t));
1797 error = cachefs_unpack(vp, packp->p_name, cred);
1798 cachefs_kmem_free(packp, sizeof (cachefsio_pack_t));
1802 packp
[all...]

Completed in 107 milliseconds