Home
last modified time | relevance | path

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

/titanic_50/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);
/titanic_50/usr/src/uts/sun4u/lw8/io/
H A Dsgfru.c856 packet_t *packp; in sgfru_getpackets() local
881 packp = (packet_t *)kmem_zalloc(ssize, KM_SLEEP); in sgfru_getpackets()
884 if ((ret = sgfru_packet_pad(datap, max_cnt, &packs.fru_info, packp)) in sgfru_getpackets()
887 kmem_free(packp, ssize); in sgfru_getpackets()
895 kmem_free(packp, ssize); in sgfru_getpackets()
899 if (sgfru_copyout_packets(iargp, &packs, packp) != 0) { in sgfru_getpackets()
900 kmem_free(packp, ssize); in sgfru_getpackets()
904 kmem_free(packp, ssize); in sgfru_getpackets()
1654 const packet_t *packp) in sgfru_copyout_packets() argument
1660 if (ddi_copyout((void *)packp, (void *)frup->frus, size, argp->mode) in sgfru_copyout_packets()
[all …]