| /freebsd-14.2/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 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 236 struct nmreq_vale_list *req = nm_os_malloc(sizeof(*req)); in nmreq_from_legacy() local 299 struct nmreq_register *req = in nmreq_to_legacy() local 305 struct nmreq_port_info_get *req = in nmreq_to_legacy() local 316 struct nmreq_vale_attach *req = in nmreq_to_legacy() local 325 struct nmreq_vale_list *req = in nmreq_to_legacy() local 334 struct nmreq_port_hdr *req = in nmreq_to_legacy() local [all …]
|
| /freebsd-14.2/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() 195 int X509_REQ_get_attr_count(const X509_REQ *req) in X509_REQ_get_attr_count() 242 int X509_REQ_add1_attr_by_OBJ(X509_REQ *req, in X509_REQ_add1_attr_by_OBJ() 257 int X509_REQ_add1_attr_by_NID(X509_REQ *req, in X509_REQ_add1_attr_by_NID() 272 int X509_REQ_add1_attr_by_txt(X509_REQ *req, in X509_REQ_add1_attr_by_txt() 287 long X509_REQ_get_version(const X509_REQ *req) in X509_REQ_get_version() 292 X509_NAME *X509_REQ_get_subject_name(const X509_REQ *req) in X509_REQ_get_subject_name() [all …]
|
| /freebsd-14.2/usr.sbin/ctld/ |
| H A D | isns.c | 50 struct isns_req *req; in isns_req_alloc() local 71 struct isns_req *req; in isns_req_create() local 84 isns_req_free(struct isns_req *req) in isns_req_free() 92 isns_req_getspace(struct isns_req *req, uint32_t len) in isns_req_getspace() 111 isns_req_add(struct isns_req *req, uint32_t tag, uint32_t len, in isns_req_add() 129 isns_req_add_delim(struct isns_req *req) in isns_req_add_delim() 136 isns_req_add_str(struct isns_req *req, uint32_t tag, const char *value) in isns_req_add_str() 143 isns_req_add_32(struct isns_req *req, uint32_t tag, uint32_t value) in isns_req_add_32() 202 isns_req_send(int s, struct isns_req *req) in isns_req_send() 219 isns_req_receive(int s, struct isns_req *req) in isns_req_receive() [all …]
|
| /freebsd-14.2/sys/geom/ |
| H A D | geom_ctl.c | 81 gctl_error(struct gctl_req *req, const char *fmt, ...) in gctl_error() 152 gctl_post_messages(struct gctl_req *req) in gctl_post_messages() 185 gctl_copyin(struct gctl_req *req) in gctl_copyin() 252 gctl_copyout(struct gctl_req *req) in gctl_copyout() 274 gctl_free(struct gctl_req *req) in gctl_free() 292 gctl_dump(struct gctl_req *req, const char *what) in gctl_dump() 446 gctl_get_class(struct gctl_req *req, char const *arg) in gctl_get_class() 484 gctl_get_provider(struct gctl_req *req, char const *arg) in gctl_get_provider() 502 g_ctl_getxml(struct gctl_req *req, struct g_class *mp) in g_ctl_getxml() 561 struct gctl_req *req; in g_ctl_req() local [all …]
|
| /freebsd-14.2/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-14.2/contrib/lib9p/ |
| H A D | request.c | 190 l9p_dispatch_request(struct l9p_request *req) in l9p_dispatch_request() 659 l9p_dispatch_tclunk(struct l9p_request *req) in l9p_dispatch_tclunk() 731 l9p_dispatch_topen(struct l9p_request *req) in l9p_dispatch_topen() 755 l9p_dispatch_tread(struct l9p_request *req) in l9p_dispatch_tread() 824 l9p_dispatch_tstat(struct l9p_request *req) in l9p_dispatch_tstat() 856 l9p_dispatch_twalk(struct l9p_request *req) in l9p_dispatch_twalk() 917 l9p_dispatch_twrite(struct l9p_request *req) in l9p_dispatch_twrite() 962 l9p_dispatch_twstat(struct l9p_request *req) in l9p_dispatch_twstat() 996 l9p_dispatch_tlopen(struct l9p_request *req) in l9p_dispatch_tlopen() 1308 l9p_dispatch_tlock(struct l9p_request *req) in l9p_dispatch_tlock() [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-14.2/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-14.2/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() 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() 205 struct http_request *req; in http_server_cb() local [all …]
|
| /freebsd-14.2/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-14.2/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 782 struct hwrm_ver_get_input req = {0}; in bnxt_hwrm_ver_get() local 1193 struct hwrm_func_qcfg_input req = {0}; in bnxt_hwrm_func_qcfg() local 1437 struct hwrm_vnic_cfg_input req = {0}; in bnxt_hwrm_vnic_cfg() local 1474 struct hwrm_vnic_free_input req = {0}; in bnxt_hwrm_vnic_free() local 2142 struct hwrm_func_cfg_input req = {0}; in bnxt_hwrm_reserve_pf_rings() local 2169 struct hwrm_func_cfg_input req = {0}; in bnxt_cfg_async_cr() local 2298 struct hwrm_nvm_read_input req = {0}; in bnxt_hwrm_nvm_read() local 2373 struct hwrm_fw_reset_input req = {0}; in bnxt_hwrm_fw_reset() local [all …]
|
| /freebsd-14.2/lib/geom/eli/ |
| H A D | geom_eli.c | 290 eli_protect(struct gctl_req *req) in eli_protect() 723 eli_init(struct gctl_req *req) in eli_init() 1043 eli_attach(struct gctl_req *req) in eli_attach() 1453 eli_setkey(struct gctl_req *req) in eli_setkey() 1534 eli_delkey(struct gctl_req *req) in eli_delkey() 1553 eli_resume(struct gctl_req *req) in eli_resume() 1674 eli_kill(struct gctl_req *req) in eli_kill() 1764 eli_backup(struct gctl_req *req) in eli_backup() 1821 eli_resize(struct gctl_req *req) in eli_resize() 1967 eli_clear(struct gctl_req *req) in eli_clear() [all …]
|
| /freebsd-14.2/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() 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() 158 static inline __le16 __get_cmdq_base_flags(struct cmdq_base *req, u32 size) in __get_cmdq_base_flags() [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 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 572 struct cmdq_allocate_mrw req = {}; in bnxt_qplib_alloc_mrw() local 608 struct cmdq_deregister_mr req = {}; in bnxt_qplib_dereg_mrw() local 638 struct cmdq_register_mr req = {}; in bnxt_qplib_reg_mr() local [all …]
|
| /freebsd-14.2/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() 555 pg_index(const struct req *req) in pg_index() 607 pg_redirect(const struct req *req, const char *name) in pg_redirect() 916 resp_show(const struct req *req, const char *file) in resp_show() 929 pg_show(struct req *req, const char *fullpath) in pg_show() 976 pg_search(const struct req *req) in pg_search() 1060 struct req req; in main() local 1164 parse_path_info(struct req *req, const char *path) in parse_path_info() [all …]
|
| /freebsd-14.2/sys/dev/ipmi/ |
| H A D | ipmi.c | 186 struct ipmi_request *req; in ipmi_purge_completed_requests() local 199 struct ipmi_request *req, *nreq; in ipmi_dtor() local 266 struct ipmi_req *req = (struct ipmi_req *)data; in ipmi_ioctl() local 273 struct ipmi_req req; in ipmi_ioctl() member 528 struct ipmi_request *req; in ipmi_alloc_request() local 538 ipmi_free_request(struct ipmi_request *req) in ipmi_free_request() 585 struct ipmi_request *req; in ipmi_dequeue_request() local 635 struct ipmi_request *req; in ipmi_reset_watchdog() local 656 struct ipmi_request *req; in ipmi_set_watchdog() local 798 struct ipmi_request *req; in ipmi_power_cycle() local [all …]
|
| /freebsd-14.2/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 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 775 struct tws_request *req; in tws_set_param() local [all …]
|
| /freebsd-14.2/sys/dev/usb/ |
| H A D | usb_request.c | 227 struct usb_device_request req; in usb_do_clear_stall_callback() local 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 1527 struct usb_device_request req; in usbd_req_get_ss_hub_descriptor() local 1549 struct usb_device_request req; in usbd_req_get_hub_status() local 1572 struct usb_device_request req; in usbd_req_set_address() local [all …]
|
| /freebsd-14.2/sys/dev/nvme/ |
| H A D | nvme_ns_cmd.c | 36 struct nvme_request *req; in nvme_ns_cmd_read() local 55 struct nvme_request *req; in nvme_ns_cmd_read_bio() local 77 struct nvme_request *req; in nvme_ns_cmd_write() local 96 struct nvme_request *req; in nvme_ns_cmd_write_bio() local 117 struct nvme_request *req; in nvme_ns_cmd_deallocate() local 142 struct nvme_request *req; in nvme_ns_cmd_flush() local 162 struct nvme_request *req; in nvme_ns_dump() local
|
| /freebsd-14.2/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 501 struct ktr_request *req; in ktr_freeproc() local 535 struct ktr_request *req; in ktrsyscall() local 567 struct ktr_request *req; in ktrsysret() local 612 struct ktr_request *req; in ktrprocexit() local 640 struct ktr_request *req; in ktrprocctor_entered() local 710 struct ktr_request *req; in ktrnamei() local [all …]
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | http.c | 399 struct evhttp_request *req) in evhttp_send_continue() 439 struct evhttp_request *req) in evhttp_make_header_request() 532 struct evhttp_request *req) in evhttp_make_header_response() 1019 struct evhttp_request *req) in evhttp_lingering_close() 1038 struct evhttp_request *req) in evhttp_lingering_fail() 1223 struct evhttp_request *req; in evhttp_connection_free() local 1456 struct evhttp_request *req) in evhttp_connection_read_on_write_error() 2275 struct evhttp_request *req) in evhttp_read_firstline() 2297 struct evhttp_request *req) in evhttp_read_header() 2649 struct evhttp_request *req, in evhttp_make_request() [all …]
|
| /freebsd-14.2/contrib/libevent/ |
| H A D | http.c | 399 struct evhttp_request *req) in evhttp_send_continue() 439 struct evhttp_request *req) in evhttp_make_header_request() 532 struct evhttp_request *req) in evhttp_make_header_response() 1019 struct evhttp_request *req) in evhttp_lingering_close() 1038 struct evhttp_request *req) in evhttp_lingering_fail() 1223 struct evhttp_request *req; in evhttp_connection_free() local 1456 struct evhttp_request *req) in evhttp_connection_read_on_write_error() 2275 struct evhttp_request *req) in evhttp_read_firstline() 2297 struct evhttp_request *req) in evhttp_read_header() 2649 struct evhttp_request *req, in evhttp_make_request() [all …]
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/test/ |
| H A D | regress_http.c | 383 struct evhttp_request *req = arg; in http_timeout_reply_cb() local 416 struct evhttp_request *req; member 600 struct evhttp_request *req = arg; in http_delay_reply() local 1066 struct evhttp_request *req = NULL; in http_connection_test_() local 1192 struct evhttp_request *req = NULL; in http_connection_async_test() local 1378 struct evhttp_request *req = arg; in http_do_cancel() local 1410 struct evhttp_request *req; in http_fill_backlog() local 1456 struct evhttp_request *req = NULL; in http_cancel_test() local 1667 struct evhttp_request *req = NULL; in http_virtual_host_test() local 2284 struct evhttp_request *req; in close_detect_launch() local [all …]
|
| /freebsd-14.2/contrib/libevent/test/ |
| H A D | regress_http.c | 383 struct evhttp_request *req = arg; in http_timeout_reply_cb() local 416 struct evhttp_request *req; member 600 struct evhttp_request *req = arg; in http_delay_reply() local 1066 struct evhttp_request *req = NULL; in http_connection_test_() local 1192 struct evhttp_request *req = NULL; in http_connection_async_test() local 1378 struct evhttp_request *req = arg; in http_do_cancel() local 1410 struct evhttp_request *req; in http_fill_backlog() local 1456 struct evhttp_request *req = NULL; in http_cancel_test() local 1667 struct evhttp_request *req = NULL; in http_virtual_host_test() local 2284 struct evhttp_request *req; in close_detect_launch() local [all …]
|
| /freebsd-14.2/lib/geom/label/ |
| H A D | geom_label.c | 94 label_main(struct gctl_req *req, unsigned flags) in label_main() 119 label_label(struct gctl_req *req) in label_label() 171 label_clear(struct gctl_req *req) in label_clear() 206 label_dump(struct gctl_req *req) in label_dump() 236 label_refresh(struct gctl_req *req) in label_refresh()
|