Searched refs:uri_desc_t (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c55 extern void nl7c_logd_log(uri_desc_t *, uri_desc_t *,
59 extern uri_desc_t *nl7c_http_cond(uri_desc_t *, uri_desc_t *);
78 static int uri_rd_response(struct sonode *, uri_desc_t *,
80 static int uri_response(struct sonode *, uri_desc_t *);
86 boolean_t nl7c_http_request(char **, char *, uri_desc_t *, struct sonode *);
87 boolean_t nl7c_http_response(char **, char *, uri_desc_t *, struct sonode *);
148 * any uri_desc_t member
[all...]
H A Dnl7curi.h153 } uri_desc_t; typedef in typeref:struct:uri_desc_s
158 #define URI_TEMP (uri_desc_t *)-1 /* Temp (nocache) uri_t.hash pointer */
172 uri_desc_t *uri; /* Containing URI of REF_HOLD() */
H A Dnl7chttp.c55 extern void nl7c_uri_inactive(uri_desc_t *);
970 static uri_desc_t *
971 http_mkresponse(uri_desc_t *req, uri_desc_t *res, char *proto, int sz)
975 uri_desc_t *uri = kmem_cache_alloc(nl7c_uri_kmc, KM_SLEEP);
1110 uri_desc_t *
1111 nl7c_http_cond(uri_desc_t *req, uri_desc_t *res)
1117 uri_desc_t *uri;
1182 * Parse the buffer *p of size len and update the uri_desc_t *ur
[all...]
H A Dnl7clogd.c47 extern boolean_t nl7c_http_log(uri_desc_t *, uri_desc_t *,
649 nl7c_logd_log(uri_desc_t *quri, uri_desc_t *suri, time_t rtime, ipaddr_t faddr)

Completed in 96 milliseconds