Searched refs:device (Results 26 - 50 of 805) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/amd64/conf/
H A DDEFAULTS9 device isa
12 device mem # Memory and kernel memory devices
13 device io # I/O device
16 device uart_ns8250
/freebsd-9.3-release/sys/ia64/conf/
H A DDEFAULTS9 device acpi # ACPI support
12 device io # I/O & EFI runtime device
13 device mem # Memory and kernel memory devices
16 device uart_ns8250
H A DSKI16 # device lines is also present in the ../../conf/NOTES and NOTES files.
35 options MD_ROOT # MD usable as root device
50 device pci # PCI bus support
53 device ether # Ethernet support
54 device loop # Network loopback
55 device md # Memory "disks"
56 device pty # BSD-style compatibility pseudo ttys
57 device random # Entropy device
58 device tu
[all...]
/freebsd-9.3-release/sys/sparc64/conf/
H A DDEFAULTS9 device mem # Memory and kernel memory devices
12 device uart_ns8250
13 device uart_sab82532
14 device uart_z8530
/freebsd-9.3-release/usr.sbin/ppp/
H A Dtcp.h31 extern struct device *tcp_Create(struct physical *);
32 extern struct device *tcp_iov2device(int, struct physical *,
/freebsd-9.3-release/sys/powerpc/conf/
H A DDEFAULTS7 device mem # Memory and kernel memory devices
10 device uart_ns8250
11 device uart_z8530
H A DMPC85XX58 device ata
60 device bpf
61 device cfi
62 device crypto
63 device cryptodev
64 device da
65 device ds1553
66 device em
67 device ether
68 device fx
[all...]
/freebsd-9.3-release/sys/arm/conf/
H A DDB-78XXX51 device pci
54 device loop
55 device md
56 device pty
57 device random
60 device uart
63 device ether
64 device mge # Marvell Gigabit Ethernet controller
65 device mii
66 device e1000ph
[all...]
H A DSHEEVAPLUG28 # Root fs on USB device
46 device random
47 device pty
48 device loop
51 device uart
54 device ether
55 device mge # Marvell Gigabit Ethernet controller
56 device mii
57 device e1000phy
58 device bp
[all...]
H A DTS780044 device mvs
45 device pci
48 device md
49 device loop
50 device pty
51 device random
54 device uart
57 device ether
58 device mge # Marvell Gigabit Ethernet controller
59 device mi
[all...]
H A DDOCKSTAR29 # Root fs on USB device
47 device md
48 device random
49 device pty
50 device loop
53 device uart
56 device ether
57 device mge # Marvell Gigabit Ethernet controller
58 device mii
59 device bp
[all...]
H A DDB-88F6XXX51 device pci
54 device loop
55 device md
56 device pty
57 device random
60 device uart
63 device ether
64 device mge # Marvell Gigabit Ethernet controller
65 device mii
66 device e1000ph
[all...]
H A DDB-88F5XXX51 device pci
54 device md
55 device loop
56 device pty
57 device random
60 device uart
63 device ether
64 device mge # Marvell Gigabit Ethernet controller
65 device mii
66 device e1000ph
[all...]
/freebsd-9.3-release/sys/mips/conf/
H A DAR91XX_BASE52 device wlan # 802.11 support
53 device wlan_wep # 802.11 WEP support
54 device wlan_ccmp # 802.11 CCMP support
55 device wlan_tkip # 802.11 TKIP support
56 device wlan_xauth # 802.11 hostap support
59 device ath # Atheros pci/cardbus NIC's
60 device ath_rate_sample
61 device ath_ahb
66 device ath_hal
74 device mi
[all...]
H A DSENTRY560 device siba # Sonics SiliconBackplane
61 device pci # siba_pcib
63 # device bfe # XXX will build both pci and siba
64 # device miibus # attachments
68 #device ath # in pci slot
69 #device ath_pci # Atheros pci/cardbus glue
70 #device ath_hal # pci chip support
74 device usb # USB Bus (required)
75 device uhci # UHCI PCI->USB interface
76 device ehc
[all...]
/freebsd-9.3-release/etc/bluetooth/
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-9.3-release/contrib/groff/src/libs/libgroff/
H A Ddevice.cpp22 #include "device.h"
25 const char *device = DEVICE; variable
35 device = tem;
/freebsd-9.3-release/sys/powerpc/include/
H A Dbus_dma.h33 struct device;
35 int bus_dma_tag_set_iommu(bus_dma_tag_t, struct device *iommu, void *cookie);
/freebsd-9.3-release/etc/rc.d/
H A Dencswap18 while read device mountpoint type options rest ; do
19 case ":${device}:${type}:${options}" in
25 device="${device%.bde}"
26 gbde init "${device}" -P "${passphrase}" || return 1
27 gbde attach "${device}" -p "${passphrase}" || return 1
30 device="${device%.eli}"
31 geli onetime ${geli_swap_flags} "${device}" || return 1
39 while read device mountpoin
[all...]
/freebsd-9.3-release/contrib/traceroute/
H A Difaddrlist.h26 char *device; member in struct:ifaddrlist
/freebsd-9.3-release/sys/contrib/rdma/
H A Drdma_cache.c77 struct ib_device *device; member in struct:ib_update_work
81 static inline int start_port(struct ib_device *device) argument
83 return (device->node_type == RDMA_NODE_IB_SWITCH) ? 0 : 1;
86 static inline int end_port(struct ib_device *device) argument
88 return (device->node_type == RDMA_NODE_IB_SWITCH) ?
89 0 : device->phys_port_cnt;
92 int ib_get_cached_gid(struct ib_device *device, argument
100 if (port_num < start_port(device) || port_num > end_port(device))
103 mtx_lock(&device
117 ib_find_cached_gid(struct ib_device *device, union ib_gid *gid, u8 *port_num, u16 *index) argument
150 ib_get_cached_pkey(struct ib_device *device, u8 port_num, int index, u16 *pkey) argument
175 ib_find_cached_pkey(struct ib_device *device, u8 port_num, u16 pkey, u16 *index) argument
205 ib_get_cached_lmc(struct ib_device *device, u8 port_num, u8 *lmc) argument
221 ib_cache_update(struct ib_device *device, u8 port) argument
325 ib_cache_setup_one(struct ib_device *device) argument
378 ib_cache_cleanup_one(struct ib_device *device) argument
[all...]
H A Drdma_device.c33 * $Id: device.c 1349 2004-12-16 21:09:43Z roland $
76 static int ib_device_check_mandatory(struct ib_device *device) argument
107 if (!*(void **) ((void *) ((unsigned long)device + mandatory_table[i].offset))) {
109 device->name, mandatory_table[i].name);
119 struct ib_device *device; local
121 TAILQ_FOREACH(device, &device_list, core_list)
122 if (!strncmp(name, device->name, IB_DEVICE_NAME_MAX))
123 return device;
133 struct ib_device *device; local
140 TAILQ_FOREACH(device,
161 start_port(struct ib_device *device) argument
167 end_port(struct ib_device *device) argument
203 ib_dealloc_device(struct ib_device *device) argument
218 add_client_context(struct ib_device *device, struct ib_client *client) argument
239 read_port_table_lengths(struct ib_device *device) argument
287 ib_register_device(struct ib_device *device) argument
352 ib_unregister_device(struct ib_device *device) argument
393 struct ib_device *device; local
418 struct ib_device *device; local
448 ib_get_client_data(struct ib_device *device, struct ib_client *client) argument
473 ib_set_client_data(struct ib_device *device, struct ib_client *client, void *data) argument
556 ib_query_device(struct ib_device *device, struct ib_device_attr *device_attr) argument
571 ib_query_port(struct ib_device *device, u8 port_num, struct ib_port_attr *port_attr) argument
590 ib_query_gid(struct ib_device *device, u8 port_num, int index, union ib_gid *gid) argument
605 ib_query_pkey(struct ib_device *device, u8 port_num, u16 index, u16 *pkey) argument
620 ib_modify_device(struct ib_device *device, int device_modify_mask, struct ib_device_modify *device_modify) argument
639 ib_modify_port(struct ib_device *device, u8 port_num, int port_modify_mask, struct ib_port_modify *port_modify) argument
659 ib_find_gid(struct ib_device *device, union ib_gid *gid, u8 *port_num, u16 *index) argument
690 ib_find_pkey(struct ib_device *device, u8 port_num, u16 pkey, u16 *index) argument
[all...]
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dcache.c57 struct ib_device *device; member in struct:ib_update_work
61 static inline int start_port(struct ib_device *device) argument
63 return (device->node_type == RDMA_NODE_IB_SWITCH) ? 0 : 1;
66 static inline int end_port(struct ib_device *device) argument
68 return (device->node_type == RDMA_NODE_IB_SWITCH) ?
69 0 : device->phys_port_cnt;
72 int ib_get_cached_gid(struct ib_device *device, argument
81 if (port_num < start_port(device) || port_num > end_port(device))
84 read_lock_irqsave(&device
99 ib_find_cached_gid(struct ib_device *device, union ib_gid *gid, u8 *port_num, u16 *index) argument
134 ib_get_cached_pkey(struct ib_device *device, u8 port_num, int index, u16 *pkey) argument
161 ib_find_cached_pkey(struct ib_device *device, u8 port_num, u16 pkey, u16 *index) argument
193 ib_get_cached_lmc(struct ib_device *device, u8 port_num, u8 *lmc) argument
211 ib_cache_update(struct ib_device *device, u8 port) argument
317 ib_cache_setup_one(struct ib_device *device) argument
367 ib_cache_cleanup_one(struct ib_device *device) argument
[all...]
H A Ddevice.c73 static int ib_device_check_mandatory(struct ib_device *device) argument
103 if (!*(void **) ((u_char *) device + mandatory_table[i].offset)) {
105 device->name, mandatory_table[i].name);
115 struct ib_device *device; local
117 list_for_each_entry(device, &device_list, core_list)
118 if (!strncmp(name, device->name, IB_DEVICE_NAME_MAX))
119 return device;
129 struct ib_device *device; local
136 list_for_each_entry(device, &device_list, core_list) {
137 if (!sscanf(device
157 start_port(struct ib_device *device) argument
163 end_port(struct ib_device *device) argument
193 ib_dealloc_device(struct ib_device *device) argument
206 add_client_context(struct ib_device *device, struct ib_client *client) argument
228 read_port_table_lengths(struct ib_device *device) argument
276 ib_register_device(struct ib_device *device) argument
340 ib_unregister_device(struct ib_device *device) argument
385 struct ib_device *device; local
411 struct ib_device *device; local
442 ib_get_client_data(struct ib_device *device, struct ib_client *client) argument
469 ib_set_client_data(struct ib_device *device, struct ib_client *client, void *data) argument
561 ib_query_device(struct ib_device *device, struct ib_device_attr *device_attr) argument
577 ib_query_port(struct ib_device *device, u8 port_num, struct ib_port_attr *port_attr) argument
597 ib_query_gid(struct ib_device *device, u8 port_num, int index, union ib_gid *gid) argument
613 ib_query_pkey(struct ib_device *device, u8 port_num, u16 index, u16 *pkey) argument
629 ib_modify_device(struct ib_device *device, int device_modify_mask, struct ib_device_modify *device_modify) argument
649 ib_modify_port(struct ib_device *device, u8 port_num, int port_modify_mask, struct ib_port_modify *port_modify) argument
670 ib_find_gid(struct ib_device *device, union ib_gid *gid, u8 *port_num, u16 *index) argument
702 ib_find_pkey(struct ib_device *device, u8 port_num, u16 pkey, u16 *index) argument
[all...]
/freebsd-9.3-release/sys/i386/conf/
H A DXBOX14 device xboxfb # frame buffer support (REQUIRED!)
15 device sc # syscons
16 device fb
18 # no support yet for root device name fetching
29 #options MD_ROOT # MD is a potential root device
48 #device apic # I/O APIC
50 device pci
53 device ata
55 options ATA_STATIC_ID # Static device numbering
58 device scbu
[all...]

Completed in 118 milliseconds

1234567891011>>