Searched refs:uri_rd_t (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | nl7curi.h | 121 } uri_rd_t; typedef 145 uri_rd_t *tail; /* Last response descriptor */ 146 uri_rd_t response; /* First response descriptor */
|
H A D | nl7curi.c | 79 uri_rd_t *, boolean_t); 326 sizeof (uri_rd_t), 0, NULL, NULL, NULL, NULL, NULL, 0); in nl7c_uri_init() 447 uri_rd_t *rdp = &uri->response; in nl7c_uri_inactive() 448 uri_rd_t *free = NULL; in nl7c_uri_inactive() 1121 uri_rd_t *rdp; in nl7c_data() 1291 uri_rd_t *rdp; in nl7c_sendfilev() 1554 uri_segmap_map(uri_rd_t *rdp, int bytes) in uri_segmap_map() 1706 uri_rd_t *rdp, in uri_rd_response() 1714 uri_rd_t rd; in uri_rd_response() 1845 uri_rd_t *rdp = &uri->response; in uri_response()
|
H A D | nl7chttp.c | 979 uri_rd_t *rdp; in http_mkresponse()
|