| /netbsd-src/external/gpl2/lvm2/dist/daemons/cmirrord/ |
| H A D | cluster.c | 247 if (tmp->u_rq.request_type == DM_ULOG_RESUME) { in handle_cluster_request() 261 (tmp->u_rq.request_type != DM_ULOG_CLEAR_REGION) && in handle_cluster_request() 262 (tmp->u_rq.request_type != DM_ULOG_POSTSUSPEND)) { in handle_cluster_request() 263 tmp->u_rq.request_type |= DM_ULOG_RESPONSE; in handle_cluster_request() 288 rq->u_rq.request_type &= ~DM_ULOG_RESPONSE; in handle_cluster_response() 296 _RQ_TYPE(rq->u_rq.request_type), in handle_cluster_response() 306 _RQ_TYPE(orig_rq->u_rq.request_type), in handle_cluster_response() 316 _RQ_TYPE(rq->u_rq.request_type), in handle_cluster_response() 584 rq->u_rq.request_type = DM_ULOG_CHECKPOINT_READY; in export_checkpoint() 819 switch (rq->u_rq.request_type) { in resend_requests() [all …]
|
| H A D | local.c | 140 if (!u_rq->request_type) { in kernel_recv() 238 SHORT_UUID(u_rq->uuid), RQ_TYPE(u_rq->request_type), in do_local_work() 240 switch (u_rq->request_type) { in do_local_work() 253 RQ_TYPE(u_rq->request_type)); in do_local_work() 257 RQ_TYPE(u_rq->request_type)); in do_local_work() 269 RQ_TYPE(u_rq->request_type)); in do_local_work() 273 RQ_TYPE(u_rq->request_type)); in do_local_work() 307 u_rq->request_type); in do_local_work()
|
| H A D | functions.c | 1578 switch (rq->u_rq.request_type) { in do_request()
|
| /netbsd-src/external/gpl2/lvm2/dist/include/ |
| H A D | dm-log-userspace.h | 372 #define DM_ULOG_REQUEST_TYPE(request_type) \ argument 373 (DM_ULOG_REQUEST_MASK & (request_type)) 393 uint32_t request_type; /* DM_ULOG_* defined above */ member
|
| /netbsd-src/external/gpl2/lvm2/dist/libdm/misc/ |
| H A D | dm-log-userspace.h | 372 #define DM_ULOG_REQUEST_TYPE(request_type) \ argument 373 (DM_ULOG_REQUEST_MASK & (request_type)) 393 uint32_t request_type; /* DM_ULOG_* defined above */ member
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | clientloop.c | 175 const char *request_type; member 834 cr->request_type, c->self); in client_status_confirm() 838 "%s request failed\r\n", cr->request_type); in client_status_confirm() 842 cr->request_type, c->self); in client_status_confirm() 853 cr->request_type); in client_status_confirm() 888 cr->request_type = request; in client_expect_confirm() 1691 client_request_forwarded_tcpip(struct ssh *ssh, const char *request_type, in client_request_forwarded_tcpip() argument 1729 (r = sshbuf_put_cstring(b, request_type)) != 0 || in client_request_forwarded_tcpip() 1752 const char *request_type, int rchan) in client_request_forwarded_streamlocal() argument 1773 client_request_x11(struct ssh *ssh, const char *request_type, int rchan) in client_request_x11() argument [all …]
|
| /netbsd-src/external/bsd/wpa/dist/src/wps/ |
| H A D | wps_validate.c | 59 static int wps_validate_request_type(const u8 *request_type, int mandatory) in wps_validate_request_type() argument 61 if (request_type == NULL) { in wps_validate_request_type() 69 if (*request_type > 0x03) { in wps_validate_request_type() 71 "attribute value 0x%x", *request_type); in wps_validate_request_type() 1198 wps_validate_request_type(attr.request_type, 1) || in wps_validate_probe_req() 1245 wps_validate_request_type(attr.request_type, 1) || in wps_validate_assoc_req()
|
| H A D | wps_attr_parse.h | 51 const u8 *request_type; /* 1 octet */ member
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/ |
| H A D | http.c | 1716 .request_type = ISC_HTTP_REQ_UNSUPPORTED, in server_handle_path_header() 1805 socket->h2->request_type = ISC_HTTP_REQ_GET; in server_handle_content_type_header() 1807 socket->h2->request_type = ISC_HTTP_REQ_POST; in server_handle_content_type_header() 2129 } else if (socket->h2->request_type == ISC_HTTP_REQ_POST && in server_on_request_recv() 2133 } else if (socket->h2->request_type == ISC_HTTP_REQ_POST && in server_on_request_recv() 2138 } else if (socket->h2->request_type == ISC_HTTP_REQ_POST && in server_on_request_recv() 2143 } else if (socket->h2->request_type == ISC_HTTP_REQ_POST && in server_on_request_recv() 2153 } else if (socket->h2->request_type == ISC_HTTP_REQ_GET && in isc__nm_http_send() 2157 } else if (socket->h2->request_type == ISC_HTTP_REQ_GET && in isc__nm_http_send() 2170 if (socket->h2->request_type in isc__nm_http_send() [all...] |
| H A D | netmgr-int.h | 459 isc_http_request_type_t request_type; 932 isc_http_request_type_t request_type; global() member
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | evdns.c | 178 u8 request_type; /* TYPE_PTR or TYPE_A or TYPE_AAAA */ member 784 u8 request_type; member 798 switch (cb->request_type) { in reply_run_callback() 850 d->request_type = req->request_type; in reply_schedule_callback() 954 req->request_type != TYPE_PTR) { in reply_handle() 1085 reply.type = req->request_type; in reply_parse() 1131 if (req->request_type != TYPE_A) { in reply_parse() 1149 if (req->request_type != TYPE_PTR) { in reply_parse() 1169 if (req->request_type != TYPE_AAAA) { in reply_parse() 2844 req->request_type = type; in request_new() [all …]
|
| /netbsd-src/sys/dev/scsipi/ |
| H A D | scsipi_cd.h | 154 uint8_t request_type; member
|