Home
last modified time | relevance | path

Searched defs:dev (Results 1 – 25 of 747) sorted by relevance

12345678910>>...30

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddev.h44 struct dev { struct
46 /* excluding dev part */ argument
68 char intname[10]; /* internal name (=number) on device, in ascii */ argument
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Ddev.h40 struct dev { struct
42 /* excluding dev part */ argument
64 char intname[10]; /* internal name (=number) on device, in ascii */ argument
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_hw.c44 oce_map_regs(struct oce_dev *dev) in oce_map_regs()
123 oce_unmap_regs(struct oce_dev *dev) in oce_unmap_regs()
146 oce_pci_init(struct oce_dev *dev) in oce_pci_init()
175 oce_pci_fini(struct oce_dev *dev) in oce_pci_fini()
187 oce_get_bdf(struct oce_dev *dev) in oce_get_bdf()
218 oce_identify_hw(struct oce_dev *dev) in oce_identify_hw()
255 oce_is_reset_pci(struct oce_dev *dev) in oce_is_reset_pci()
323 oce_POST(struct oce_dev *dev) in oce_POST()
466 oce_setup_adapter(struct oce_dev *dev) in oce_setup_adapter()
530 oce_hw_init(struct oce_dev *dev) in oce_hw_init()
[all …]
H A Doce_queue.c163 oce_eq_del(struct oce_dev *dev, struct oce_eq *eq) in oce_eq_del()
291 oce_cq_del(struct oce_dev *dev, struct oce_cq *cq) in oce_cq_del()
584 struct oce_dev *dev = wq->parent; in oce_wq_create() local
694 oce_rq_init(struct oce_dev *dev, uint32_t q_len, in oce_rq_init()
827 struct oce_dev *dev = rq->parent; in oce_rq_create() local
1108 struct oce_dev *dev; in oce_drain_eq() local
1133 oce_init_txrx(struct oce_dev *dev) in oce_init_txrx()
1171 oce_fini_txrx(struct oce_dev *dev) in oce_fini_txrx()
1196 oce_create_queues(struct oce_dev *dev) in oce_create_queues()
1232 oce_delete_queues(struct oce_dev *dev) in oce_delete_queues()
[all …]
H A Doce_intr.c42 oce_setup_intr(struct oce_dev *dev) in oce_setup_intr()
159 oce_teardown_intr(struct oce_dev *dev) in oce_teardown_intr()
183 oce_setup_handlers(struct oce_dev *dev) in oce_setup_handlers()
210 oce_remove_handler(struct oce_dev *dev) in oce_remove_handler()
219 oce_chip_ei(struct oce_dev *dev) in oce_chip_ei()
236 oce_ei(struct oce_dev *dev) in oce_ei()
258 oce_chip_di(struct oce_dev *dev) in oce_chip_di()
275 oce_di(struct oce_dev *dev) in oce_di()
311 struct oce_dev *dev; in oce_isr() local
H A Doce_mbx.c94 oce_mbox_init(struct oce_dev *dev) in oce_mbox_init()
133 oce_mbox_wait(struct oce_dev *dev, uint32_t tmo_sec) in oce_mbox_wait()
250 oce_mbox_post(struct oce_dev *dev, struct oce_mbx *mbx, in oce_mbox_post()
333 oce_get_fw_version(struct oce_dev *dev) in oce_get_fw_version()
379 oce_reset_fun(struct oce_dev *dev) in oce_reset_fun()
557 oce_if_del(struct oce_dev *dev, uint32_t if_id) in oce_if_del()
639 oce_set_rx_filter(struct oce_dev *dev, in oce_set_rx_filter()
726 oce_get_fw_config(struct oce_dev *dev) in oce_get_fw_config()
781 oce_get_hw_stats(struct oce_dev *dev) in oce_get_hw_stats()
1017 oce_add_mac(struct oce_dev *dev, uint32_t if_id, in oce_add_mac()
[all …]
H A Doce_gld.c58 struct oce_dev *dev = arg; in oce_m_start() local
86 oce_start(struct oce_dev *dev) in oce_start()
123 struct oce_dev *dev = arg; in oce_m_stop() local
139 oce_stop(struct oce_dev *dev) in oce_stop()
245 struct oce_dev *dev = arg; in oce_m_unicast() local
284 struct oce_dev *dev = arg; in oce_m_send() local
323 struct oce_dev *dev = arg; in oce_m_getcap() local
355 struct oce_dev *dev = arg; in oce_m_setprop() local
446 struct oce_dev *dev = arg; in oce_m_getprop() local
575 struct oce_dev *dev = arg; in oce_m_ioctl() local
[all …]
H A Doce_fm.c43 oce_fm_init(struct oce_dev *dev) in oce_fm_init()
73 oce_fm_fini(struct oce_dev *dev) in oce_fm_fini()
97 oce_fm_check_acc_handle(struct oce_dev *dev, ddi_acc_handle_t acc_handle) in oce_fm_check_acc_handle()
120 oce_fm_check_dma_handle(struct oce_dev *dev, ddi_dma_handle_t dma_handle) in oce_fm_check_dma_handle()
139 oce_fm_ereport(struct oce_dev *dev, char *detail) in oce_fm_ereport()
H A Doce_main.c193 struct oce_dev *dev = NULL; in oce_attach() local
383 struct oce_dev *dev; in oce_detach() local
439 struct oce_dev *dev = ddi_get_driver_private(dip); in oce_quiesce() local
458 struct oce_dev *dev = ddi_get_driver_private(dip); in oce_suspend() local
476 struct oce_dev *dev; in oce_resume() local
505 oce_init_locks(struct oce_dev *dev) in oce_init_locks()
515 oce_destroy_locks(struct oce_dev *dev) in oce_destroy_locks()
522 oce_unconfigure(struct oce_dev *dev) in oce_unconfigure()
564 oce_get_params(struct oce_dev *dev) in oce_get_params()
654 oce_get_prop(struct oce_dev *dev, char *propname, int minval, int maxval, in oce_get_prop()
/illumos-gate/usr/src/uts/common/io/audio/drv/audiopci/
H A Daudiopci.c94 struct audiopci_dev *dev; member
115 struct audiopci_dev *dev; member
180 #define GET8(dev, offset) \ argument
182 #define GET16(dev, offset) \ argument
184 #define GET32(dev, offset) \ argument
186 #define PUT8(dev, offset, v) \ argument
188 #define PUT16(dev, offset, v) \ argument
1180 audiopci_dev_t *dev; in audiopci_attach() local
1301 audiopci_dev_t *dev; in audiopci_quiesce() local
1330 audiopci_dev_t *dev; in audiopci_ddi_attach() local
[all …]
/illumos-gate/usr/src/uts/common/io/audio/drv/audiocmi/
H A Daudiocmi.c96 cmpci_dev_t *dev = port->dev; in cmpci_open() local
121 cmpci_dev_t *dev = port->dev; in cmpci_start() local
217 cmpci_dev_t *dev = port->dev; in cmpci_stop() local
228 cmpci_dev_t *dev = port->dev; in cmpci_count() local
444 cmpci_dev_t *dev = cc->dev; in cmpci_set_ctrl() local
462 cmpci_dev_t *dev = cc->dev; in cmpci_get_ctrl() local
707 cmpci_init(cmpci_dev_t *dev) in cmpci_init()
872 cmpci_dev_t *dev; in cmpci_attach() local
1011 cmpci_dev_t *dev; in cmpci_quiesce() local
1026 cmpci_dev_t *dev; in cmpci_ddi_attach() local
[all …]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Ddev.h24 struct pci_device dev; member
46 struct dev struct
48 void (*disable)P((struct dev *)); argument
49 struct dev_id devid; /* device ID string (sent to DHCP server) */ argument
50 int index; /* Index of next device on this controller to probe */ argument
51 int type; /* Type of device I am probing for */ argument
53 int to_probe; /* Flavor of device I am probing */ argument
55 int type_index; /* Index of this device (within type) */ argument
80 extern int probe(struct dev *dev); argument
H A Dconfig.c14 static int pci_probe(struct dev *dev, const char *type_name) in pci_probe()
71 static int isa_probe(struct dev *dev, const char *type_name) in isa_probe()
122 int probe(struct dev *dev) in probe()
159 void disable(struct dev *dev) in disable()
/illumos-gate/usr/src/uts/common/io/audio/drv/audiols/
H A Daudiols.c190 audigyls_dev_t *dev = arg; in audigyls_read_ac97() local
213 audigyls_dev_t *dev = arg; in audigyls_write_ac97() local
336 audigyls_dev_t *dev = port->dev; in audigyls_start() local
380 audigyls_dev_t *dev = port->dev; in audigyls_stop() local
441 audigyls_dev_t *dev = port->dev; in audigyls_count() local
890 audigyls_dev_t *dev = pc->dev; in audigyls_set_control() local
942 audigyls_dev_t *dev = pc->dev; in audigyls_get_control() local
1103 audigyls_dev_t *dev; in audigyls_attach() local
1262 audigyls_dev_t *dev; in audigyls_resume() local
1372 audigyls_dev_t *dev; in audigyls_ddi_detach() local
[all …]
/illumos-gate/usr/src/uts/common/io/audio/drv/audiosolo/
H A Daudiosolo.c139 struct solo_dev *dev; member
177 struct solo_dev *dev; member
731 solo_dev_t *dev = e->dev; in solo_aud1_update() local
789 solo_dev_t *dev = e->dev; in solo_aud1_start() local
844 solo_dev_t *dev = e->dev; in solo_aud1_stop() local
854 solo_dev_t *dev = e->dev; in solo_aud2_update() local
873 solo_dev_t *dev = e->dev; in solo_aud2_start() local
1368 solo_dev_t *dev; in solo_attach() local
1430 solo_dev_t *dev; in solo_ddi_attach() local
1450 solo_dev_t *dev; in solo_ddi_detach() local
[all …]
/illumos-gate/usr/src/uts/common/io/audio/drv/audioens/
H A Daudioens.c115 struct audioens_dev *dev; member
170 #define GET8(dev, offset) \ argument
172 #define GET16(dev, offset) \ argument
174 #define GET32(dev, offset) \ argument
193 audioens_dev_t *dev = dev_; in audioens_rd97() local
223 audioens_dev_t *dev = dev_; in audioens_wr97() local
354 SRCInit(audioens_dev_t *dev) in SRCInit()
995 audioens_dev_t *dev; in audioens_attach() local
1204 audioens_dev_t *dev; in audioens_quiesce() local
1233 audioens_dev_t *dev; in audioens_ddi_attach() local
[all …]
/illumos-gate/usr/src/uts/common/io/audio/drv/audiop16x/
H A Daudiop16x.c181 p16x_dev_t *dev = arg; in p16x_read_ac97() local
196 p16x_dev_t *dev = arg; in p16x_write_ac97() local
234 p16x_dev_t *dev = port->dev; in p16x_start() local
265 p16x_dev_t *dev = port->dev; in p16x_stop() local
314 p16x_dev_t *dev = port->dev; in p16x_count() local
491 p16x_hwinit(p16x_dev_t *dev) in p16x_hwinit()
545 p16x_dev_t *dev; in p16x_attach() local
633 p16x_dev_t *dev; in p16x_resume() local
647 p16x_detach(p16x_dev_t *dev) in p16x_detach()
741 p16x_dev_t *dev; in p16x_ddi_detach() local
[all …]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_client.c70 xenbus_watch_path(struct xenbus_device *dev, const char *path, in xenbus_watch_path()
93 xenbus_watch_path2(struct xenbus_device *dev, const char *path, in xenbus_watch_path2()
124 xenbus_switch_state(struct xenbus_device *dev, xenbus_transaction_t xbt, in xenbus_switch_state()
155 error_path(struct xenbus_device *dev) in error_path()
169 common_dev_error(struct xenbus_device *dev, int err, const char *fmt, in common_dev_error()
209 xenbus_dev_error(struct xenbus_device *dev, int err, const char *fmt, ...) in xenbus_dev_error()
220 xenbus_dev_fatal(struct xenbus_device *dev, int err, const char *fmt, ...) in xenbus_dev_fatal()
233 xenbus_dev_ok(struct xenbus_device *dev) in xenbus_dev_ok()
245 xenbus_grant_ring(struct xenbus_device *dev, unsigned long ring_mfn) in xenbus_grant_ring()
255 xenbus_alloc_evtchn(struct xenbus_device *dev, int *port) in xenbus_alloc_evtchn()
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c448 yge_dev_t *dev; in yge_setrxfilt() local
681 yge_reset(yge_dev_t *dev) in yge_reset()
1958 yge_dev_t *dev = arg; in yge_tick() local
2261 yge_dev_t *dev; in yge_intr() local
2633 yge_dev_t *dev; in yge_set_rambuffer() local
2830 yge_dev_t *dev; in yge_stats_clear() local
2851 yge_dev_t *dev; in yge_stats_update() local
3380 yge_dev_t *dev = arg; in yge_task() local
3431 yge_dev_t *dev; in yge_ddi_attach() local
3469 yge_dev_t *dev; in yge_ddi_detach() local
[all …]
/illumos-gate/usr/src/boot/common/
H A Ddisk.c53 struct disk_devdesc *dev; member
84 struct disk_devdesc *dev; in ptblread() local
107 struct disk_devdesc dev; in ptable_print() local
163 disk_print(struct disk_devdesc *dev, char *prefix, int verbose) in disk_print()
177 disk_read(struct disk_devdesc *dev, void *buf, uint64_t offset, uint_t blocks) in disk_read()
190 disk_write(struct disk_devdesc *dev, void *buf, uint64_t offset, uint_t blocks) in disk_write()
203 disk_ioctl(struct disk_devdesc *dev, unsigned long cmd, void *data) in disk_ioctl()
228 disk_open(struct disk_devdesc *dev, uint64_t mediasize, uint_t sectorsize) in disk_open()
383 disk_close(struct disk_devdesc *dev) in disk_close()
395 disk_fmtdev(struct disk_devdesc *dev) in disk_fmtdev()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Ddriver.c292 dev_close(dev_t dev, int flag, int type, struct cred *cred) in dev_close()
343 dev_lclose(dev_t dev, int flag, int otype, struct cred *cred) in dev_lclose()
406 dev_to_instance(dev_t dev) in dev_to_instance()
460 bdev_print(dev_t dev, caddr_t str) in bdev_print()
472 bdev_size(dev_t dev) in bdev_size()
497 bdev_Size(dev_t dev) in bdev_Size()
519 bdev_dump(dev_t dev, caddr_t addr, daddr_t blkno, int blkcnt) in bdev_dump()
528 cdev_read(dev_t dev, struct uio *uiop, struct cred *cred) in cdev_read()
537 cdev_write(dev_t dev, struct uio *uiop, struct cred *cred) in cdev_write()
604 cdev_size(dev_t dev) in cdev_size()
[all …]
/illumos-gate/usr/src/uts/intel/io/vmm/amd/
H A Damdiommu.c75 amdiommu_probe(device_t dev) in amdiommu_probe()
105 amdiommu_attach(device_t dev) in amdiommu_attach()
113 amdiommu_detach(device_t dev) in amdiommu_detach()
120 ivhd_setup_intr(device_t dev, driver_intr_t handler, void *arg, in ivhd_setup_intr()
162 ivhd_teardown_intr(device_t dev) in ivhd_teardown_intr()
/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Dnb_pci_cfg.c128 nb_get_hdl(int bus, int dev, int func) in nb_get_hdl()
149 nb_pci_getb(int bus, int dev, int func, int reg, int *interpose) in nb_pci_getb()
158 nb_pci_getw(int bus, int dev, int func, int reg, int *interpose) in nb_pci_getw()
167 nb_pci_getl(int bus, int dev, int func, int reg, int *interpose) in nb_pci_getl()
176 nb_pci_putb(int bus, int dev, int func, int reg, uint8_t val) in nb_pci_putb()
185 nb_pci_putw(int bus, int dev, int func, int reg, uint16_t val) in nb_pci_putw()
194 nb_pci_putl(int bus, int dev, int func, int reg, uint32_t val) in nb_pci_putl()
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dnhm_pci_cfg.c93 nhm_get_hdl(int bus, int dev, int func) in nhm_get_hdl()
110 nhm_pci_getb(int bus, int dev, int func, int reg, int *interpose) in nhm_pci_getb()
119 nhm_pci_getw(int bus, int dev, int func, int reg, int *interpose) in nhm_pci_getw()
128 nhm_pci_getl(int bus, int dev, int func, int reg, int *interpose) in nhm_pci_getl()
137 nhm_pci_putb(int bus, int dev, int func, int reg, uint8_t val) in nhm_pci_putb()
146 nhm_pci_putw(int bus, int dev, int func, int reg, uint16_t val) in nhm_pci_putw()
155 nhm_pci_putl(int bus, int dev, int func, int reg, uint32_t val) in nhm_pci_putl()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipftest.c322 int ipftestioctl(int dev, ioctlcmd_t cmd, ...) in ipftestioctl()
344 int ipnattestioctl(int dev, ioctlcmd_t cmd, ...) in ipnattestioctl()
388 int ipauthtestioctl(int dev, ioctlcmd_t cmd, ...) in ipauthtestioctl()
454 int ipooltestioctl(int dev, ioctlcmd_t cmd, ...) in ipooltestioctl()
475 int ipftestioctl(dev, cmd, data) in ipftestioctl() argument
493 int ipnattestioctl(dev, cmd, data) in ipnattestioctl() argument
511 int ipstatetestioctl(dev, cmd, data) in ipstatetestioctl() argument
529 int ipauthtestioctl(dev, cmd, data) in ipauthtestioctl() argument
547 int ipsynctestioctl(dev, cmd, data) in ipsynctestioctl() argument
565 int ipscantestioctl(dev, cmd, data) in ipscantestioctl() argument
[all …]

12345678910>>...30