/freebsd/sys/dev/netmap/ |
H A D | netmap_legacy.c | 62 struct nmreq_register *req) in nmreq_register_from_legacy() 146 struct nmreq_register *req = nm_os_malloc(sizeof(*req)); in nmreq_from_legacy() local 156 struct nmreq_vale_attach *req = nm_os_malloc(sizeof(*req)); in nmreq_from_legacy() local 178 struct nmreq_port_hdr *req = nm_os_malloc(sizeof(*req)); in nmreq_from_legacy() local 187 struct nmreq_vale_newif *req = nm_os_malloc(sizeof(*req)); in nmreq_from_legacy() local 204 struct nmreq_vale_polling *req = nm_os_malloc(sizeof(*req)); in nmreq_from_legacy() local 236 struct nmreq_vale_list *req = nm_os_malloc(sizeof(*req)); in nmreq_from_legacy() local 244 struct nmreq_port_info_get *req = nm_os_malloc(sizeof(*req)); in nmreq_from_legacy() local 275 nmreq_register_to_legacy(const struct nmreq_register *req, struct nmreq *nmr) in nmreq_register_to_legacy() 299 struct nmreq_register *req = in nmreq_to_legacy() local [all …]
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x509_req.c | 63 EVP_PKEY *X509_REQ_get_pubkey(X509_REQ *req) in X509_REQ_get_pubkey() 70 EVP_PKEY *X509_REQ_get0_pubkey(X509_REQ *req) in X509_REQ_get0_pubkey() 77 X509_PUBKEY *X509_REQ_get_X509_PUBKEY(X509_REQ *req) in X509_REQ_get_X509_PUBKEY() 170 int X509_REQ_add_extensions_nid(X509_REQ *req, in X509_REQ_add_extensions_nid() 188 int X509_REQ_add_extensions(X509_REQ *req, const STACK_OF(X509_EXTENSION) *exts) in X509_REQ_add_extensions() 195 int X509_REQ_get_attr_count(const X509_REQ *req) in X509_REQ_get_attr_count() 200 int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid, int lastpos) in X509_REQ_get_attr_by_NID() 205 int X509_REQ_get_attr_by_OBJ(const X509_REQ *req, const ASN1_OBJECT *obj, in X509_REQ_get_attr_by_OBJ() 211 X509_ATTRIBUTE *X509_REQ_get_attr(const X509_REQ *req, int loc) in X509_REQ_get_attr() 216 X509_ATTRIBUTE *X509_REQ_delete_attr(X509_REQ *req, int loc) in X509_REQ_delete_attr() [all …]
|
/freebsd/usr.sbin/ctld/ |
H A D | isns.c | 49 struct isns_req *req; in isns_req_alloc() local 70 struct isns_req *req; in isns_req_create() local 83 isns_req_free(struct isns_req *req) in isns_req_free() 91 isns_req_getspace(struct isns_req *req, uint32_t len) in isns_req_getspace() 110 isns_req_add(struct isns_req *req, uint32_t tag, uint32_t len, in isns_req_add() 128 isns_req_add_delim(struct isns_req *req) in isns_req_add_delim() 135 isns_req_add_str(struct isns_req *req, uint32_t tag, const char *value) in isns_req_add_str() 142 isns_req_add_32(struct isns_req *req, uint32_t tag, uint32_t value) in isns_req_add_32() 151 isns_req_add_addr(struct isns_req *req, uint32_t tag, struct addrinfo *ai) in isns_req_add_addr() 177 isns_req_add_port(struct isns_req *req, uint32_t tag, struct addrinfo *ai) in isns_req_add_port() [all …]
|
/freebsd/sys/geom/ |
H A D | geom_ctl.c | 80 gctl_error(struct gctl_req *req, const char *fmt, ...) in gctl_error() 125 gctl_msg(struct gctl_req *req, int errno, const char *fmt, ...) in gctl_msg() 151 gctl_post_messages(struct gctl_req *req) in gctl_post_messages() 171 geom_alloc_copyin(struct gctl_req *req, void *uaddr, size_t len) in geom_alloc_copyin() 184 gctl_copyin(struct gctl_req *req) in gctl_copyin() 251 gctl_copyout(struct gctl_req *req) in gctl_copyout() 273 gctl_free(struct gctl_req *req) in gctl_free() 291 gctl_dump(struct gctl_req *req, const char *what) in gctl_dump() 330 gctl_set_param(struct gctl_req *req, const char *param, void const *ptr, in gctl_set_param() 354 gctl_set_param_err(struct gctl_req *req, const char *param, void const *ptr, in gctl_set_param_err() [all …]
|
/freebsd/contrib/lib9p/ |
H A D | request.c | 190 l9p_dispatch_request(struct l9p_request *req) in l9p_dispatch_request() 361 l9p_respond(struct l9p_request *req, bool drop, bool rmtag) in l9p_respond() 459 l9p_init_msg(struct l9p_message *msg, struct l9p_request *req, in l9p_init_msg() 555 l9p_pack_stat(struct l9p_message *msg, struct l9p_request *req, in l9p_pack_stat() 574 l9p_dispatch_tversion(struct l9p_request *req) in l9p_dispatch_tversion() 610 l9p_dispatch_tattach(struct l9p_request *req) in l9p_dispatch_tattach() 659 l9p_dispatch_tclunk(struct l9p_request *req) in l9p_dispatch_tclunk() 695 l9p_dispatch_tcreate(struct l9p_request *req) in l9p_dispatch_tcreate() 731 l9p_dispatch_topen(struct l9p_request *req) in l9p_dispatch_topen() 755 l9p_dispatch_tread(struct l9p_request *req) in l9p_dispatch_tread() [all …]
|
H A D | threadpool.c | 46 struct l9p_request *req; in l9p_responder() local 83 struct l9p_request *req; in l9p_worker() local 123 l9p_threadpool_rflush(struct l9p_threadpool *tp, struct l9p_request *req) in l9p_threadpool_rflush() 235 l9p_threadpool_run(struct l9p_threadpool *tp, struct l9p_request *req) in l9p_threadpool_run() 261 l9p_threadpool_tflush(struct l9p_request *req) in l9p_threadpool_tflush()
|
/freebsd/tools/tools/ath/common/ |
H A D | ctrl.c | 70 ath_driver_req_init(struct ath_driver_req *req) in ath_driver_req_init() 86 ath_driver_req_open(struct ath_driver_req *req, const char *ifname) in ath_driver_req_open() 109 ath_driver_req_close(struct ath_driver_req *req) in ath_driver_req_close() 124 ath_driver_req_fetch_diag(struct ath_driver_req *req, unsigned long cmd, in ath_driver_req_fetch_diag() 139 ath_driver_req_zero_stats(struct ath_driver_req *req) in ath_driver_req_zero_stats() 160 ath_driver_req_fetch_stats(struct ath_driver_req *req, struct ath_stats *st) in ath_driver_req_fetch_stats() 181 ath_drive_req_fetch_aggr_stats(struct ath_driver_req *req, in ath_drive_req_fetch_aggr_stats() 206 ath_drive_req_fetch_ratectrl_stats(struct ath_driver_req *req, in ath_drive_req_fetch_ratectrl_stats()
|
/freebsd/lib/libgeom/ |
H A D | geom_ctl.c | 54 gctl_dump(struct gctl_req *req, FILE *f) in gctl_dump() 95 gctl_set_error(struct gctl_req *req, const char *error, ...) in gctl_set_error() 111 gctl_check_alloc(struct gctl_req *req, void *ptr) in gctl_check_alloc() 136 gctl_new_arg(struct gctl_req *req) in gctl_new_arg() 153 gctl_add_param(struct gctl_req *req, const char *name, int len, void *value, in gctl_add_param() 179 gctl_ro_param(struct gctl_req *req, const char *name, int len, const void* value) in gctl_ro_param() 186 gctl_rw_param(struct gctl_req *req, const char *name, int len, void *value) in gctl_rw_param() 193 gctl_issue(struct gctl_req *req) in gctl_issue() 223 gctl_free(struct gctl_req *req) in gctl_free()
|
/freebsd/contrib/wpa/src/wps/ |
H A D | http_server.c | 44 struct http_request *req = cookie; in http_request_cb() local 64 struct http_request *req; in http_request_init() local 91 void http_request_deinit(struct http_request *req) in http_request_deinit() 121 static void http_request_free_all(struct http_request *req) in http_request_free_all() 132 void http_request_send(struct http_request *req, struct wpabuf *resp) in http_request_send() 155 void http_request_send_and_deinit(struct http_request *req, in http_request_send_and_deinit() 163 enum httpread_hdr_type http_request_get_type(struct http_request *req) in http_request_get_type() 169 char * http_request_get_uri(struct http_request *req) in http_request_get_uri() 175 char * http_request_get_hdr(struct http_request *req) in http_request_get_hdr() 181 char * http_request_get_data(struct http_request *req) in http_request_get_data() [all …]
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | req.c | 49 hx509_request_init(hx509_context context, hx509_request *req) in hx509_request_init() 59 hx509_request_free(hx509_request *req) in hx509_request_free() 73 hx509_request req, in hx509_request_set_name() 88 hx509_request req, in hx509_request_get_name() 100 hx509_request req, in hx509_request_set_SubjectPublicKeyInfo() 109 hx509_request req, in hx509_request_get_SubjectPublicKeyInfo() 117 hx509_request req, in _hx509_request_add_eku() 139 hx509_request req, in _hx509_request_add_dns_name() 154 hx509_request req, in _hx509_request_add_email() 171 const hx509_request req, in _hx509_request_to_pkcs10() [all …]
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_hwrm.c | 134 struct input *req = request; in bnxt_hwrm_cmd_hdr_init() local 145 struct input *req = msg; in _hwrm_send_message() local 274 struct hwrm_queue_qportcfg_input req = {0}; in bnxt_hwrm_queue_qportcfg() local 388 struct hwrm_func_backing_store_qcaps_input req = {0}; in bnxt_hwrm_func_backing_store_qcaps() local 536 struct hwrm_func_backing_store_cfg_input req = {0}; in bnxt_hwrm_func_backing_store_cfg() local 659 struct hwrm_func_resource_qcaps_input req = {0}; in bnxt_hwrm_func_resc_qcaps() local 708 struct hwrm_func_backing_store_cfg_v2_input req = {0}; in bnxt_hwrm_func_backing_store_cfg_v2() local 749 bnxt_hwrm_passthrough(struct bnxt_softc *softc, void *req, uint32_t req_len, in bnxt_hwrm_passthrough() 782 struct hwrm_ver_get_input req = {0}; in bnxt_hwrm_ver_get() local 963 struct hwrm_func_drv_rgtr_input req = {0}; in bnxt_hwrm_func_drv_rgtr() local [all …]
|
/freebsd/lib/geom/eli/ |
H A D | geom_eli.c | 289 eli_protect(struct gctl_req *req) in eli_protect() 310 eli_main(struct gctl_req *req, unsigned int flags) in eli_main() 370 eli_genkey_files(struct gctl_req *req, bool new, const char *type, in eli_genkey_files() 443 eli_genkey_passphrase_prompt(struct gctl_req *req, bool new, char *passbuf, in eli_genkey_passphrase_prompt() 486 eli_genkey_passphrase(struct gctl_req *req, struct g_eli_metadata *md, bool new, in eli_genkey_passphrase() 572 eli_init_key_hmac_ctx(struct gctl_req *req, struct hmac_ctx *ctx, bool new) in eli_init_key_hmac_ctx() 593 eli_genkey(struct gctl_req *req, const struct hmac_ctx *ctxtemplate, in eli_genkey() 609 eli_genkey_single(struct gctl_req *req, struct g_eli_metadata *md, in eli_genkey_single() 625 eli_metadata_read(struct gctl_req *req, const char *prov, in eli_metadata_read() 681 eli_metadata_store(struct gctl_req *req, const char *prov, in eli_metadata_store() [all …]
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_tlv.h | 73 static inline u8 __get_cmdq_base_opcode(struct cmdq_base *req, u32 size) in __get_cmdq_base_opcode() 81 static inline void __set_cmdq_base_opcode(struct cmdq_base *req, in __set_cmdq_base_opcode() 90 static inline __le16 __get_cmdq_base_cookie(struct cmdq_base *req, u32 size) in __get_cmdq_base_cookie() 98 static inline void __set_cmdq_base_cookie(struct cmdq_base *req, in __set_cmdq_base_cookie() 107 static inline __le64 __get_cmdq_base_resp_addr(struct cmdq_base *req, u32 size) in __get_cmdq_base_resp_addr() 115 static inline void __set_cmdq_base_resp_addr(struct cmdq_base *req, in __set_cmdq_base_resp_addr() 124 static inline u8 __get_cmdq_base_resp_size(struct cmdq_base *req, u32 size) in __get_cmdq_base_resp_size() 132 static inline void __set_cmdq_base_resp_size(struct cmdq_base *req, in __set_cmdq_base_resp_size() 141 static inline u8 __get_cmdq_base_cmd_size(struct cmdq_base *req, u32 size) in __get_cmdq_base_cmd_size() 149 static inline void __set_cmdq_base_cmd_size(struct cmdq_base *req, in __set_cmdq_base_cmd_size() [all …]
|
H A D | qplib_sp.c | 62 struct cmdq_query_version req = {}; in bnxt_qplib_query_version() local 88 struct cmdq_query_func req = {}; in bnxt_qplib_get_dev_attr() local 211 struct cmdq_set_func_resources req = {}; in bnxt_qplib_set_func_resources() local 255 struct cmdq_modify_gid req = {}; in bnxt_qplib_update_sgid() local 335 struct cmdq_delete_gid req = {}; in bnxt_qplib_del_sgid() local 407 struct cmdq_add_gid req = {}; in bnxt_qplib_add_sgid() local 465 struct cmdq_create_ah req = {}; in bnxt_qplib_create_ah() local 514 struct cmdq_destroy_ah req = {}; in bnxt_qplib_destroy_ah() local 533 struct cmdq_deallocate_key req = {}; in bnxt_qplib_free_mrw() local 572 struct cmdq_allocate_mrw req = {}; in bnxt_qplib_alloc_mrw() local [all …]
|
/freebsd/contrib/mandoc/ |
H A D | cgi.c | 60 struct req { struct 76 static void parse_manpath_conf(struct req *); argument 205 parse_query_string(struct req *req, const char *qs) in parse_query_string() 430 resp_searchform(const struct req *req, enum focus focus) in resp_searchform() 520 validate_manpath(const struct req *req, const char* manpath) in validate_manpath() 555 pg_index(const struct req *req) in pg_index() 573 pg_noresult(const struct req *req, int code, const char *http_msg, in pg_noresult() 607 pg_redirect(const struct req *req, const char *name) in pg_redirect() 626 pg_searchres(const struct req *req, struct manpage *r, size_t sz) in pg_searchres() 736 resp_catman(const struct req *req, const char *file) in resp_catman() [all …]
|
/freebsd/sys/dev/ipmi/ |
H A D | ipmi.c | 66 #define IPMI_INIT_DRIVER_REQUEST(req, addr, cmd, reqlen, replylen) \ argument 70 #define IPMI_ALLOC_DRIVER_REQUEST(req, addr, cmd, reqlen, replylen) \ argument 185 struct ipmi_request *req; in ipmi_purge_completed_requests() local 198 struct ipmi_request *req, *nreq; in ipmi_dtor() local 265 struct ipmi_req *req = (struct ipmi_req *)data; in ipmi_ioctl() local 272 struct ipmi_req req; in ipmi_ioctl() member 504 ipmi_init_request(struct ipmi_request *req, struct ipmi_device *dev, long msgid, in ipmi_init_request() 527 struct ipmi_request *req; in ipmi_alloc_request() local 537 ipmi_free_request(struct ipmi_request *req) in ipmi_free_request() 545 ipmi_complete_request(struct ipmi_softc *sc, struct ipmi_request *req) in ipmi_complete_request() [all …]
|
/freebsd/sys/dev/tws/ |
H A D | tws_cam.c | 318 tws_scsi_complete(struct tws_request *req) in tws_scsi_complete() 340 tws_getset_param_complete(struct tws_request *req) in tws_getset_param_complete() 355 tws_aen_complete(struct tws_request *req) in tws_aen_complete() 433 tws_cmd_complete(struct tws_request *req) in tws_cmd_complete() 446 struct tws_request *req; in tws_err_complete() local 498 tws_scsi_err_complete(struct tws_request *req, struct tws_command_header *hdr) in tws_scsi_err_complete() 552 tws_passthru_err_complete(struct tws_request *req, in tws_passthru_err_complete() 564 struct tws_request *req; in tws_drain_busy_queue() local 639 struct tws_request *req; in tws_execute_scsi() local 736 struct tws_request *req; in tws_send_scsi_cmd() local [all …]
|
/freebsd/sys/dev/usb/ |
H A D | usb_request.c | 138 usbd_get_debug_bits(struct usb_device *udev, struct usb_device_request *req, in usbd_get_debug_bits() 227 struct usb_device_request req; in usb_do_clear_stall_callback() local 415 struct usb_device_request *req, void *data, uint16_t flags, in usbd_do_request_flags() 752 struct usb_device_request *req, void *data, uint16_t flags, in usbd_do_request_proc() 1001 struct usb_device_request req; in usbd_req_get_desc() local 1238 struct usb_device_request req; in usbd_req_get_descriptor_ptr() local 1421 struct usb_device_request req; in usbd_req_get_alt_interface_no() local 1447 struct usb_device_request req; in usbd_req_set_alt_interface_no() local 1484 struct usb_device_request req; in usbd_req_get_device_status() local 1505 struct usb_device_request req; in usbd_req_get_hub_descriptor() local [all …]
|
/freebsd/sys/fs/p9fs/ |
H A D | p9_client.c | 133 p9_free_req(struct p9_client *clnt, struct p9_req_t *req) in p9_free_req() 152 struct p9_req_t *req; in p9_get_request() local 204 p9_client_check_return(struct p9_client *c, struct p9_req_t *req) in p9_client_check_return() 281 struct p9_req_t *req; in p9_client_prepare_req() local 348 struct p9_req_t *req; in p9_client_request() local 447 struct p9_req_t *req; in p9_client_version() local 608 struct p9_req_t *req; in p9_client_attach() local 655 struct p9_req_t *req; in p9_client_remove() local 677 struct p9_req_t *req; in p9_client_unlink() local 702 struct p9_req_t *req; in p9_client_clunk() local [all …]
|
/freebsd/sys/kern/ |
H A D | kern_ktrace.c | 219 struct ktr_request *req; in ktrace_init() local 271 struct ktr_request *req; in ktrace_resize_pool() local 312 struct ktr_request *req; in ktr_getrequest_entered() local 355 struct ktr_request *req; in ktr_getrequest() local 372 ktr_enqueuerequest(struct thread *td, struct ktr_request *req) in ktr_enqueuerequest() 418 ktr_submitrequest(struct thread *td, struct ktr_request *req) in ktr_submitrequest() 432 ktr_freerequest(struct ktr_request *req) in ktr_freerequest() 441 ktr_freerequest_locked(struct ktr_request *req) in ktr_freerequest_locked() 501 struct ktr_request *req; in ktr_freeproc() local 535 struct ktr_request *req; in ktrsyscall() local [all …]
|
/freebsd/sys/dev/nvme/ |
H A D | nvme_ns_cmd.c | 36 struct nvme_request *req; in nvme_ns_cmd_read() local 54 struct nvme_request *req; in nvme_ns_cmd_read_bio() local 74 struct nvme_request *req; in nvme_ns_cmd_write() local 92 struct nvme_request *req; in nvme_ns_cmd_write_bio() local 112 struct nvme_request *req; in nvme_ns_cmd_deallocate() local 137 struct nvme_request *req; in nvme_ns_cmd_flush() local 156 struct nvme_request *req; in nvme_ns_dump() local
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | http.c | 166 #define REQ_VERSION_BEFORE(req, major_v, minor_v) \ argument 170 #define REQ_VERSION_ATLEAST(req, major_v, minor_v) \ argument 356 evhttp_response_needs_body(struct evhttp_request *req) in evhttp_response_needs_body() 399 struct evhttp_request *req) in evhttp_send_continue() 439 struct evhttp_request *req) in evhttp_make_header_request() 480 evhttp_is_request_connection_close(struct evhttp_request *req) in evhttp_is_request_connection_close() 532 struct evhttp_request *req) in evhttp_make_header_response() 586 static enum expect evhttp_have_expect(struct evhttp_request *req, int input) in evhttp_have_expect() 606 evhttp_make_header(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_make_header() 657 evhttp_connection_incoming_fail(struct evhttp_request *req, in evhttp_connection_incoming_fail() [all …]
|
/freebsd/contrib/libevent/ |
H A D | http.c | 166 #define REQ_VERSION_BEFORE(req, major_v, minor_v) \ argument 170 #define REQ_VERSION_ATLEAST(req, major_v, minor_v) \ argument 356 evhttp_response_needs_body(struct evhttp_request *req) in evhttp_response_needs_body() 399 struct evhttp_request *req) in evhttp_send_continue() 439 struct evhttp_request *req) in evhttp_make_header_request() 480 evhttp_is_request_connection_close(struct evhttp_request *req) in evhttp_is_request_connection_close() 532 struct evhttp_request *req) in evhttp_make_header_response() 586 static enum expect evhttp_have_expect(struct evhttp_request *req, int input) in evhttp_have_expect() 606 evhttp_make_header(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_make_header() 657 evhttp_connection_incoming_fail(struct evhttp_request *req, in evhttp_connection_incoming_fail() [all …]
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_http.c | 262 struct evhttp_request *req = evhttp_request_new(NULL, NULL); in http_readcb() local 317 http_basic_cb(struct evhttp_request *req, void *arg) in http_basic_cb() 383 struct evhttp_request *req = arg; in http_timeout_reply_cb() local 388 http_timeout_cb(struct evhttp_request *req, void *arg) in http_timeout_cb() 396 http_large_cb(struct evhttp_request *req, void *arg) in http_large_cb() 416 struct evhttp_request *req; member 441 http_chunked_cb(struct evhttp_request *req, void *arg) in http_chunked_cb() 600 struct evhttp_request *req = arg; in http_delay_reply() local 608 http_delay_cb(struct evhttp_request *req, void *arg) in http_delay_cb() 619 http_badreq_cb(struct evhttp_request *req, void *arg) in http_badreq_cb() [all …]
|
/freebsd/contrib/libevent/test/ |
H A D | regress_http.c | 262 struct evhttp_request *req = evhttp_request_new(NULL, NULL); in http_readcb() local 317 http_basic_cb(struct evhttp_request *req, void *arg) in http_basic_cb() 383 struct evhttp_request *req = arg; in http_timeout_reply_cb() local 388 http_timeout_cb(struct evhttp_request *req, void *arg) in http_timeout_cb() 396 http_large_cb(struct evhttp_request *req, void *arg) in http_large_cb() 416 struct evhttp_request *req; member 441 http_chunked_cb(struct evhttp_request *req, void *arg) in http_chunked_cb() 600 struct evhttp_request *req = arg; in http_delay_reply() local 608 http_delay_cb(struct evhttp_request *req, void *arg) in http_delay_cb() 619 http_badreq_cb(struct evhttp_request *req, void *arg) in http_badreq_cb() [all …]
|