Searched refs:device (Results 51 - 75 of 834) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/groff/src/libs/libgroff/
H A Ddevice.cpp22 #include "device.h"
25 const char *device = DEVICE; variable
35 device = tem;
/freebsd-10.0-release/sys/arm/conf/
H A DDEFAULTS6 device mem
H A DDB-88F6XXX52 device pci
55 device loop
56 device md
57 device random
60 device uart
63 device ether
64 device mge # Marvell Gigabit Ethernet controller
65 device mii
66 device e1000phy
67 device bp
[all...]
H A DDOCKSTAR29 # Root fs on USB device
47 device md
48 device random
49 device loop
52 device uart
55 device ether
56 device mge # Marvell Gigabit Ethernet controller
57 device mii
58 device bpf
61 device vla
[all...]
H A DDB-78XXX52 device pci
55 device loop
56 device md
57 device random
60 device uart
63 device ether
64 device mge # Marvell Gigabit Ethernet controller
65 device mii
66 device e1000phy
67 device bp
[all...]
/freebsd-10.0-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-10.0-release/contrib/traceroute/
H A Difaddrlist.h26 char *device; member in struct:ifaddrlist
/freebsd-10.0-release/sys/mips/conf/
H A DAP9421 device geom_redboot # to get access to the SPI flash partitions
22 device geom_uzip # compressed in-memory filesystem hackery!
35 device firmware # Used by the above
H A DROUTERSTATION_MFS12 device geom_redboot # to get access to the SPI flash partitions
13 device geom_uzip # compressed in-memory filesystem hackery!
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...]
H A DAR724X_BASE63 device pci
64 device ar724x_pci
73 #device wlan # 802.11 support
74 #device wlan_wep # 802.11 WEP support
75 #device wlan_ccmp # 802.11 CCMP support
76 #device wlan_tkip # 802.11 TKIP support
77 #device wlan_xauth # 802.11 hostap support
80 #device ath # Atheros interface support
81 #device ath_pci # Atheros PCI/Cardbus bus
88 #device ath_ha
[all...]
H A DBERI_TEMPLATE54 device crypto
55 device cryptodev
56 device ether
57 device geom_map
58 device loop
59 device md
60 device random
61 device snp
H A DPB4733 device geom_uncompress
37 device geom_map
/freebsd-10.0-release/sys/powerpc/conf/
H A DWII24 options MD_ROOT #MD is a potential root device
28 options NFS_ROOT #NFS usable as root device
63 device scbus # SCSI bus (required for ATA/SCSI)
64 device da # Direct Access (disks)
67 device sc
68 device kbdmux
73 device loop # Network loopback
74 device random # Entropy device
75 device ethe
[all...]
/freebsd-10.0-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, int (*port_callback)(struct ib_device *, u8, struct kobject *)) argument
342 ib_unregister_device(struct ib_device *device) argument
387 struct ib_device *device; local
413 struct ib_device *device; local
444 ib_get_client_data(struct ib_device *device, struct ib_client *client) argument
471 ib_set_client_data(struct ib_device *device, struct ib_client *client, void *data) argument
563 ib_query_device(struct ib_device *device, struct ib_device_attr *device_attr) argument
579 ib_query_port(struct ib_device *device, u8 port_num, struct ib_port_attr *port_attr) argument
599 ib_query_gid(struct ib_device *device, u8 port_num, int index, union ib_gid *gid) argument
615 ib_query_pkey(struct ib_device *device, u8 port_num, u16 index, u16 *pkey) argument
631 ib_modify_device(struct ib_device *device, int device_modify_mask, struct ib_device_modify *device_modify) argument
651 ib_modify_port(struct ib_device *device, u8 port_num, int port_modify_mask, struct ib_port_modify *port_modify) argument
672 ib_find_gid(struct ib_device *device, union ib_gid *gid, u8 *port_num, u16 *index) argument
704 ib_find_pkey(struct ib_device *device, u8 port_num, u16 pkey, u16 *index) argument
[all...]
/freebsd-10.0-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
54 options ATA_STATIC_ID # Static device numbering
57 device scbu
[all...]
/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-bt-linux.h40 pcap_t *bt_create(const char *device, char *ebuf, int *is_ours);
H A Dpcap-can-linux.h35 pcap_t* can_create(const char *device, char *ebuf, int *is_ours);
H A Dpcap-canusb-linux.h35 pcap_t* canusb_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-septel.h6 * card code at the same time as another type of device.
14 pcap_t *septel_create(const char *device, char *ebuf, int *is_ours);
H A Dpcap-usb-linux.h40 pcap_t *usb_create(const char *device, char *ebuf, int *is_ours);
/freebsd-10.0-release/release/picobsd/floppy.tree/etc/ppp/
H A Dppp.conf5 set device /dev/cuau1
/freebsd-10.0-release/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.conf9 # device {
17 # bdaddr xx:xx:xx:xx:xx:xx ; - remote device BD_ADDR
18 # name "any char" ; - to set user friendly device name
19 # key 0x11223344 | nokey ; - to set link key for the device
20 # pin "secret" | nopin ; - to PIN code for the device
25 # local device received the request. Everything is based on remote
26 # device BD_ADDR.
29 # send Link_Key_Negative_Reply command to the device.
32 # send PIN_Code_Negative_Reply command to the device
37 device {
[all...]

Completed in 228 milliseconds

1234567891011>>