Home
last modified time | relevance | path

Searched defs:cmd (Results 51 – 75 of 1700) sorted by relevance

12345678910>>...68

/freebsd/sys/dev/ixl/
H A Di40e_common.c1903 struct i40e_aqc_clear_pxe *cmd = in i40e_aq_clear_pxe_mode() local
2976 struct i40e_aqc_add_veb *cmd = in i40e_aq_add_veb() local
3086 struct i40e_aqc_macvlan *cmd = in i40e_aq_add_macvlan() local
3134 struct i40e_aqc_macvlan *cmd = in i40e_aq_remove_macvlan() local
3302 struct i40e_aqc_macvlan *cmd = in i40e_aq_add_vlan() local
3342 struct i40e_aqc_macvlan *cmd = in i40e_aq_remove_vlan() local
3563 struct i40e_aqc_nvm_update *cmd = in i40e_aq_read_nvm() local
3762 struct i40e_aqc_nvm_update *cmd = in i40e_aq_erase_nvm() local
4215 struct i40e_aqc_nvm_update *cmd = in i40e_aq_update_nvm() local
4428 struct i40e_aqc_lldp_stop *cmd = in i40e_aq_stop_lldp() local
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dphy-ctxt.c70 struct iwl_phy_context_cmd *cmd, in iwl_mvm_phy_ctxt_cmd_hdr()
129 struct iwl_phy_context_cmd_v1 *cmd, in iwl_mvm_phy_ctxt_cmd_data_v1()
150 struct iwl_phy_context_cmd *cmd, in iwl_mvm_phy_ctxt_cmd_data()
169 struct iwl_rlc_config_cmd cmd = { in iwl_mvm_phy_send_rlc() local
216 struct iwl_phy_context_cmd cmd = {}; in iwl_mvm_phy_ctxt_apply() local
229 struct iwl_phy_context_cmd_v1 cmd = {}; in iwl_mvm_phy_ctxt_apply() local
H A Dlink.c34 struct iwl_link_config_cmd *cmd, in iwl_mvm_link_cmd_send()
55 struct iwl_link_config_cmd cmd = {}; in iwl_mvm_add_link() local
105 struct iwl_link_config_cmd cmd = {}; in iwl_mvm_link_changed() local
244 struct iwl_link_config_cmd cmd = {}; in iwl_mvm_remove_link() local
/freebsd/sys/dev/nvmf/host/
H A Dnvmf_qpair.c110 nvmf_dispatch_command(struct nvmf_host_qpair *qp, struct nvmf_host_command *cmd) in nvmf_dispatch_command()
156 struct nvmf_host_command *cmd; in nvmf_receive_capsule() local
228 struct nvmf_host_command *cmd, *ncmd; in nvmf_init_qp() local
277 struct nvmf_host_command *cmd; in nvmf_shutdown_qp() local
339 struct nvmf_host_command *cmd, *ncmd; in nvmf_destroy_qp() local
356 struct nvmf_host_command *cmd; in nvmf_submit_request() local
/freebsd/contrib/bc/scripts/
H A Dkaratsuba.py43 def run(cmd, env=None): argument
180 cmd = [ "{}/../tests/test.sh".format(testdir), "bc", test, "0", "0", exe ] variable
194 cmd = [ "{}/../tests/script.sh".format(testdir), "bc", script + ".bc", variable
214 cmd = [ exe, "{}/../tests/bc/power.txt".format(testdir) ] variable
/freebsd/sys/dev/cxgbe/common/
H A Dt4vf_hw.c74 struct fw_reset_cmd cmd; in t4vf_fw_reset() local
234 struct fw_rss_glb_config_cmd cmd, rpl; in t4vf_get_rss_glb_config() local
309 struct fw_pfvf_cmd cmd, rpl; in t4vf_get_vfres() local
397 struct fw_acl_mac_cmd cmd; in t4vf_get_vf_mac() local
/freebsd/sys/cam/nvme/
H A Dnvme_all.c64 nvme_ns_cmd(struct ccb_nvmeio *nvmeio, uint8_t cmd, uint32_t nsid, in nvme_ns_cmd()
137 nvme_op_string(const struct nvme_command *cmd, int admin) in nvme_op_string()
150 nvme_cmd_string(const struct nvme_command *cmd, char *cmd_string, size_t len) in nvme_cmd_string()
174 nvme_cmd_sbuf(const struct nvme_command *cmd, struct sbuf *sb) in nvme_cmd_sbuf()
/freebsd/stand/common/
H A Dinterp.c162 interp_lookup_cmd(const char *cmd) in interp_lookup_cmd()
181 struct bootblk_command *cmd; in interp_builtin_cmd() local
204 interp_has_builtin_cmd(const char *cmd) in interp_has_builtin_cmd()
/freebsd/sys/dev/mrsas/
H A Dmrsas.c567 struct mrsas_mfi_cmd *cmd; in mrsas_get_seq_num() local
632 struct mrsas_mfi_cmd *cmd; in mrsas_register_aen() local
831 uint32_t cmd, error; in mrsas_attach() local
2826 struct mrsas_mpt_cmd *cmd; in mrsas_alloc_mpt_cmds() local
3611 struct mrsas_mfi_cmd *cmd; in mrsas_get_ctrl_info() local
4147 struct mrsas_mfi_cmd *cmd; in mrsas_shutdown_ctlr() local
4195 struct mrsas_mfi_cmd *cmd; in mrsas_flush_cache() local
4230 struct mrsas_mfi_cmd *cmd; in megasas_sync_pd_seq_num() local
4336 struct mrsas_mfi_cmd *cmd; in mrsas_get_ld_map_info() local
4389 struct mrsas_mfi_cmd *cmd; in mrsas_sync_map_info() local
[all …]
/freebsd/sys/dev/gve/
H A Dgve_adminq.c151 struct gve_adminq_command cmd = (struct gve_adminq_command){}; in gve_adminq_destroy_tx_queue() local
162 struct gve_adminq_command cmd = (struct gve_adminq_command){}; in gve_adminq_destroy_rx_queue() local
215 struct gve_adminq_command cmd = (struct gve_adminq_command){}; in gve_adminq_create_rx_queue() local
264 struct gve_adminq_command cmd = (struct gve_adminq_command){}; in gve_adminq_create_tx_queue() local
309 struct gve_adminq_command cmd = (struct gve_adminq_command){}; in gve_adminq_set_mtu() local
413 struct gve_adminq_command cmd = (struct gve_adminq_command){}; in gve_adminq_register_page_list() local
448 struct gve_adminq_command cmd = (struct gve_adminq_command){}; in gve_adminq_unregister_page_list() local
658 struct gve_adminq_command *cmd; in gve_adminq_kick_and_wait() local
695 struct gve_adminq_command *cmd; in gve_adminq_issue_cmd() local
/freebsd/contrib/wpa/src/utils/
H A Dedit_readline.c92 static void readline_cmd_handler(char *cmd) in readline_cmd_handler()
112 int edit_init(void (*cmd_cb)(void *ctx, char *cmd), in edit_init()
114 char ** (*completion_cb)(void *ctx, const char *cmd, int pos), in edit_init()
148 int (*filter_cb)(void *ctx, const char *cmd)) in edit_deinit()
H A Dedit_simple.c64 int edit_init(void (*cmd_cb)(void *ctx, char *cmd), in edit_init()
66 char ** (*completion_cb)(void *ctx, const char *cmd, int pos), in edit_init()
83 int (*filter_cb)(void *ctx, const char *cmd)) in edit_deinit()
/freebsd/contrib/kyua/cli/
H A Dcmd_help_test.cpp156 cmd_help cmd(&general_options, &mock_commands); in global_test() local
235 cmd_help cmd(&general_options, &mock_commands); in ATF_TEST_CASE_BODY() local
267 cmd_help cmd(&general_options, &mock_commands); in ATF_TEST_CASE_BODY() local
308 cmd_help cmd(&general_options, &mock_commands); in ATF_TEST_CASE_BODY() local
330 cmd_help cmd(&general_options, &mock_commands); in ATF_TEST_CASE_BODY() local
/freebsd/sys/dev/iwm/
H A Dif_iwm_util.c173 struct iwm_device_cmd *cmd; in iwm_send_cmd() local
350 struct iwm_host_cmd cmd = { in iwm_send_cmd_pdu() local
363 struct iwm_host_cmd *cmd, uint32_t *status) in iwm_send_cmd_status()
406 struct iwm_host_cmd cmd = { in iwm_send_cmd_pdu_status() local
503 struct iwm_host_cmd cmd = { in iwm_send_lq_cmd() local
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_eaction.c94 #define EACTION_OBJ(ch, cmd) \ argument
108 ipfw_insn *cmd, int *done) in default_eaction()
119 eaction_classify(ipfw_insn *cmd, uint16_t *puidx, uint8_t *ptype) in eaction_classify()
129 eaction_update(ipfw_insn *cmd, uint16_t idx) in eaction_update()
376 ipfw_insn *cmd, *icmd; in ipfw_reset_eaction() local
448 ipfw_insn *cmd, int *done) in ipfw_run_eaction()
/freebsd/sys/dev/mfi/
H A Dmfi_tbolt.c450 struct mfi_cmd_tbolt *cmd; in mfi_tbolt_alloc_cmd() local
766 struct mfi_cmd_tbolt *cmd = NULL; in mfi_tbolt_get_cmd() local
806 struct mfi_cmd_tbolt *cmd; in mfi_build_mpt_pass_thru() local
836 struct mfi_cmd_tbolt *cmd) in mfi_tbolt_build_ldio()
875 struct mfi_cmd_tbolt *cmd) in mfi_tbolt_build_io()
936 pMpi25IeeeSgeChain64_t sgl_ptr, struct mfi_cmd_tbolt *cmd) in mfi_tbolt_make_sgl()
1035 struct mfi_cmd_tbolt *cmd; in mfi_build_and_issue_cmd() local
1058 mfi_tbolt_build_mpt_cmd(struct mfi_softc *sc, struct mfi_command *cmd) in mfi_tbolt_build_mpt_cmd()
1170 struct mfi_cmd_tbolt *cmd; in mfi_issue_pending_cmds_again() local
1348 struct mfi_command *cmd = NULL; in mfi_tbolt_sync_map_info() local
/freebsd/lib/libnvmf/
H A Dnvmf_host.c23 struct nvme_command *cmd = sqe; in nvmf_init_sqe() local
32 struct nvmf_capsule_cmd *cmd = sqe; in nvmf_init_fabrics_sqe() local
44 struct nvmf_fabric_connect_cmd cmd; in nvmf_connect() local
306 struct nvme_command cmd; in nvmf_keepalive() local
321 struct nvmf_fabric_prop_get_cmd cmd; in nvmf_get_property() local
387 struct nvmf_fabric_prop_set_cmd cmd; in nvmf_set_property() local
490 struct nvme_command cmd; in nvmf_host_identify_controller() local
539 struct nvme_command cmd; in nvmf_host_identify_namespace() local
589 struct nvme_command cmd; in nvmf_get_discovery_log_page() local
715 struct nvme_command cmd; in nvmf_host_request_queues() local
/freebsd/contrib/ofed/libmlx5/
H A Dverbs.c60 struct ibv_query_device cmd; in mlx5_query_device() local
128 struct ibv_query_port cmd; in mlx5_query_port() local
170 struct ibv_reg_mr cmd; in mlx5_reg_mr() local
195 struct ibv_rereg_mr cmd; in mlx5_rereg_mr() local
222 struct ibv_alloc_mw cmd; in mlx5_alloc_mw() local
245 struct ibv_dealloc_mw cmd; in mlx5_dealloc_mw() local
347 struct mlx5_create_cq cmd; in create_cq() local
543 struct mlx5_resize_cq cmd; in mlx5_resize_cq() local
736 struct ibv_modify_srq cmd; in mlx5_modify_srq() local
744 struct ibv_query_srq cmd; in mlx5_query_srq() local
[all …]
/freebsd/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci.c299 bhnd_pcie_mdio_ioctl(struct bhnd_pci_softc *sc, uint32_t cmd) in bhnd_pcie_mdio_ioctl()
337 bhnd_pcie_mdio_cmd_write(struct bhnd_pci_softc *sc, uint32_t cmd) in bhnd_pcie_mdio_cmd_write()
359 bhnd_pcie_mdio_cmd_read(struct bhnd_pci_softc *sc, uint32_t cmd, in bhnd_pcie_mdio_cmd_read()
381 uint32_t cmd; in bhnd_pcie_mdio_read() local
406 uint32_t cmd; in bhnd_pcie_mdio_write() local
428 uint32_t cmd; in bhnd_pcie_mdio_read_ext() local
470 uint32_t cmd; in bhnd_pcie_mdio_write_ext() local
/freebsd/sys/dev/ichsmb/
H A Dichsmb.c236 ichsmb_writeb(device_t dev, u_char slave, char cmd, char byte) in ichsmb_writeb()
260 ichsmb_writew(device_t dev, u_char slave, char cmd, short word) in ichsmb_writew()
285 ichsmb_readb(device_t dev, u_char slave, char cmd, char *byte) in ichsmb_readb()
308 ichsmb_readw(device_t dev, u_char slave, char cmd, short *word) in ichsmb_readw()
335 ichsmb_pcall(device_t dev, u_char slave, char cmd, short sdata, short *rdata) in ichsmb_pcall()
365 ichsmb_bwrite(device_t dev, u_char slave, char cmd, u_char count, char *buf) in ichsmb_bwrite()
411 ichsmb_bread(device_t dev, u_char slave, char cmd, u_char *count, char *buf) in ichsmb_bread()
/freebsd/tests/sys/kern/
H A Dsysctl_kern_proc.c31 sysctl_kern_proc_all(int cmd) in sysctl_kern_proc_all()
66 int cmd, mib[4]; in ATF_TC_BODY() local
141 int cmd, fd, mib[4]; in ATF_TC_BODY() local
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c303 u32 cmd = 0; in ath11k_wmi_cmd_send_nowait() local
704 struct wmi_mgmt_send_cmd *cmd; in ath11k_wmi_mgmt_send() local
755 struct wmi_vdev_create_cmd *cmd; in ath11k_wmi_vdev_create() local
846 struct wmi_vdev_delete_cmd *cmd; in ath11k_wmi_vdev_delete() local
873 struct wmi_vdev_stop_cmd *cmd; in ath11k_wmi_vdev_stop() local
901 struct wmi_vdev_down_cmd *cmd; in ath11k_wmi_vdev_down() local
1087 struct wmi_vdev_up_cmd *cmd; in ath11k_wmi_vdev_up() local
1556 struct wmi_ap_ps_peer_cmd *cmd; in ath11k_wmi_send_set_ap_ps_param_cmd() local
1789 struct wmi_bcn_tmpl_cmd *cmd; in ath11k_wmi_bcn_tmpl() local
2553 struct wmi_stop_scan_cmd *cmd; in ath11k_wmi_send_scan_stop_cmd() local
[all …]
/freebsd/usr.sbin/apmd/
H A Dapmdparse.y172 struct event_cmd_exec *cmd = malloc(len); variable
186 struct event_cmd_reject *cmd = malloc(len); variable
/freebsd/sbin/ipfw/
H A Dipfw2.c1293 const ipfw_insn_ip *cmd) in print_ip()
1423 const ipfw_insn *cmd) in print_mac_lookup()
1438 fill_icmptypes(ipfw_insn_u32 *cmd, char *av) in fill_icmptypes()
1902 ipfw_insn *cmd; in print_opcode() local
2146 ipfw_insn *cmd; in print_action() local
2165 ipfw_insn *cmd; in print_proto() local
2230 ipfw_insn *cmd; in print_address() local
2301 ipfw_insn *cmd; in show_static_rule() local
2496 do_range_cmd(int cmd, ipfw_range_tlv *rt) in do_range_cmd()
2530 uint8_t cmd; in ipfw_sets_handler() local
[all …]
/freebsd/contrib/ofed/librdmacm/
H A Drdma_cma_abi.h77 __u32 cmd; member
83 __u32 cmd; member
98 __u32 cmd; member
111 __u32 cmd; member
120 __u32 cmd; member
130 __u32 cmd; member
140 __u32 cmd; member
153 __u32 cmd; member
167 __u32 cmd; member
227 __u32 cmd; member
[all …]

12345678910>>...68