Home
last modified time | relevance | path

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

1234

/minix3/external/bsd/libpcap/dist/
H A Dpcap-dos.h142 struct device { struct
145 DWORD base_addr; /* device I/O address */ argument
146 int irq; /* device IRQ number */ argument
153 struct device *next; /* next device in list */ argument
156 int (*probe)(struct device *dev); argument
157 int (*open) (struct device *dev); argument
158 void (*close)(struct device *dev); argument
159 int (*xmit) (struct device *dev, const void *buf, int len); argument
160 void *(*get_stats)(struct device *dev); argument
161 void (*set_multicast_list)(struct device *dev); argument
[all …]
H A Dpcap-null.c44 pcap_create_interface(const char *device, char *ebuf) in pcap_create_interface()
H A Dpcap-linux.c293 char *device; /* device name */ member
443 pcap_create_interface(const char *device, char *ebuf) in pcap_create_interface()
540 get_mac80211_phydev(pcap_t *handle, const char *device, char *phydev_path, in get_mac80211_phydev()
616 nl80211_init(pcap_t *handle, struct nl80211_state *state, const char *device) in nl80211_init()
667 const char *device, const char *mondevice)
763 const char *device, const char *mondevice)
816 enter_rfmon_mode_mac80211(pcap_t *handle, int sock_fd, const char *device)
1263 const char *device; local
2608 , const char *device)
2667 const char *device, int cooked_ok)
[all …]
H A Dinet.c852 static char device[IF_NAMESIZE + 1]; local
886 pcap_lookupnet(device, netp, maskp, errbuf) in pcap_lookupnet() argument
1068 pcap_lookupnet(device, netp, maskp, errbuf) in pcap_lookupnet() argument
/minix3/sys/sys/
H A Ddevice.h146 struct device { struct
147 devclass_t dv_class; /* this device's classification */ argument
150 (NULL if pseudo-device) */ argument
153 int dv_unit; /* device unit number */ argument
155 device_t dv_parent; /* pointer to parent device argument
159 void *dv_private; /* this device's private storage */ argument
164 void (**dv_activity_handlers)(device_t, devactive_t); argument
166 bool (*dv_driver_suspend)(device_t, const pmf_qual_t *); argument
167 bool (*dv_driver_resume)(device_t, const pmf_qual_t *); argument
168 bool (*dv_driver_shutdown)(device_t, int); argument
[all …]
/minix3/minix/include/minix/
H A Ddriver.h30 struct device { struct
40 /* Maximum supported number of concurrently opened minor devices. */ argument
H A Dsound.h33 enum Device device; member
40 enum Device device; member
/minix3/usr.sbin/installboot/
H A Dminixfs3.c30 minixfs3_read_mbr(const char* device, char* buf) in minixfs3_read_mbr()
71 minixfs3_get_dev_type(const char *device, ib_params *params) in minixfs3_get_dev_type()
124 const char *device; in minixfs3_has_bootblock_space() local
/minix3/lib/libpci/
H A Dpci_bus.c58 pcibus_conf_read(int fd, u_int bus, u_int device, u_int func, u_int reg, in pcibus_conf_read()
85 pcibus_conf_write(int fd, u_int bus, u_int device, u_int func, u_int reg, in pcibus_conf_write()
H A Dpci_drvname.c48 pci_drvname(int fd, u_int device, u_int func, char *name, size_t len) in pci_drvname()
/minix3/minix/usr.sbin/btrace/
H A Dbtrace.c28 btrace_start(char * device, int nr_entries) in btrace_start()
58 btrace_stop(char * device, char * file) in btrace_stop()
106 btrace_reset(char * device) in btrace_reset()
/minix3/usr.sbin/traceroute/
H A Difaddrlist.h28 char *device; member
/minix3/minix/lib/libblockdriver/
H A Ddrvlib.c30 int device, /* device to partition */ in partition()
60 int device, /* device to partition */ in parse_part_table()
188 int device, in get_part_table()
/minix3/minix/commands/atnormalize/
H A Datnormalize.c31 int device; in main() local
/minix3/minix/lib/libc/sys/
H A Dsizeup.c28 int minix_sizeup(device, bytes) in minix_sizeup() argument
/minix3/minix/commands/eject/
H A Deject.c21 char *device; in main() local
/minix3/minix/commands/devsize/
H A Ddevsize.c34 unsigned long sizeup(char *device) in sizeup()
/minix3/sys/dev/pci/
H A Dpciio.h72 u_int device; member
105 u_int device; /* in: device number */ member
130 u_int device; member
/minix3/minix/commands/mount/
H A Dmount.c28 char **ap, *opt, *err, *type, *args, *device; local
129 char *device, *err; in mount_all() local
/minix3/minix/drivers/usb/usbd/hcd/
H A Dhcd.c71 hcd_handle_event(hcd_device_state * device, hcd_event event, hcd_reg1 val) in hcd_handle_event()
309 hcd_get_child_for_ep(hcd_device_state * device, hcd_reg1 ep) in hcd_get_child_for_ep()
416 hcd_disconnect_tree(hcd_device_state * device) in hcd_disconnect_tree()
453 hcd_dump_tree(hcd_device_state * device, hcd_reg1 level) in hcd_dump_tree()
/minix3/minix/commands/repartition/
H A Drepartition.c65 char *finddev(dev_t device) in finddev()
103 int diocntl(dev_t device, int request, struct part_geom *entry) in diocntl()
159 int drive, par = 0, device, incr; in main() local
/minix3/lib/libutil/
H A Dttymsg.c67 char device[MAXNAMLEN]; in ttymsg() local
/minix3/minix/commands/umount/
H A Dumount.c22 static char device[PATH_MAX], mount_point[PATH_MAX], type[MNTNAMELEN], variable
/minix3/sbin/newfs_v7fs/
H A Dnewfs_v7fs.c62 const char *device; in main() local
/minix3/external/bsd/libpcap/dist/tests/
H A Dopentest.c58 register char *cp, *device; in main() local

1234