Searched defs:dev (Results 101 - 125 of 266) sorted by last modified time

1234567891011

/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/pci/
H A Drtwn_pci_attach.c95 rtwn_pci_probe_sub(device_t dev) argument
112 rtwn_pci_probe(device_t dev) argument
601 rtwn_pci_attach(device_t dev) argument
707 rtwn_pci_detach(device_t dev) argument
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Dusb_util.c18 device_set_usb_desc(device_t dev) argument
H A Ddevice.c52 device_t dev = malloc(sizeof(struct device)); local
139 device_printf(device_t dev, const char *format, ...) argument
151 device_set_desc(device_t dev, const char *desc) argument
158 device_set_desc_copy(device_t dev, const char *desc) argument
166 device_get_desc(device_t dev) argument
173 device_get_parent(device_t dev) argument
180 device_get_devclass(device_t dev) argument
188 device_get_children(device_t dev, device_t **devlistp, int *devcountp) argument
223 device_set_ivars(device_t dev, void *ivars) argument
230 device_get_ivars(device_t dev) argument
237 device_get_name(device_t dev) argument
247 device_get_unit(device_t dev) argument
254 device_get_nameunit(device_t dev) argument
261 device_get_softc(device_t dev) argument
268 device_set_softc(device_t dev, void *softc) argument
287 device_get_flags(device_t dev) argument
294 device_set_driver(device_t dev, driver_t *driver) argument
524 bus_generic_attach(device_t dev) argument
590 __haiku_probe_miibus(device_t dev, driver_t *drivers[]) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/
H A Dglue.c62 HAIKU_CHECK_DISABLE_INTERRUPTS(device_t dev) argument
/haiku/src/add-ons/kernel/drivers/network/ether/pcnet/
H A Dglue.c25 __haiku_select_miibus_driver(device_t dev) argument
61 HAIKU_CHECK_DISABLE_INTERRUPTS(device_t dev) argument
79 HAIKU_REENABLE_INTERRUPTS(device_t dev) argument
114 check_disable_interrupts_le(device_t dev) argument
[all...]
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dbus.h79 bus_alloc_resource_any(device_t dev, int type, int *rid, uint32 flags) argument
85 bus_alloc_resource_anywhere(device_t dev, int type, int *rid, unsigned long count, uint32 flags) argument
134 device_get_sysctl_ctx(device_t dev) argument
141 device_get_sysctl_tree(device_t dev) argument
[all...]
/haiku/src/libs/compat/freebsd_iflib/
H A Dsubr_gtaskqueue.c828 device_t dev; local
733 taskqgroup_attach(struct taskqgroup *qgroup, struct grouptask *gtask, void *uniq, device_t dev, struct resource *irq, const char *name) argument
785 taskqgroup_attach_cpu(struct taskqgroup *qgroup, struct grouptask *gtask, void *uniq, int cpu, device_t dev, struct resource *irq, const char *name) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c611 ntfs_fuse_create(struct lowntfs_context *ctx, ino_t parent, const char *name, mode_t typemode, dev_t dev, const char *target, ino_t* ino) argument
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dwin32_io.c1206 static int ntfs_device_win32_open(struct ntfs_device *dev, int flags) argument
1282 ntfs_device_win32_seek(struct ntfs_device *dev, s64 offset, int whence) argument
1443 ntfs_device_win32_read(struct ntfs_device *dev, void *b, s64 count) argument
1530 ntfs_device_win32_close(struct ntfs_device *dev) argument
1576 ntfs_device_win32_sync(struct ntfs_device *dev) argument
1635 ntfs_device_win32_write(struct ntfs_device *dev, const void *b, s64 count) argument
1768 ntfs_device_win32_stat(struct ntfs_device *dev, struct stat *buf) argument
1810 ntfs_win32_hdio_getgeo(struct ntfs_device *dev, struct hd_geometry *argp) argument
1833 ntfs_win32_blksszget(struct ntfs_device *dev,int *argp) argument
1850 ntfs_device_win32_ioctl(struct ntfs_device *dev, unsigned long request, void *argp) argument
1906 ntfs_device_win32_pread(struct ntfs_device *dev, void *b, s64 count, s64 offset) argument
1926 ntfs_device_win32_pwrite(struct ntfs_device *dev, const void *b, s64 count, s64 offset) argument
2020 ntfs_device_win32_ftruncate(struct ntfs_device *dev, s64 size) argument
[all...]
H A Dvolume.h183 struct ntfs_device *dev; /* NTFS device associated with member in union:_ntfs_volume::__anon140
H A Dunix_io.c117 static int ntfs_device_unix_io_open(struct ntfs_device *dev, int flags) argument
203 ntfs_device_unix_io_close(struct ntfs_device *dev) argument
244 ntfs_device_unix_io_seek(struct ntfs_device *dev, s64 offset, int whence) argument
260 ntfs_device_unix_io_read(struct ntfs_device *dev, void *buf, s64 count) argument
276 ntfs_device_unix_io_write(struct ntfs_device *dev, const void *buf, s64 count) argument
298 ntfs_device_unix_io_pread(struct ntfs_device *dev, void *buf, s64 count, s64 offset) argument
315 ntfs_device_unix_io_pwrite(struct ntfs_device *dev, const void *buf, s64 count, s64 offset) argument
334 ntfs_device_unix_io_sync(struct ntfs_device *dev) argument
357 ntfs_device_unix_io_stat(struct ntfs_device *dev, struct stat *buf) argument
372 ntfs_device_unix_io_ioctl(struct ntfs_device *dev, unsigned long request, void *argp) argument
[all...]
H A Dioctl.c91 struct ntfs_device *dev = vol->dev; local
[all...]
H A Dea.c470 int ntfs_ea_set_wsl_not_symlink(ntfs_inode *ni, mode_t type, dev_t dev) argument
489 } dev; member in struct:EA_WSL
[all...]
H A Ddir.c1472 __ntfs_create(ntfs_inode *dir_ni, le32 securid, const ntfschar *name, u8 name_len, mode_t type, dev_t dev, const ntfschar *target, int target_len) argument
1821 ntfs_create_device(ntfs_inode *dir_ni, le32 securid, const ntfschar *name, u8 name_len, mode_t type, dev_t dev) argument
/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/
H A Dif_fxpvar.h213 device_t dev; member in struct:fxp_softc
H A Dif_fxp.c380 fxp_find_ident(device_t dev) argument
403 fxp_probe(device_t dev) argument
429 fxp_attach(device_t dev) argument
1010 fxp_detach(device_t dev) argument
1051 fxp_shutdown(device_t dev) argument
1068 fxp_suspend(device_t dev) argument
1104 fxp_resume(device_t dev) argument
2775 fxp_miibus_readreg(device_t dev, int phy, int reg) argument
2795 fxp_miibus_writereg(device_t dev, int phy, int reg, int value) argument
2814 fxp_miibus_statchg(device_t dev) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/vt612x/dev/vge/
H A Dif_vge.c362 vge_miibus_readreg(device_t dev, int phy, int reg) argument
396 vge_miibus_writereg(device_t dev, in argument
638 vge_probe(device_t dev) argument
990 vge_attach(device_t dev) argument
1162 vge_detach(device_t dev) argument
2429 vge_suspend(device_t dev) argument
2450 vge_resume(device_t dev) argument
2488 vge_shutdown(device_t dev) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/vt612x/dev/mii/
H A Dukphy.c113 ukphy_probe(device_t dev) argument
124 ukphy_attach(device_t dev) argument
H A Dciphy.c110 ciphy_probe(device_t dev) argument
117 ciphy_attach(device_t dev) argument
/haiku/src/add-ons/kernel/drivers/network/ether/via_rhine/dev/mii/
H A Dukphy.c113 ukphy_probe(device_t dev) argument
124 ukphy_attach(device_t dev) argument
H A Dciphy.c110 ciphy_probe(device_t dev) argument
117 ciphy_attach(device_t dev) argument
/haiku/src/add-ons/kernel/drivers/network/ether/syskonnect/
H A Dglue.c28 __haiku_select_miibus_driver(device_t dev) argument
42 __haiku_disable_interrupts(device_t dev) argument
79 __haiku_reenable_interrupts(device_t dev) argument
/haiku/src/add-ons/kernel/drivers/network/ether/syskonnect/dev/mii/
H A De1000phy.c127 e1000phy_probe(device_t dev) argument
134 e1000phy_attach(device_t dev) argument
[all...]
H A Dukphy.c113 ukphy_probe(device_t dev) argument
124 ukphy_attach(device_t dev) argument
H A Dxmphy.c101 xmphy_probe(device_t dev) argument
108 xmphy_attach(device_t dev) argument
[all...]

Completed in 116 milliseconds

1234567891011