Lines Matching refs:kmem_zalloc
398 datap = kmem_zalloc(size, KM_SLEEP); in sgfru_getchildlist()
413 clistp = (node_t *)kmem_zalloc(ssize, KM_SLEEP); in sgfru_getchildlist()
469 datap = kmem_zalloc(size, KM_SLEEP); in sgfru_getchildhandles()
520 datap = kmem_zalloc(size, KM_SLEEP); in sgfru_getnodeinfo()
575 datap = kmem_zalloc(size, KM_SLEEP); in sgfru_getsections()
586 sectp = (section_t *)kmem_zalloc(ssize, KM_SLEEP); in sgfru_getsections()
639 datap = kmem_zalloc(size, KM_SLEEP); in sgfru_getsegments()
649 segp = (segment_t *)kmem_zalloc(ssize, KM_SLEEP); in sgfru_getsegments()
704 datap = kmem_zalloc(size, KM_SLEEP); in sgfru_addsegment()
760 datap = kmem_zalloc(size, KM_SLEEP); in sgfru_readsegment()
816 datap = kmem_zalloc(size, KM_SLEEP); in sgfru_writesegment()
870 datap = kmem_zalloc(size, KM_SLEEP); in sgfru_getpackets()
881 packp = (packet_t *)kmem_zalloc(ssize, KM_SLEEP); in sgfru_getpackets()
935 datap = kmem_zalloc(size, KM_SLEEP); in sgfru_appendpacket()
1002 datap = kmem_zalloc(size, KM_SLEEP); in sgfru_getpayload()
1058 datap = kmem_zalloc(size, KM_SLEEP); in sgfru_updatepayload()