Home
last modified time | relevance | path

Searched refs:frtn (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/ktli/
H A Dt_ksndudat.c65 t_ksndudata(TIUSER *tiptr, struct t_kunitdata *unitdata, frtn_t *frtn) in t_ksndudata() argument
82 if (frtn != NULL) { in t_ksndudata()
91 (size_t)msgsz, BPRI_LO, frtn)) == NULL) in t_ksndudata()
97 KTLILOG(2, "free func %x\n", frtn->free_func); in t_ksndudata()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h169 frtn_t frtn; /* For use by esballoc() and freinds */ member
H A Dnl7curi.c1628 desb->frtn.free_arg = (caddr_t)desb; in uri_desb_chop()
1629 nmp = desballoc((uchar_t *)ldata, msz, BPRI_HI, &desb->frtn); in uri_desb_chop()
1725 desb.frtn.free_func = uri_desb_free; in uri_rd_response()
1726 desb.frtn.free_arg = NULL; in uri_rd_response()
/titanic_41/usr/src/uts/common/io/xge/drv/
H A Dxgell.h286 frtn_t frtn; member
H A Dxgell.c372 rx_buffer->frtn.free_func = xgell_rx_buffer_recycle; in xgell_rx_buffer_alloc()
373 rx_buffer->frtn.free_arg = (void *)rx_buffer; in xgell_rx_buffer_alloc()
684 &rx_buffer->frtn)) == NULL) { in xgell_rx_1b_msg_alloc()
/titanic_41/usr/src/uts/common/inet/nca/
H A Dnca.h427 frtn_t frtn; /* STREAMS free routine; always node_freeb() */ member