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

1234567891011>>

/freebsd-current/sbin/devd/
H A Dbluetooth.conf3 device-name "ubt[0-9]+";
4 action "service bluetooth quietstart $device-name";
7 device-name "ubt[0-9]+";
8 action "service bluetooth quietstop $device-name";
H A Dsyscons.conf3 device-name "ukbd0";
7 device-name "ukbd0";
/freebsd-current/usr.sbin/ppp/
H A Dudp.h30 struct device;
32 extern struct device *udp_Create(struct physical *);
33 extern struct device *udp_iov2device(int, struct physical *,
H A Dexec.h30 struct device;
32 extern struct device *exec_Create(struct physical *);
33 extern struct device *exec_iov2device(int, struct physical *,
H A Di4b.h30 struct device;
34 extern struct device *i4b_Create(struct physical *);
35 extern struct device *i4b_iov2device(int, struct physical *,
H A Dtty.h30 struct device;
34 extern struct device *tty_Create(struct physical *);
35 extern struct device *tty_iov2device(int, struct physical *,
H A Dether.h30 struct device;
34 extern struct device *ether_Create(struct physical *);
35 extern struct device *ether_iov2device(int, struct physical *, struct iovec *,
H A Dnetgraph.h30 struct device;
34 extern struct device *ng_Create(struct physical *);
35 extern struct device *ng_iov2device(int, struct physical *, struct iovec *,
H A Dtcp.h31 extern struct device *tcp_Create(struct physical *);
32 extern struct device *tcp_iov2device(int, struct physical *,
/freebsd-current/lib/libdevctl/
H A Ddevctl.h32 int devctl_attach(const char *device);
33 int devctl_detach(const char *device, bool force);
34 int devctl_enable(const char *device);
35 int devctl_disable(const char *device, bool force_detach);
36 int devctl_suspend(const char *device);
37 int devctl_resume(const char *device);
38 int devctl_set_driver(const char *device, const char *driver, bool force);
39 int devctl_clear_driver(const char *device, bool force);
40 int devctl_rescan(const char *device);
41 int devctl_delete(const char *device, boo
[all...]
/freebsd-current/sys/dev/smartpqi/
H A Dsmartpqi_helper.h32 pqisrc_increment_device_active_io(pqisrc_softstate_t *softs, pqi_scsi_dev_t *device) argument
35 /*Increment device active io count by one*/
36 return OS_ATOMIC64_INC(&device->active_requests);
41 pqisrc_decrement_device_active_io(pqisrc_softstate_t *softs, pqi_scsi_dev_t *device) argument
44 /*Decrement device active io count by one*/
45 return OS_ATOMIC64_DEC(&device->active_requests);
50 pqisrc_init_device_active_io(pqisrc_softstate_t *softs, pqi_scsi_dev_t *device) argument
53 /* Reset device count to Zero */
54 OS_ATOMIC64_INIT(&device->active_requests, 0);
59 pqisrc_read_device_active_io(pqisrc_softstate_t *softs, pqi_scsi_dev_t *device) argument
[all...]
H A Dsmartpqi_helper.c64 pqi_scsi_dev_t *device = NULL; local
69 device = softs->dev_list[i];
70 if(device == NULL)
72 pqisrc_remove_device(softs, device);
188 /* Function used to validate the device wwid. */
196 /* Function used to validate the device scsi3addr. */
210 /* Function used to validate type of device */
212 pqisrc_is_logical_device(pqi_scsi_dev_t *device) argument
214 return !device->is_physical_device;
257 /* Debug routine for displaying device inf
258 pqisrc_display_device_info(pqisrc_softstate_t *softs, char *action, pqi_scsi_dev_t *device) argument
420 pqisrc_wait_for_device_commands_to_complete(pqisrc_softstate_t *softs, pqi_scsi_dev_t *device) argument
[all...]
/freebsd-current/contrib/wireguard-tools/
H A Dset.c17 struct wgdevice *device = NULL; local
25 device = config_read_cmd(argv + 2, argc - 2);
26 if (!device)
28 strncpy(device->name, argv[1], IFNAMSIZ - 1);
29 device->name[IFNAMSIZ - 1] = '\0';
31 if (ipc_set_device(device) != 0) {
39 free_wgdevice(device);
/freebsd-current/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.conf7 # device {
15 # bdaddr xx:xx:xx:xx:xx:xx ; - remote device BD_ADDR
16 # name "any char" ; - to set user friendly device name
17 # key 0x11223344 | nokey ; - to set link key for the device
18 # pin "secret" | nopin ; - to PIN code for the device
23 # local device received the request. Everything is based on remote
24 # device BD_ADDR.
27 # send Link_Key_Negative_Reply command to the device.
30 # send PIN_Code_Negative_Reply command to the device
35 device {
[all...]
/freebsd-current/usr.sbin/traceroute/
H A Difaddrlist.h26 char *device; member in struct:ifaddrlist
/freebsd-current/contrib/libfido2/tools/
H A Dfido2-token.c21 "usage: fido2-token -C [-d] device\n"
22 " fido2-token -Db [-k key_path] [-i cred_id -n rp_id] device\n"
23 " fido2-token -Dei template_id device\n"
24 " fido2-token -Du device\n"
25 " fido2-token -Gb [-k key_path] [-i cred_id -n rp_id] blob_path device\n"
26 " fido2-token -I [-cd] [-k rp_id -i cred_id] device\n"
27 " fido2-token -L [-bder] [-k rp_id] [device]\n"
28 " fido2-token -R [-d] device\n"
29 " fido2-token -S [-adefu] [-l pin_length] [-i template_id -n template_name] device\n"
30 " fido2-token -Sb [-k key_path] [-i cred_id -n rp_id] blob_path device\
52 char *device; local
[all...]
/freebsd-current/sys/contrib/openzfs/cmd/zpool/zpool.d/
H A Dmedia3 # Print out the type of device
13 device="${VDEV_UPATH##*/}"
14 read -r val 2>/dev/null < "/sys/block/$device/queue/rotational"
21 vpd_pg83="/sys/block/$device/device/vpd_pg83"
/freebsd-current/contrib/libpcap/
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);
H A Dpcap-netfilter-linux.h35 pcap_t *netfilter_create(const char *device, char *ebuf, int *is_ours);
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-airpcap.h36 int device_is_airpcap(const char *device, char *ebuf);
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-devtrace.h35 #include <linux/device.h>
39 void trace_iwlwifi_dev_hcmd(const struct device *,
43 void trace_iwlwifi_dev_rx(const struct device *,
47 void trace_iwlwifi_dev_rx_data(const struct device *,

Completed in 184 milliseconds

1234567891011>>