Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c67 mblk_t *http_conn_cl; variable
911 http_conn_cl = allocb_wait(n, BPRI_HI, STR_NOSIG, NULL); in nl7c_http_init()
912 bcopy(Shttp_conn_cl, http_conn_cl->b_rptr, n); in nl7c_http_init()
913 http_conn_cl->b_wptr += n; in nl7c_http_init()
1173 mp = dupb(http_conn_cl); in nl7c_http_persist()