Home
last modified time | relevance | path

Searched defs:cmd (Results 76 – 100 of 1698) sorted by relevance

12345678910>>...68

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_program.c64 archive_read_support_compression_program(struct archive *a, const char *cmd) in archive_read_support_compression_program()
71 const char *cmd, const void *signature, size_t signature_len) in archive_read_support_compression_program_signature()
79 archive_read_support_filter_program(struct archive *a, const char *cmd) in archive_read_support_filter_program()
91 char *cmd; member
134 const char *cmd, const void *signature, size_t signature_len) in archive_read_support_filter_program_signature()
391 __archive_read_program(struct archive_read_filter *self, const char *cmd) in __archive_read_program()
/freebsd/sys/dev/ow/
H A Down.h38 own_send_command(device_t pdev, struct ow_cmd *cmd) in own_send_command()
76 own_self_command(device_t pdev, struct ow_cmd *cmd, uint8_t xpt_cmd) in own_self_command()
90 own_command_wait(device_t pdev, struct ow_cmd *cmd) in own_command_wait()
/freebsd/contrib/kyua/cli/
H A Dcmd_debug_test.cpp52 cli::cmd_debug cmd; in ATF_TEST_CASE_BODY() local
69 cli::cmd_debug cmd; in ATF_TEST_CASE_BODY() local
/freebsd/usr.sbin/mlxcontrol/
H A Dinterface.c173 struct mlx_usercommand *cmd = (struct mlx_usercommand *)arg; in mlx_command() local
188 struct mlx_usercommand cmd; in mlx_enquiry() local
210 struct mlx_usercommand cmd; in mlx_read_configuration() local
230 struct mlx_usercommand cmd; in mlx_scsi_inquiry() local
275 struct mlx_usercommand cmd; in mlx_get_device_state() local
/freebsd/sys/dev/iicbus/
H A Diicsmb.c353 iicsmb_writeb(device_t dev, u_char slave, char cmd, char byte) in iicsmb_writeb()
366 iicsmb_writew(device_t dev, u_char slave, char cmd, short word) in iicsmb_writew()
379 iicsmb_readb(device_t dev, u_char slave, char cmd, char *byte) in iicsmb_readb()
392 iicsmb_readw(device_t dev, u_char slave, char cmd, short *word) in iicsmb_readw()
408 iicsmb_pcall(device_t dev, u_char slave, char cmd, short sdata, short *rdata) in iicsmb_pcall()
425 iicsmb_bwrite(device_t dev, u_char slave, char cmd, u_char count, char *buf) in iicsmb_bwrite()
441 iicsmb_bread(device_t dev, u_char slave, char cmd, u_char *count, char *buf) in iicsmb_bread()
/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_qpair.c69 const struct nvme_command *cmd; in nvmft_receive_capsule() local
208 const struct nvme_command *cmd = nvmf_capsule_sqe(nc); in nvmft_command_completed() local
234 const struct nvme_command *cmd = nvmf_capsule_sqe(nc); in nvmft_init_cqe() local
286 const struct nvmf_fabric_connect_cmd *cmd, uint16_t status) in nvmft_init_connect_rsp()
321 const struct nvmf_fabric_connect_cmd *cmd, uint8_t sc_type, in nvmft_connect_error()
335 const struct nvmf_fabric_connect_cmd *cmd, bool data, uint16_t offset) in nvmft_connect_invalid_parameters()
349 const struct nvmf_fabric_connect_cmd *cmd, struct nvmft_controller *ctrlr) in nvmft_finish_accept()
/freebsd/sys/dev/flash/
H A Dmx25l.c163 struct spi_command cmd; in mx25l_wait_for_device_ready() local
184 struct spi_command cmd; in mx25l_get_device_ident() local
225 struct spi_command cmd; in mx25l_set_writable() local
245 struct spi_command cmd; in mx25l_erase_cmd() local
289 struct spi_command cmd; in mx25l_write() local
368 struct spi_command cmd; in mx25l_read() local
417 struct spi_command cmd; in mx25l_set_4b_mode() local
590 mx25l_ioctl(struct disk *dp, u_long cmd, void *data, int fflag, in mx25l_ioctl()
/freebsd/sys/powerpc/powermac/
H A Dsmu.c65 volatile uint8_t cmd; member
546 struct smu_cmd cmd; in smu_get_datablock() local
575 struct smu_cmd cmd; in smu_slew_cpu_voltage() local
661 struct smu_cmd cmd; in smu_fan_check_old_style() local
691 struct smu_cmd cmd; in smu_fan_set_rpm() local
732 struct smu_cmd cmd; in smu_fan_read_rpm() local
768 struct smu_cmd cmd; in smu_fan_set_pwm() local
815 struct smu_cmd cmd; in smu_fan_read_pwm() local
1086 struct smu_cmd cmd; in smu_sensor_read() local
1277 struct smu_cmd cmd; in smu_server_mode() local
[all …]
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c139 struct mlx5_cmd *cmd = ent->cmd; in alloc_ent() local
803 struct mlx5_cmd *cmd = ent->cmd; in complete_command() local
866 struct mlx5_cmd *cmd = ent->cmd; in cmd_work_handler() local
984 struct mlx5_cmd *cmd = &dev->cmd; in mlx5_cmd_invoke() local
1150 struct mlx5_cmd *cmd = &dev->cmd; in mlx5_cmd_change_mod() local
1193 struct mlx5_cmd *cmd = &dev->cmd; in mlx5_cmd_comp_handler() local
1252 struct mlx5_cmd *cmd = &dev->cmd; in alloc_msg() local
1426 struct mlx5_cmd *cmd = &dev->cmd; in destroy_msg_cache() local
1443 struct mlx5_cmd *cmd = &dev->cmd; in create_msg_cache() local
1542 struct mlx5_cmd *cmd = &dev->cmd; in mlx5_cmd_init() local
[all …]
/freebsd/sys/dev/iwm/
H A Dif_iwm_phy_ctxt.c167 struct iwm_phy_context_cmd *cmd, uint32_t action, uint32_t apply_time) in iwm_phy_ctxt_cmd_hdr()
190 struct iwm_phy_context_cmd *cmd, struct ieee80211_channel *chan, in iwm_phy_ctxt_cmd_data()
252 struct iwm_phy_context_cmd cmd; in iwm_phy_ctxt_apply() local
/freebsd/contrib/smbfs/smbutil/
H A Dsmbutil.c49 struct commands *cmd; in lookupcmd() local
78 struct commands *cmd; in cmd_help() local
96 struct commands *cmd; in main() local
/freebsd/contrib/pf/pflogd/
H A Dprivsep.c69 int i, fd, socks[2], cmd; in priv_init() local
240 int cmd, ret; in priv_set_snaplen() local
263 int cmd, fd; in priv_open_log() local
278 int cmd, ret; in priv_move_log() local
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi.c1822 u32 cmd = 0; in ath10k_wmi_cmd_send_nowait() local
1958 struct wmi_mgmt_tx_cmd *cmd; in ath10k_wmi_op_gen_mgmt_tx() local
6651 struct wmi_init_cmd *cmd; in ath10k_wmi_op_gen_init() local
6722 struct wmi_init_cmd_10x *cmd; in ath10k_wmi_10_1_op_gen_init() local
6785 struct wmi_init_cmd_10_2 *cmd; in ath10k_wmi_10_2_op_gen_init() local
6870 struct wmi_init_cmd_10_4 *cmd; in ath10k_wmi_10_4_op_gen_init() local
7189 struct wmi_stop_scan_cmd *cmd; in ath10k_wmi_op_gen_stop_scan() local
7321 struct wmi_vdev_stop_cmd *cmd; in ath10k_wmi_op_gen_vdev_stop() local
7339 struct wmi_vdev_up_cmd *cmd; in ath10k_wmi_op_gen_vdev_up() local
7360 struct wmi_vdev_down_cmd *cmd; in ath10k_wmi_op_gen_vdev_down() local
[all …]
/freebsd/contrib/ofed/librdmacm/
H A Dcma.c624 struct ucma_abi_query cmd; in ucma_query_addr() local
656 struct ucma_abi_query cmd; in ucma_query_gid() local
716 struct ucma_abi_query cmd; in ucma_query_path() local
750 struct ucma_abi_query cmd; in ucma_query_route() local
799 struct ucma_abi_bind cmd; in rdma_bind_addr2() local
821 struct ucma_abi_bind_ip cmd; in rdma_bind_addr() local
1518 struct ucma_abi_listen cmd; in rdma_listen() local
1586 struct ucma_abi_accept cmd; in rdma_accept() local
1645 struct ucma_abi_reject cmd; in rdma_reject() local
1667 struct ucma_abi_notify cmd; in rdma_notify() local
[all …]
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_mcp.c109 dpaa2_mcp_tk(struct dpaa2_cmd *cmd, uint16_t token) in dpaa2_mcp_tk()
120 dpaa2_mcp_f(struct dpaa2_cmd *cmd, uint16_t flags) in dpaa2_mcp_f()
159 struct dpaa2_cmd cmd; in dpaa2_mcp_attach() local
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_ucm.c391 struct ib_ucm_event_get cmd; in ib_ucm_event() local
475 struct ib_ucm_create_id cmd; in ib_ucm_create_id() local
568 struct ib_ucm_attr_id cmd; in ib_ucm_attr_id() local
648 struct ib_ucm_listen cmd; in ib_ucm_listen() local
673 struct ib_ucm_notify cmd; in ib_ucm_notify() local
738 struct ib_ucm_req cmd; in ib_ucm_send_req() local
796 struct ib_ucm_rep cmd; in ib_ucm_send_rep() local
890 struct ib_ucm_info cmd; in ib_ucm_send_info() local
939 struct ib_ucm_mra cmd; in ib_ucm_send_mra() local
967 struct ib_ucm_lap cmd; in ib_ucm_send_lap() local
[all …]
/freebsd/sys/dev/qat/qat_common/
H A Dadf_ctl_drv.c124 static int adf_ctl_ioctl_get_num_devices(unsigned int cmd, in adf_ctl_ioctl_get_num_devices()
132 static int adf_ctl_ioctl_get_status(unsigned int cmd, in adf_ctl_ioctl_get_status()
172 static int adf_ctl_ioctl_heartbeat(unsigned int cmd, in adf_ctl_ioctl_heartbeat()
193 static int adf_ctl_ioctl_dev_get_value(unsigned int cmd, in adf_ctl_ioctl_dev_get_value()
394 u_long cmd, in adf_ctl_ioctl()
/freebsd/sys/dev/mfi/
H A Dmfi_linux.c75 mfi_linux_modevent(module_t mod, int cmd, void *data) in mfi_linux_modevent()
89 u_long cmd = args->cmd; in mfi_linux_ioctl() local
/freebsd/contrib/wpa/hostapd/
H A Dhostapd_cli.c446 char cmd[256]; in hostapd_cli_cmd_wps_check_pin() local
513 char cmd[64]; in hostapd_cli_cmd_wps_nfc_config_token() local
535 char cmd[64]; in hostapd_cli_cmd_wps_nfc_token() local
556 char cmd[64]; in hostapd_cli_cmd_nfc_get_handover_sel() local
918 char cmd[256]; in hostapd_cli_cmd_level() local
1086 char cmd[256]; in hostapd_cli_cmd_get() local
1132 char cmd[256]; in hostapd_cli_cmd_fst() local
1161 char cmd[256]; in hostapd_cli_cmd_chan_switch() local
1227 char cmd[256]; in hostapd_cli_cmd_vendor() local
1257 char cmd[256]; in hostapd_cli_cmd_log_level() local
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmcu.c56 int mt76_mcu_send_and_get_msg(struct mt76_dev *dev, int cmd, const void *data, in mt76_mcu_send_and_get_msg()
73 int cmd, bool wait_resp, in mt76_mcu_skb_send_and_get_msg()
112 int __mt76_mcu_send_firmware(struct mt76_dev *dev, int cmd, const void *data, in __mt76_mcu_send_firmware()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.c764 struct wmi_mgmt_send_cmd *cmd; in ath12k_wmi_mgmt_send() local
809 struct wmi_vdev_create_cmd *cmd; in ath12k_wmi_vdev_create() local
895 struct wmi_vdev_delete_cmd *cmd; in ath12k_wmi_vdev_delete() local
922 struct wmi_vdev_stop_cmd *cmd; in ath12k_wmi_vdev_stop() local
950 struct wmi_vdev_down_cmd *cmd; in ath12k_wmi_vdev_down() local
1115 struct wmi_vdev_up_cmd *cmd; in ath12k_wmi_vdev_up() local
1559 struct wmi_ap_ps_peer_cmd *cmd; in ath12k_wmi_send_set_ap_ps_param_cmd() local
1752 struct wmi_bcn_tmpl_cmd *cmd; in ath12k_wmi_bcn_tmpl() local
2309 struct wmi_start_scan_cmd *cmd; in ath12k_wmi_send_scan_start_cmd() local
2534 struct wmi_stop_scan_cmd *cmd; in ath12k_wmi_send_scan_stop_cmd() local
[all …]
/freebsd/sys/cam/
H A Dcam_compat.c61 cam_compat_ioctl(struct cdev *dev, u_long cmd, caddr_t addr, int flag, in cam_compat_ioctl()
132 cam_compat_handle_0x17(struct cdev *dev, u_long cmd, caddr_t addr, int flag, in cam_compat_handle_0x17()
270 cam_compat_handle_0x18(struct cdev *dev, u_long cmd, caddr_t addr, int flag, in cam_compat_handle_0x18()
438 cam_compat_handle_0x19(struct cdev *dev, u_long cmd, caddr_t addr, int flag, in cam_compat_handle_0x19()
/freebsd/sys/security/mac/
H A Dmac_kdb.c61 mac_ddb_command_register(struct db_command_table *table, struct db_command *cmd) in mac_ddb_command_register()
70 mac_ddb_command_exec(struct db_command *cmd, db_expr_t addr, in mac_ddb_command_exec()
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.c275 ng_l2cap_cmd_p cmd = TAILQ_FIRST(&con->cmd_list); in ng_l2cap_free_con() local
457 ng_l2cap_cmd_p cmd = NULL; in ng_l2cap_new_cmd() local
485 ng_l2cap_cmd_p cmd = NULL; in ng_l2cap_cmd_by_ident() local
550 ng_l2cap_command_timeout(ng_l2cap_cmd_p cmd, int timo) in ng_l2cap_command_timeout()
573 ng_l2cap_command_untimeout(ng_l2cap_cmd_p cmd) in ng_l2cap_command_untimeout()
/freebsd/usr.bin/procstat/
H A Dprocstat.c55 void (*cmd)(struct procstat *, struct kinfo_proc *); member
132 usage(const struct procstat_cmd *cmd) in usage()
181 procstat(const struct procstat_cmd *cmd, struct procstat *prstat, in procstat()
255 const struct procstat_cmd *cmd; in getcmd() local
288 const struct procstat_cmd *cmd; in main() local

12345678910>>...68