Home
last modified time | relevance | path

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

/illumos-gate/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()
887 kmem_free(packp, ssize); in sgfru_getpackets()
895 kmem_free(packp, ssize); 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
1808 packet_t *packp) in sgfru_packet_pad() argument
1817 for (i = 0, pp = packp; i < fru->cnt; i++, pp++) { in sgfru_packet_pad()
1878 bcopy((caddr_t)&packp->handle, tdatap, FRU_HDL_SIZE); in sgfru_packet_unpad()
[all …]
/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);