Home
last modified time | relevance | path

Searched defs:device (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/freebsd-src/lib/libdevctl/
H A Ddevctl.c63 devctl_attach(const char *device) in devctl_attach()
70 devctl_detach(const char *device, bool force) in devctl_detach()
78 devctl_enable(const char *device) in devctl_enable()
85 devctl_disable(const char *device, bool force_detach) in devctl_disable()
93 devctl_suspend(const char *device) in devctl_suspend()
100 devctl_resume(const char *device) in devctl_resume()
107 devctl_set_driver(const char *device, const char *driver, bool force) in devctl_set_driver()
124 devctl_clear_driver(const char *device, bool force) in devctl_clear_driver()
132 devctl_rescan(const char *device) in devctl_rescan()
139 devctl_delete(const char *device, bool force) in devctl_delete()
[all …]
/freebsd-src/sys/dev/isci/scil/
H A Dscic_remote_device.h243 #define scic_remote_device_da_add_phy(device, phy) SCI_FAILURE argument
244 #define scic_remote_device_ea_add_phy(device, response) SCI_FAILURE argument
245 #define scic_remote_device_remove_phy(device) SCI_FAILURE argument
249 #define scic_remote_device_set_port_width(device, port_width) SCI_FAILURE argument
250 #define scic_remote_device_get_port_width(device) (1) argument
252 #define scic_remote_device_da_add_phy(device, phy) SCI_FAILURE argument
253 #define scic_remote_device_ea_add_phy(device, response) SCI_FAILURE argument
254 #define scic_remote_device_remove_phy(device) SCI_FAILURE argument
H A Dscic_sds_stp_remote_device.c90 SCI_BASE_REMOTE_DEVICE_T * device, in scic_sds_stp_remote_device_complete_request()
161 SCI_BASE_REMOTE_DEVICE_T * device, in scic_sds_stp_remote_device_ready_substate_start_request_handler()
244 SCI_BASE_REMOTE_DEVICE_T * device, in scic_sds_stp_remote_device_ready_idle_substate_start_io_handler()
341 SCI_BASE_REMOTE_DEVICE_T * device, in scic_sds_stp_remote_device_ready_ncq_substate_start_io_handler()
540 SCI_BASE_REMOTE_DEVICE_T * device, in scic_sds_stp_remote_device_ready_cmd_substate_start_io_handler()
600 SCI_BASE_REMOTE_DEVICE_T * device, in scic_sds_stp_remote_device_ready_await_reset_substate_start_io_handler()
622 SCI_BASE_REMOTE_DEVICE_T * device, in scic_sds_stp_remote_device_ready_await_reset_substate_complete_request_handler()
866 SCI_BASE_OBJECT_T * device in scic_sds_stp_remote_device_ready_idle_substate_enter()
913 SCI_BASE_OBJECT_T * device in scic_sds_stp_remote_device_ready_cmd_substate_enter()
949 SCI_BASE_OBJECT_T * device in scic_sds_stp_remote_device_ready_ncq_substate_enter()
[all …]
H A Dscic_sds_remote_device.c1087 SCI_BASE_REMOTE_DEVICE_T *device in scic_sds_remote_device_default_start_handler()
1114 SCI_BASE_REMOTE_DEVICE_T *device in scic_sds_remote_device_default_stop_handler()
1141 SCI_BASE_REMOTE_DEVICE_T *device in scic_sds_remote_device_default_fail_handler()
1168 SCI_BASE_REMOTE_DEVICE_T *device in scic_sds_remote_device_default_destruct_handler()
1195 SCI_BASE_REMOTE_DEVICE_T *device in scic_sds_remote_device_default_reset_handler()
1222 SCI_BASE_REMOTE_DEVICE_T *device in scic_sds_remote_device_default_reset_complete_handler()
1334 #define scic_sds_emit_event_log_message(device, event_code, message, state) argument
1471 SCI_BASE_REMOTE_DEVICE_T *device, in scic_sds_remote_device_default_start_request_handler()
1503 SCI_BASE_REMOTE_DEVICE_T *device, in scic_sds_remote_device_default_complete_request_handler()
1534 SCI_BASE_REMOTE_DEVICE_T *device, in scic_sds_remote_device_default_continue_request_handler()
[all …]
H A Dsati_device.c86 SATI_DEVICE_T * device, in sati_device_construct()
122 SATI_DEVICE_T * device, in sati_device_update_capabilities()
H A Dscic_sds_smp_remote_device.c88 SCI_BASE_REMOTE_DEVICE_T * device, in scic_sds_smp_remote_device_ready_idle_substate_start_io_handler()
145 SCI_BASE_REMOTE_DEVICE_T * device, in scic_sds_smp_remote_device_ready_cmd_substate_start_io_handler()
163 SCI_BASE_REMOTE_DEVICE_T * device, in scic_sds_smp_remote_device_ready_cmd_substate_complete_io_handler()
/freebsd-src/contrib/libpcap/
H A Dpcap-dos.h140 struct device { struct
143 DWORD base_addr; /* device I/O address */ argument
144 int irq; /* device IRQ number */ argument
151 struct device *next; /* next device in list */ argument
154 int (*probe)(struct device *dev); argument
155 int (*open) (struct device *dev); argument
156 void (*close)(struct device *dev); argument
157 int (*xmit) (struct device *dev, const void *buf, int len); argument
158 void *(*get_stats)(struct device *dev); argument
159 void (*set_multicast_list)(struct device *dev); argument
[all …]
/freebsd-src/usr.sbin/ppp/
H A Dphysical.h55 struct device { struct
71 void (*device2iov)(struct device *, struct iovec *, int *, int, int *, int *); argument
83 int fd; /* File descriptor for this device */ argument
/freebsd-src/sys/ofed/drivers/infiniband/core/
H A Dib_device.c87 static int ib_device_check_mandatory(struct ib_device *device) in ib_device_check_mandatory()
130 struct ib_device *device; in __ib_device_get_by_name() local
144 struct ib_device *device; in alloc_name() local
172 static void ib_device_release(struct device *device) in ib_device_release()
206 struct ib_device *device; in ib_alloc_device() local
237 void ib_dealloc_device(struct ib_device *device) in ib_dealloc_device()
245 static int add_client_context(struct ib_device *device, struct ib_client *client) in add_client_context()
276 static int read_port_immutable(struct ib_device *device) in read_port_immutable()
326 int ib_register_device(struct ib_device *device, in ib_register_device()
403 void ib_unregister_device(struct ib_device *device) in ib_unregister_device()
[all …]
H A Dib_agent.c59 __ib_get_agent_port(const struct ib_device *device, int port_num) in __ib_get_agent_port()
72 ib_get_agent_port(const struct ib_device *device, int port_num) in ib_get_agent_port()
84 const struct ib_wc *wc, const struct ib_device *device, in agent_send_response()
152 int ib_agent_port_open(struct ib_device *device, int port_num) in ib_agent_port_open()
203 int ib_agent_port_close(struct ib_device *device, int port_num) in ib_agent_port_close()
H A Dopa_smi.h55 struct ib_device *device) in opa_smi_check_local_smp()
70 struct ib_device *device) in opa_smi_check_local_returning_smp()
/freebsd-src/sys/dev/qat/qat_api/common/ctrl/
H A Dsal_ctrl_services.c93 SalCtrl_GetEnabledServices(icp_accel_dev_t *device, Cpa32U *pEnabledServices) in SalCtrl_GetEnabledServices()
199 SalCtrl_GetSupportedServices(icp_accel_dev_t *device, Cpa32U enabled_services) in SalCtrl_GetSupportedServices()
275 SalCtrl_IsServiceSupported(icp_accel_dev_t *device, in SalCtrl_IsServiceSupported()
365 SalCtrl_GetInstanceCount(icp_accel_dev_t *device, char *key, Cpa32U *pCount) in SalCtrl_GetInstanceCount()
413 SalCtrl_ServiceShutdown(icp_accel_dev_t *device, in SalCtrl_ServiceShutdown()
521 SalCtrl_ServiceInit(icp_accel_dev_t *device, in SalCtrl_ServiceInit()
636 SalCtrl_ServiceStart(icp_accel_dev_t *device, sal_list_t *services) in SalCtrl_ServiceStart()
695 SalCtrl_ServiceStop(icp_accel_dev_t *device, sal_list_t *services) in SalCtrl_ServiceStop()
723 SalCtrl_ServiceError(icp_accel_dev_t *device, sal_list_t *services) in SalCtrl_ServiceError()
776 icp_accel_dev_t *device = (icp_accel_dev_t *)private_data; in SalCtrl_VersionDebug() local
[all …]
/freebsd-src/sys/dev/smartpqi/
H A Dsmartpqi_helper.h32 pqisrc_increment_device_active_io(pqisrc_softstate_t *softs, pqi_scsi_dev_t *device) in pqisrc_increment_device_active_io()
41 pqisrc_decrement_device_active_io(pqisrc_softstate_t *softs, pqi_scsi_dev_t *device) in pqisrc_decrement_device_active_io()
50 pqisrc_init_device_active_io(pqisrc_softstate_t *softs, pqi_scsi_dev_t *device) in pqisrc_init_device_active_io()
59 pqisrc_read_device_active_io(pqisrc_softstate_t *softs, pqi_scsi_dev_t *device) in pqisrc_read_device_active_io()
H A Dsmartpqi_discovery.c177 pqisrc_set_btl(pqi_scsi_dev_t *device, int bus, int target, int lun) in pqisrc_set_btl()
191 pqisrc_add_softs_entry(pqisrc_softstate_t *softs, pqi_scsi_dev_t *device, in pqisrc_add_softs_entry()
325 pqisrc_find_device_list_index(pqisrc_softstate_t *softs, pqi_scsi_dev_t *device) in pqisrc_find_device_list_index()
349 pqisrc_delete_softs_entry(pqisrc_softstate_t *softs, pqi_scsi_dev_t *device) in pqisrc_delete_softs_entry()
811 pqisrc_is_external_raid_device(pqi_scsi_dev_t *device) in pqisrc_is_external_raid_device()
824 pqisrc_assign_btl(pqisrc_softstate_t *softs, pqi_scsi_dev_t *device) in pqisrc_assign_btl()
892 pqi_scsi_dev_t *device) in pqisrc_get_dev_vol_status()
943 pqi_scsi_dev_t *device, pqisrc_raid_map_t *raid_map) in pqisrc_raid_map_validation()
998 pqisrc_get_device_raidmap(pqisrc_softstate_t *softs, pqi_scsi_dev_t *device) in pqisrc_get_device_raidmap()
1069 pqi_scsi_dev_t *device) in pqisrc_get_dev_ioaccel_status()
[all …]
H A Dsmartpqi_helper.c64 pqi_scsi_dev_t *device = NULL; in pqisrc_take_devices_offline() local
212 pqisrc_is_logical_device(pqi_scsi_dev_t *device) in pqisrc_is_logical_device()
259 char *action, pqi_scsi_dev_t *device) in pqisrc_display_device_info()
420 pqisrc_wait_for_device_commands_to_complete(pqisrc_softstate_t *softs, pqi_scsi_dev_t *device) in pqisrc_wait_for_device_commands_to_complete()
/freebsd-src/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_virt.c33 int mlx5_ib_get_vf_config(struct ib_device *device, int vf, u8 port, in mlx5_ib_get_vf_config()
39 int mlx5_ib_set_vf_link_state(struct ib_device *device, int vf, in mlx5_ib_set_vf_link_state()
45 int mlx5_ib_get_vf_stats(struct ib_device *device, int vf, in mlx5_ib_get_vf_stats()
51 int mlx5_ib_set_vf_guid(struct ib_device *device, int vf, u8 port, in mlx5_ib_set_vf_guid()
/freebsd-src/sys/dev/qat/qat_api/common/utils/
H A Dsal_statistics.c46 SalStatistics_GetStatEnabled(icp_accel_dev_t *device, in SalStatistics_GetStatEnabled()
80 SalStatistics_InitStatisticsCollection(icp_accel_dev_t *device) in SalStatistics_InitStatisticsCollection()
194 SalStatistics_CleanStatisticsCollection(icp_accel_dev_t *device) in SalStatistics_CleanStatisticsCollection()
/freebsd-src/lib/libcam/
H A Dcamlib.c66 cam_send_ccb(struct cam_device *device, union ccb *ccb) in cam_send_ccb()
274 int flags, struct cam_device *device) in cam_open_btl()
406 struct cam_device *device) in cam_open_spec_device()
412 cam_open_pass(const char *path, int flags, struct cam_device *device) in cam_open_pass()
419 const char *given_path, struct cam_device *device) in cam_lookup_pass()
500 cam_real_open_device(const char *path, int flags, struct cam_device *device, in cam_real_open_device()
715 cam_device_dup(struct cam_device *device) in cam_device_dup()
H A Dscsi_wrap.c47 scsi_wrap_get_physical_element_status(struct cam_device *device, int task_attr, int retry_count, in scsi_wrap_get_physical_element_status()
125 scsi_wrap_inquiry(struct cam_device *device, uint32_t page, uint32_t length) in scsi_wrap_inquiry()
173 scsi_wrap_vpd_block_device_characteristics(struct cam_device *device) in scsi_wrap_vpd_block_device_characteristics()
/freebsd-src/sys/compat/linuxkpi/common/src/
H A Dlinux_devres.c50 lkpi_devres_alloc(void(*release)(struct device *, void *), in lkpi_devres_alloc() argument
112 lkpi_devres_find_dr(struct device *dev, void(*release)(struct device *, void *), in lkpi_devres_find_dr() argument
113 int (*match)(struct device *, void *, void *), void *mp) in lkpi_devres_find_dr()
134 lkpi_devres_find(struct device *dev, void(*release)(struct device *, void *), in lkpi_devres_find() argument
135 int (*match)(struct device *, void *, void *), void *mp) in lkpi_devres_find()
195 lkpi_devres_destroy(struct device *dev, void(*release)(struct device *, void *), in lkpi_devres_destroy() argument
196 int (*match)(struct device *, void *, void *), void *mp) in lkpi_devres_destroy()
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h100 struct device { global() struct
101 parentdevice global() argument
103 bsddevdevice global() argument
106 irqentsdevice global() argument
112 driverdevice global() argument
113 typedevice global() argument
116 releasedevice global() argument
127 bddevice global() argument
135 powerdevice global() argument
[all...]
/freebsd-src/sys/dev/qat/qat_common/
H A Dadf_cfg_bundle.c40 adf_cfg_get_free_instance(struct adf_cfg_device *device, in adf_cfg_get_free_instance()
153 struct adf_cfg_device *device, in adf_cfg_init_and_insert_inst()
222 struct adf_cfg_device *device, in adf_cfg_bundle_init()
273 struct adf_cfg_device *device) in adf_cfg_assign_serv_to_rings()
350 struct adf_cfg_device *device) in adf_cfg_init_ring2serv_mapping()
/freebsd-src/contrib/wireguard-tools/
H A Dshow.c47 static void sort_peers(struct wgdevice *device) in sort_peers()
208 static void pretty_print(struct wgdevice *device) in pretty_print()
253 static void dump_print(struct wgdevice *device, bool with_interface) in dump_print()
290 static bool ugly_print(struct wgdevice *device, const char *param, bool with_interface) in ugly_print()
400 struct wgdevice *device = NULL; in show_main() local
440 struct wgdevice *device = NULL; in show_main() local
/freebsd-src/sbin/camcontrol/
H A Dcamcontrol.c398 getdevlist(struct cam_device * device) getdevlist() argument
842 requestsense(struct cam_device * device,int argc,char ** argv,char * combinedopt,int task_attr,int retry_count,int timeout) requestsense() argument
950 testunitready(struct cam_device * device,int task_attr,int retry_count,int timeout,int quiet) testunitready() argument
998 scsistart(struct cam_device * device,int startstop,int loadeject,int task_attr,int retry_count,int timeout) scsistart() argument
1076 scsidoinquiry(struct cam_device * device,int argc,char ** argv,char * combinedopt,int task_attr,int retry_count,int timeout) scsidoinquiry() argument
1121 scsiinquiry(struct cam_device * device,int task_attr,int retry_count,int timeout) scsiinquiry() argument
1227 scsiserial(struct cam_device * device,int task_attr,int retry_count,int timeout) scsiserial() argument
1307 camxferrate(struct cam_device * device) camxferrate() argument
1833 scsi_cam_pass_16_send(struct cam_device * device,union ccb * ccb) scsi_cam_pass_16_send() argument
1879 ata_cam_send(struct cam_device * device,union ccb * ccb) ata_cam_send() argument
1916 ata_do_pass_16(struct cam_device * device,union ccb * ccb,int retries,uint32_t flags,uint8_t protocol,uint8_t ata_flags,uint8_t tag_action,uint8_t command,uint16_t features,u_int64_t lba,uint16_t sector_count,uint8_t * data_ptr,uint16_t dxfer_len,int timeout) ata_do_pass_16() argument
1954 ata_try_pass_16(struct cam_device * device) ata_try_pass_16() argument
1973 ata_do_cmd(struct cam_device * device,union ccb * ccb,int retries,uint32_t flags,uint8_t protocol,uint8_t ata_flags,uint8_t tag_action,uint8_t command,uint16_t features,u_int64_t lba,uint16_t sector_count,uint8_t * data_ptr,uint16_t dxfer_len,int timeout,int force48bit) ata_do_cmd() argument
2030 atahpa_proc_resp(struct cam_device * device,union ccb * ccb,u_int64_t * hpasize) atahpa_proc_resp() argument
2073 ata_read_native_max(struct cam_device * device,int retry_count,uint32_t timeout,union ccb * ccb,struct ata_params * parm,u_int64_t * hpasize) ata_read_native_max() argument
2114 atahpa_set_max(struct cam_device * device,int retry_count,uint32_t timeout,union ccb * ccb,int is48bit,u_int64_t maxsize,int persist) atahpa_set_max() argument
2158 atahpa_password(struct cam_device * device,int retry_count,uint32_t timeout,union ccb * ccb,int is48bit,struct ata_set_max_pwd * pwd) atahpa_password() argument
2187 atahpa_lock(struct cam_device * device,int retry_count,uint32_t timeout,union ccb * ccb,int is48bit) atahpa_lock() argument
2214 atahpa_unlock(struct cam_device * device,int retry_count,uint32_t timeout,union ccb * ccb,int is48bit,struct ata_set_max_pwd * pwd) atahpa_unlock() argument
2243 atahpa_freeze_lock(struct cam_device * device,int retry_count,uint32_t timeout,union ccb * ccb,int is48bit) atahpa_freeze_lock() argument
2270 ata_get_native_max(struct cam_device * device,int retry_count,uint32_t timeout,union ccb * ccb,u_int64_t * nativesize) ata_get_native_max() argument
2299 ataama_set(struct cam_device * device,int retry_count,uint32_t timeout,union ccb * ccb,u_int64_t maxsize) ataama_set() argument
2331 ataama_freeze(struct cam_device * device,int retry_count,uint32_t timeout,union ccb * ccb) ataama_freeze() argument
2353 ata_do_identify(struct cam_device * device,int retry_count,int timeout,union ccb * ccb,struct ata_params ** ident_bufp) ata_do_identify() argument
2441 ataidentify(struct cam_device * device,int retry_count,int timeout) ataidentify() argument
2486 nvmeidentify(struct cam_device * device,int retry_count __unused,int timeout __unused) nvmeidentify() argument
2498 identify(struct cam_device * device,int retry_count,int timeout) identify() argument
2579 atasecurity_freeze(struct cam_device * device,union ccb * ccb,int retry_count,uint32_t timeout,int quiet) atasecurity_freeze() argument
2604 atasecurity_unlock(struct cam_device * device,union ccb * ccb,int retry_count,uint32_t timeout,struct ata_security_password * pwd,int quiet) atasecurity_unlock() argument
2631 atasecurity_disable(struct cam_device * device,union ccb * ccb,int retry_count,uint32_t timeout,struct ata_security_password * pwd,int quiet) atasecurity_disable() argument
2658 atasecurity_erase_confirm(struct cam_device * device,struct ata_params * ident_buf) atasecurity_erase_confirm() argument
2689 atasecurity_erase(struct cam_device * device,union ccb * ccb,int retry_count,uint32_t timeout,uint32_t erase_timeout,struct ata_security_password * pwd,int quiet) atasecurity_erase() argument
2745 atasecurity_set_password(struct cam_device * device,union ccb * ccb,int retry_count,uint32_t timeout,struct ata_security_password * pwd,int quiet) atasecurity_set_password() argument
2851 atahpa_set_confirm(struct cam_device * device,struct ata_params * ident_buf,u_int64_t maxsize,int persist) atahpa_set_confirm() argument
2882 atahpa(struct cam_device * device,int retry_count,int timeout,int argc,char ** argv,char * combinedopt) atahpa() argument
3091 ataama(struct cam_device * device,int retry_count,int timeout,int argc,char ** argv,char * combinedopt) ataama() argument
3212 atasecurity(struct cam_device * device,int retry_count,int timeout,int argc,char ** argv,char * combinedopt) atasecurity() argument
3828 struct cam_device *device; scanlun_or_reset_dev() local
3924 readdefects(struct cam_device * device,int argc,char ** argv,char * combinedopt,int task_attr,int retry_count,int timeout) readdefects() argument
4485 mode_sense(struct cam_device * device,int * cdb_len,int dbd,int llbaa,int pc,int page,int subpage,int task_attr,int retry_count,int timeout,uint8_t * data,int datalen) mode_sense() argument
4560 mode_select(struct cam_device * device,int cdb_len,int save_pages,int task_attr,int retry_count,int timeout,uint8_t * data,int datalen) mode_select() argument
4609 modepage(struct cam_device * device,int argc,char ** argv,char * combinedopt,int task_attr,int retry_count,int timeout) modepage() argument
4682 scsicmd(struct cam_device * device,int argc,char ** argv,char * combinedopt,int task_attr,int retry_count,int timeout) scsicmd() argument
5155 tagcontrol(struct cam_device * device,int argc,char ** argv,char * combinedopt) tagcontrol() argument
5268 cts_print(struct cam_device * device,struct ccb_trans_settings * cts) cts_print() argument
5438 get_cpi(struct cam_device * device,struct ccb_pathinq * cpi) get_cpi() argument
5472 get_cgd(struct cam_device * device,struct ccb_getdev * cgd) get_cgd() argument
5721 get_ata_status(struct cam_device * dev,union ccb * ccb,uint8_t * error,uint16_t * count,uint64_t * lba,uint8_t * device,uint8_t * status) get_ata_status() argument
6042 get_print_cts(struct cam_device * device,int user_settings,int quiet,struct ccb_trans_settings * cts) get_print_cts() argument
6092 ratecontrol(struct cam_device * device,int task_attr,int retry_count,int timeout,int argc,char ** argv,char * combinedopt) ratecontrol() argument
6423 scsiformat(struct cam_device * device,int argc,char ** argv,char * combinedopt,int task_attr,int retry_count,int timeout) scsiformat() argument
6707 sanitize_wait_ata(struct cam_device * device,union ccb * ccb,int quiet,camcontrol_devtype devtype) sanitize_wait_ata() argument
6800 sanitize_wait_scsi(struct cam_device * device,union ccb * ccb,int task_attr,int quiet) sanitize_wait_scsi() argument
6900 sanitize(struct cam_device * device,int argc,char ** argv,char * combinedopt,int task_attr,int retry_count,int timeout) sanitize() argument
7274 scsireportluns(struct cam_device * device,int argc,char ** argv,char * combinedopt,int task_attr,int retry_count,int timeout) scsireportluns() argument
7509 scsireadcapacity(struct cam_device * device,int argc,char ** argv,char * combinedopt,int task_attr,int retry_count,int timeout) scsireadcapacity() argument
7713 smpcmd(struct cam_device * device,int argc,char ** argv,char * combinedopt,int retry_count,int timeout) smpcmd() argument
7906 mmcsdcmd(struct cam_device * device,int argc,char ** argv,char * combinedopt,int retry_count,int timeout) mmcsdcmd() argument
8264 smpreportgeneral(struct cam_device * device,int argc,char ** argv,char * combinedopt,int retry_count,int timeout) smpreportgeneral() argument
8398 smpphycontrol(struct cam_device * device,int argc,char ** argv,char * combinedopt,int retry_count,int timeout) smpphycontrol() argument
8661 smpmaninfo(struct cam_device * device,int argc,char ** argv,char * combinedopt,int retry_count,int timeout) smpmaninfo() argument
9032 smpphylist(struct cam_device * device,int argc,char ** argv,char * combinedopt,int retry_count,int timeout) smpphylist() argument
9286 atapm_proc_resp(struct cam_device * device,union ccb * ccb) atapm_proc_resp() argument
9348 atapm(struct cam_device * device,int argc,char ** argv,char * combinedopt,int retry_count,int timeout) atapm() argument
9429 ataaxm(struct cam_device * device,int argc,char ** argv,char * combinedopt,int retry_count,int timeout) ataaxm() argument
9492 scsigetopcodes(struct cam_device * device,int opcode_set,int opcode,int show_sa_errors,int sa_set,int service_action,int timeout_desc,int task_attr,int retry_count,int timeout,int verbosemode,uint32_t * fill_len,uint8_t ** data_ptr) scsigetopcodes() argument
9636 scsiprintoneopcode(struct cam_device * device,int req_opcode,int sa_set,int req_sa,uint8_t * buf,uint32_t valid_len) scsiprintoneopcode() argument
9768 scsiprintopcodes(struct cam_device * device,int td_req,uint8_t * buf,uint32_t valid_len) scsiprintopcodes() argument
9857 scsiopcodes(struct cam_device * device,int argc,char ** argv,char * combinedopt,int task_attr,int retry_count,int timeout,int verbosemode) scsiopcodes() argument
9945 reprobe(struct cam_device * device) reprobe() argument
10352 char *device = NULL; main() local
[all...]
/freebsd-src/sys/dev/iser/
H A Diser_verbs.c200 iser_create_device_ib_res(struct iser_device *device) in iser_create_device_ib_res() argument
293 iser_free_device_ib_res(struct iser_device * device) iser_free_device_ib_res() argument
371 struct iser_device *device = ib_conn->device; iser_create_fastreg_pool() local
430 struct iser_device *device; iser_create_ib_conn_res() local
502 struct iser_device *device; iser_device_find_by_ib_device() local
535 iser_device_try_release(struct iser_device * device) iser_device_try_release() argument
581 struct iser_device *device = ib_conn->device; iser_free_ib_conn_res() local
712 struct iser_device *device; iser_addr_handler() local
749 struct iser_device *device = ib_conn->device; iser_route_handler() local
[all...]

12345678910>>...17