Searched refs:device (Results 1 - 25 of 790) sorted by relevance

1234567891011>>

/freebsd-13-stable/usr.sbin/ppp/
H A Dexec.h32 struct device;
34 extern struct device *exec_Create(struct physical *);
35 extern struct device *exec_iov2device(int, struct physical *,
H A Dudp.h32 struct device;
34 extern struct device *udp_Create(struct physical *);
35 extern struct device *udp_iov2device(int, struct physical *,
H A Dether.h32 struct device;
36 extern struct device *ether_Create(struct physical *);
37 extern struct device *ether_iov2device(int, struct physical *, struct iovec *,
H A Di4b.h32 struct device;
36 extern struct device *i4b_Create(struct physical *);
37 extern struct device *i4b_iov2device(int, struct physical *,
H A Dnetgraph.h32 struct device;
36 extern struct device *ng_Create(struct physical *);
37 extern struct device *ng_iov2device(int, struct physical *, struct iovec *,
H A Dtty.h32 struct device;
36 extern struct device *tty_Create(struct physical *);
37 extern struct device *tty_iov2device(int, struct physical *,
H A Dtcp.h33 extern struct device *tcp_Create(struct physical *);
34 extern struct device *tcp_iov2device(int, struct physical *,
/freebsd-13-stable/lib/libdevctl/
H A Ddevctl.h34 int devctl_attach(const char *device);
35 int devctl_detach(const char *device, bool force);
36 int devctl_enable(const char *device);
37 int devctl_disable(const char *device, bool force_detach);
38 int devctl_suspend(const char *device);
39 int devctl_resume(const char *device);
40 int devctl_set_driver(const char *device, const char *driver, bool force);
41 int devctl_clear_driver(const char *device, bool force);
42 int devctl_rescan(const char *device);
43 int devctl_delete(const char *device, boo
[all...]
H A Ddevctl.c65 devctl_attach(const char *device) argument
68 return (devctl_simple_request(DEV_ATTACH, device, 0));
72 devctl_detach(const char *device, bool force) argument
75 return (devctl_simple_request(DEV_DETACH, device, force ?
80 devctl_enable(const char *device) argument
83 return (devctl_simple_request(DEV_ENABLE, device, 0));
87 devctl_disable(const char *device, bool force_detach) argument
90 return (devctl_simple_request(DEV_DISABLE, device, force_detach ?
95 devctl_suspend(const char *device) argument
98 return (devctl_simple_request(DEV_SUSPEND, device,
102 devctl_resume(const char *device) argument
109 devctl_set_driver(const char *device, const char *driver, bool force) argument
126 devctl_clear_driver(const char *device, bool force) argument
134 devctl_rescan(const char *device) argument
141 devctl_delete(const char *device, bool force) argument
163 devctl_reset(const char *device, bool detach) argument
[all...]
/freebsd-13-stable/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.conf8 # device {
16 # bdaddr xx:xx:xx:xx:xx:xx ; - remote device BD_ADDR
17 # name "any char" ; - to set user friendly device name
18 # key 0x11223344 | nokey ; - to set link key for the device
19 # pin "secret" | nopin ; - to PIN code for the device
24 # local device received the request. Everything is based on remote
25 # device BD_ADDR.
28 # send Link_Key_Negative_Reply command to the device.
31 # send PIN_Code_Negative_Reply command to the device
36 device {
[all...]
/freebsd-13-stable/contrib/traceroute/
H A Difaddrlist.h26 char *device; member in struct:ifaddrlist
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-bt-linux.h38 pcap_t *bt_create(const char *device, char *ebuf, int *is_ours);
H A Dpcap-bt-monitor-linux.h32 pcap_t *bt_monitor_create(const char *device, char *ebuf, int *is_ours);
H A Dpcap-netfilter-linux.h35 pcap_t *netfilter_create(const char *device, char *ebuf, int *is_ours);
H A Dpcap-rdmasniff.h1 pcap_t *rdmasniff_create(const char *device, char *ebuf, int *is_ours);
H A Dpcap-septel.h6 * card code at the same time as another type of device.
12 pcap_t *septel_create(const char *device, char *ebuf, int *is_ours);
H A Dpcap-usb-linux.h38 pcap_t *usb_create(const char *device, char *ebuf, int *is_ours);
/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/zpool.d/
H A Dmedia3 # Print out the type of device
12 device=$(basename "$VDEV_UPATH")
13 val=$(cat "/sys/block/$device/queue/rotational" 2>/dev/null)
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dagent.h47 extern int ib_agent_port_open(struct ib_device *device, int port_num);
49 extern int ib_agent_port_close(struct ib_device *device, int port_num);
52 const struct ib_wc *wc, const struct ib_device *device,
H A Dib_device.c59 /* The device or client is going down. Do not call client or device
76 * client_list. device_mutex protects writer access by device and client
89 static int ib_device_check_mandatory(struct ib_device *device) argument
120 if (!*(void **) ((char *) device + mandatory_table[i].offset)) {
122 device->name, mandatory_table[i].name);
132 struct ib_device *device; local
134 list_for_each_entry(device, &device_list, core_list)
135 if (!strncmp(name, device->name, IB_DEVICE_NAME_MAX))
136 return device;
146 struct ib_device *device; local
174 ib_device_release(struct device *device) argument
208 struct ib_device *device; local
239 ib_dealloc_device(struct ib_device *device) argument
247 add_client_context(struct ib_device *device, struct ib_client *client) argument
278 read_port_immutable(struct ib_device *device) argument
328 ib_register_device(struct ib_device *device, int (*port_callback)(struct ib_device *, u8, struct kobject *)) argument
405 ib_unregister_device(struct ib_device *device) argument
458 struct ib_device *device; local
487 struct ib_device *device; local
540 ib_get_client_data(struct ib_device *device, struct ib_client *client) argument
567 ib_set_client_data(struct ib_device *device, struct ib_client *client, void *data) argument
660 ib_query_port(struct ib_device *device, u8 port_num, struct ib_port_attr *port_attr) argument
698 ib_query_gid(struct ib_device *device, u8 port_num, int index, union ib_gid *gid, struct ib_gid_attr *attr) argument
809 ib_query_pkey(struct ib_device *device, u8 port_num, u16 index, u16 *pkey) argument
825 ib_modify_device(struct ib_device *device, int device_modify_mask, struct ib_device_modify *device_modify) argument
848 ib_modify_port(struct ib_device *device, u8 port_num, int port_modify_mask, struct ib_port_modify *port_modify) argument
874 ib_find_gid(struct ib_device *device, union ib_gid *gid, enum ib_gid_type gid_type, struct net_device *ndev, u8 *port_num, u16 *index) argument
918 ib_find_pkey(struct ib_device *device, u8 port_num, u16 pkey, u16 *index) argument
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/
H A Dzvol_misc_common.kshlib34 # kernel tries to remove zvol device nodes while they're open by [blkid],
72 # Verify $device exists and is a block device
74 function blockdev_exists # device
76 typeset device="$1"
80 # that can affect device nodes
83 is_disk_device "$device" && return 0
85 log_fail "$device does not exist as a block device"
89 # Verify $device doe
[all...]
/freebsd-13-stable/sys/dev/isci/scil/
H A Dsati_device.c61 * device object. Some translations require information to be
62 * remembered on a per device basis. This information is stored
72 * @brief This method simply initializes the data members in the device
75 * @param[in] device This parameter specifies the device for which to
78 * utilized for this particular SATI device.
82 * sent to the end device. Some OS (Windows) has quirky behaviors with FUA
88 SATI_DEVICE_T * device,
94 device->state = SATI_DEVICE_STATE_OPERATIONAL;
95 device
87 sati_device_construct( SATI_DEVICE_T * device, BOOL is_ncq_enabled, U8 max_ncq_depth, BOOL ignore_fua ) argument
123 sati_device_update_capabilities( SATI_DEVICE_T * device, ATA_IDENTIFY_DEVICE_DATA_T * identify ) argument
[all...]
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cache/
H A Dcache.kshlib72 # Verify the give cache device have correct type and status
75 # $2 device name
76 # $3 device status
77 # $4 device type
82 typeset device=$2
86 if [[ -z $pool || -z $device || -z $status ]]; then
87 log_fail "Usage: verify_cache_device <pool> <device> " \
91 # Zpool status returns on the device name sans the /dev, so
92 # if the device contains /dev/ remove it.
93 device
[all...]
/freebsd-13-stable/sbin/devd/
H A Ddevd.conf8 # NB: device-name is shorthand for 'match device-name'
36 # devices are associated with the USB Bus and provide an ifnet device to
41 # of a device with the same name; e.g.
69 device-name "$wifi-driver-regex";
70 action "/etc/pccard_ether $device-name startchildren";
73 device-name "$wifi-driver-regex";
74 action "/etc/pccard_ether $device-name stopchildren";
88 device-name "ed50";
89 action "ifconfig $device
[all...]
/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_virt.c32 int mlx5_ib_get_vf_config(struct ib_device *device, int vf, u8 port, argument
38 int mlx5_ib_set_vf_link_state(struct ib_device *device, int vf, argument
44 int mlx5_ib_get_vf_stats(struct ib_device *device, int vf, argument
50 int mlx5_ib_set_vf_guid(struct ib_device *device, int vf, u8 port, argument

Completed in 117 milliseconds

1234567891011>>