Searched refs:quri (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | nl7clogd.c | 649 nl7c_logd_log(uri_desc_t *quri, uri_desc_t *suri, time_t rtime, ipaddr_t faddr) in nl7c_logd_log() argument 696 sz = MIN((quri->path.ep - quri->path.cp), MAX_URL_LEN); in nl7c_logd_log() 698 bcopy(quri->path.cp, wp, sz); in nl7c_logd_log() 714 if (nl7c_http_log(quri, suri, req, &wp, &pep, &off)) goto full; in nl7c_logd_log()
|
H A D | nl7chttp.c | 1907 nl7c_http_log(uri_desc_t *quri, uri_desc_t *suri, nca_request_log_t *req, in nl7c_http_log() argument 1910 http_t *qhttp = quri->scheme; in nl7c_http_log()
|