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

/illumos-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);
/illumos-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...]

Completed in 52 milliseconds