Home
last modified time | relevance | path

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

12345678910>>...34

/onnv-gate/usr/src/cmd/lp/filter/postscript/common/
H A Ddev.h42 struct dev { struct
44 /* excluding dev part */ argument
66 char intname[10]; /* internal name (=number) on device, in ascii */ argument
/onnv-gate/usr/src/cmd/troff/troff.d/
H A Ddev.h47 struct dev { struct
49 /* excluding dev part */ argument
71 char intname[10]; /* internal name (=number) on device, in ascii */ argument
/onnv-gate/usr/src/lib/libparted/common/libparted/
H A Ddevice.c85 _device_register (PedDevice* dev) in _device_register()
97 _device_unregister (PedDevice* dev) in _device_unregister()
120 ped_device_get_next (const PedDevice* dev) in ped_device_get_next()
131 PedDevice* dev; in _ped_device_probe() local
205 ped_device_destroy (PedDevice* dev) in ped_device_destroy()
218 ped_device_cache_remove(PedDevice *dev) in ped_device_cache_remove()
224 ped_device_is_busy (PedDevice* dev) in ped_device_is_busy()
242 ped_device_open (PedDevice* dev) in ped_device_open()
266 ped_device_close (PedDevice* dev) in ped_device_close()
303 ped_device_begin_external_access (PedDevice* dev) in ped_device_begin_external_access()
[all …]
/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_hw.c47 oce_map_regs(struct oce_dev *dev) in oce_map_regs()
126 oce_unmap_regs(struct oce_dev *dev) in oce_unmap_regs()
149 oce_pci_init(struct oce_dev *dev) in oce_pci_init()
184 oce_pci_fini(struct oce_dev *dev) in oce_pci_fini()
198 oce_is_reset_pci(struct oce_dev *dev) in oce_is_reset_pci()
221 oce_pci_soft_reset(struct oce_dev *dev) in oce_pci_soft_reset()
266 oce_POST(struct oce_dev *dev) in oce_POST()
336 oce_create_nw_interface(struct oce_dev *dev) in oce_create_nw_interface()
387 oce_delete_nw_interface(struct oce_dev *dev) { in oce_delete_nw_interface()
397 oce_create_itbl(struct oce_dev *dev, char *itbl) in oce_create_itbl()
[all …]
H A Doce_queue.c75 oce_eq_create(struct oce_dev *dev, uint32_t q_len, uint32_t item_size, in oce_eq_create()
167 oce_eq_del(struct oce_dev *dev, struct oce_eq *eq) in oce_eq_del()
199 oce_cq_create(struct oce_dev *dev, struct oce_eq *eq, uint32_t q_len, in oce_cq_create()
295 oce_cq_del(struct oce_dev *dev, struct oce_cq *cq) in oce_cq_del()
332 oce_mq_create(struct oce_dev *dev, struct oce_eq *eq, uint32_t q_len) in oce_mq_create()
431 oce_mq_del(struct oce_dev *dev, struct oce_mq *mq) in oce_mq_del()
460 oce_wq_init(struct oce_dev *dev, uint32_t q_len, int wq_type) in oce_wq_init()
563 oce_wq_fini(struct oce_dev *dev, struct oce_wq *wq) in oce_wq_fini()
588 struct oce_dev *dev = wq->parent; in oce_wq_create() local
665 oce_wq_del(struct oce_dev *dev, struct oce_wq *wq) in oce_wq_del()
[all …]
H A Doce_intr.c44 oce_setup_intr(struct oce_dev *dev) in oce_setup_intr()
161 oce_teardown_intr(struct oce_dev *dev) in oce_teardown_intr()
185 oce_setup_handlers(struct oce_dev *dev) in oce_setup_handlers()
212 oce_remove_handler(struct oce_dev *dev) in oce_remove_handler()
221 oce_chip_ei(struct oce_dev *dev) in oce_chip_ei()
244 oce_ei(struct oce_dev *dev) in oce_ei()
266 oce_chip_di(struct oce_dev *dev) in oce_chip_di()
289 oce_di(struct oce_dev *dev) in oce_di()
324 struct oce_dev *dev; in oce_isr() local
H A Doce_gld.c57 struct oce_dev *dev = arg; in oce_m_start() local
104 oce_start(struct oce_dev *dev) in oce_start()
141 struct oce_dev *dev = arg; in oce_m_stop() local
157 oce_stop(struct oce_dev *dev) in oce_stop()
184 struct oce_dev *dev = (struct oce_dev *)arg; in oce_m_multicast() local
257 struct oce_dev *dev = arg; in oce_m_unicast() local
293 struct oce_dev *dev = arg; in oce_m_send() local
332 struct oce_dev *dev = arg; in oce_m_getcap() local
364 struct oce_dev *dev = arg; in oce_m_setprop() local
455 struct oce_dev *dev = arg; in oce_m_getprop() local
[all …]
/onnv-gate/usr/src/lib/libntfs/common/libntfs/
H A Dunix_io.c64 #define DEV_FD(dev) (*(int *)dev->d_private) argument
80 static int ntfs_device_unix_io_open(struct ntfs_device *dev, int flags) in ntfs_device_unix_io_open()
139 static int ntfs_device_unix_io_close(struct ntfs_device *dev) in ntfs_device_unix_io_close()
176 static s64 ntfs_device_unix_io_seek(struct ntfs_device *dev, s64 offset, in ntfs_device_unix_io_seek()
192 static s64 ntfs_device_unix_io_read(struct ntfs_device *dev, void *buf, in ntfs_device_unix_io_read()
208 static s64 ntfs_device_unix_io_write(struct ntfs_device *dev, const void *buf, in ntfs_device_unix_io_write()
230 static s64 ntfs_device_unix_io_pread(struct ntfs_device *dev, void *buf, in ntfs_device_unix_io_pread()
247 static s64 ntfs_device_unix_io_pwrite(struct ntfs_device *dev, const void *buf, in ntfs_device_unix_io_pwrite()
266 static int ntfs_device_unix_io_sync(struct ntfs_device *dev) in ntfs_device_unix_io_sync()
286 static int ntfs_device_unix_io_stat(struct ntfs_device *dev, struct stat *buf) in ntfs_device_unix_io_stat()
[all …]
H A Ddevice.c108 struct ntfs_device *dev; in ntfs_device_alloc() local
141 int ntfs_device_free(struct ntfs_device *dev) in ntfs_device_free()
166 static s64 fake_pread(struct ntfs_device *dev, void *b, s64 count, in fake_pread()
191 s64 ntfs_pread(struct ntfs_device *dev, const s64 pos, s64 count, void *b) in ntfs_pread()
252 static s64 fake_pwrite(struct ntfs_device *dev, const void *b, s64 count, in fake_pwrite()
277 s64 ntfs_pwrite(struct ntfs_device *dev, const s64 pos, s64 count, in ntfs_pwrite()
369 s64 ntfs_mst_pread(struct ntfs_device *dev, const s64 pos, s64 count, in ntfs_mst_pread()
426 s64 ntfs_mst_pwrite(struct ntfs_device *dev, const s64 pos, s64 count, in ntfs_mst_pwrite()
541 static int ntfs_device_offset_valid(struct ntfs_device *dev, s64 ofs) in ntfs_device_offset_valid()
563 s64 ntfs_device_size_get(struct ntfs_device *dev, int block_size) in ntfs_device_size_get()
[all …]
/onnv-gate/usr/src/uts/intel/io/heci/
H A Dheci_interface.c109 heci_set_csr_register(struct iamt_heci_device *dev) in heci_set_csr_register()
121 heci_csr_enable_interrupts(struct iamt_heci_device *dev) in heci_csr_enable_interrupts()
133 heci_csr_disable_interrupts(struct iamt_heci_device *dev) in heci_csr_disable_interrupts()
148 _host_get_filled_slots(struct iamt_heci_device *dev) in _host_get_filled_slots()
166 host_buffer_is_empty(struct iamt_heci_device *dev) in host_buffer_is_empty()
187 count_empty_write_slots(struct iamt_heci_device *dev) in count_empty_write_slots()
214 heci_write_message(struct iamt_heci_device *dev, in heci_write_message()
270 count_full_read_slots(struct iamt_heci_device *dev) in count_full_read_slots()
298 heci_read_slots(struct iamt_heci_device *dev, in heci_read_slots()
331 flow_ctrl_creds(struct iamt_heci_device *dev, in flow_ctrl_creds()
[all …]
H A Dheci_init.c115 struct iamt_heci_device *dev) in heci_initialize_list()
131 heci_flush_queues(struct iamt_heci_device *dev, in heci_flush_queues()
187 static void heci_reset_iamthif_params(struct iamt_heci_device *dev) in heci_reset_iamthif_params()
280 heci_hw_init(struct iamt_heci_device *dev) in heci_hw_init()
350 static void heci_hw_reset(struct iamt_heci_device *dev, int interrupts) in heci_hw_reset()
368 heci_reset(struct iamt_heci_device *dev, int interrupts) in heci_reset()
478 heci_initialize_clients(struct iamt_heci_device *dev) in heci_initialize_clients()
550 struct iamt_heci_device *dev = (struct iamt_heci_device *)data; in heci_task_initialize_clients() local
565 host_start_message(struct iamt_heci_device *dev) in host_start_message()
647 host_enum_clients_message(struct iamt_heci_device *dev) in host_enum_clients_message()
[all …]
H A Dheci_intr.c172 static void _heci_cmpl_iamthif(struct iamt_heci_device *dev, in _heci_cmpl_iamthif()
203 struct iamt_heci_device *dev = (struct iamt_heci_device *)data; in heci_bh_handler() local
226 heci_bh_process_device(struct iamt_heci_device *dev) in heci_bh_process_device()
362 struct iamt_heci_device *dev, in heci_bh_read_handler()
457 static void heci_bh_read_bus_message(struct iamt_heci_device *dev, in heci_bh_read_bus_message()
589 struct iamt_heci_device *dev, in heci_bh_read_pthi_message()
668 struct iamt_heci_device *dev, in heci_bh_read_client_message()
753 _heci_bh_iamthif_read(struct iamt_heci_device *dev, int32_t *slots) in _heci_bh_iamthif_read()
789 _heci_bh_close(struct iamt_heci_device *dev, int32_t *slots, in _heci_bh_close()
833 _heci_bh_read(struct iamt_heci_device *dev, int32_t *slots, in _heci_bh_read()
[all …]
/onnv-gate/usr/src/uts/common/io/drm/
H A Ddrm_irq.c71 drm_device_t *dev = (void *)arg; in drm_irq_handler_wrap() local
83 struct drm_device *dev = (struct drm_device *)arg; in vblank_disable_fn() local
102 drm_vblank_cleanup(struct drm_device *dev) in drm_vblank_cleanup()
129 drm_vblank_init(struct drm_device *dev, int num_crtcs) in drm_vblank_init()
190 drm_install_irq_handle(drm_device_t *dev) in drm_install_irq_handle()
224 drm_irq_install(drm_device_t *dev) in drm_irq_install()
262 drm_uninstall_irq_handle(drm_device_t *dev) in drm_uninstall_irq_handle()
271 drm_irq_uninstall(drm_device_t *dev) in drm_irq_uninstall()
322 drm_vblank_count(struct drm_device *dev, int crtc) in drm_vblank_count()
327 static void drm_update_vblank_count(struct drm_device *dev, int crtc) in drm_update_vblank_count()
[all …]
H A Ddrm_drv.c169 drm_firstopen(drm_device_t *dev) in drm_firstopen()
234 drm_lastclose(drm_device_t *dev) in drm_lastclose()
318 drm_load(drm_device_t *dev) in drm_load()
390 drm_unload(drm_device_t *dev) in drm_unload()
430 drm_open(drm_device_t *dev, drm_cminor_t *mp, int openflags, in drm_open()
450 drm_close(drm_device_t *dev, int minor, int flag, int otyp, in drm_close()
525 drm_attach(drm_device_t *dev) in drm_attach()
531 drm_detach(drm_device_t *dev) in drm_detach()
539 drm_get_businfo(drm_device_t *dev) in drm_get_businfo()
559 drm_probe(drm_device_t *dev, drm_pci_id_list_t *idlist) in drm_probe()
/onnv-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
/onnv-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
190 #define PUT32(dev, offset, v) \ argument
193 #define CLR8(dev, offset, v) PUT8(dev, offset, GET8(dev, offset) & ~(v)) argument
194 #define SET8(dev, offset, v) PUT8(dev, offset, GET8(dev, offset) | (v)) argument
[all …]
/onnv-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
260 #define LEFT(dev, ctl) min(((dev->controls[ctl].value) >> 8), 100) argument
261 #define RIGHT(dev, ctl) min(((dev->controls[ctl].value) & 0xff), 100) argument
262 #define MONO(dev, ctl) min(dev->controls[ctl].value, 100) argument
265 cmpci_setmixer(cmpci_dev_t *dev, uint8_t idx, uint8_t val) in cmpci_setmixer()
272 cmpci_getmixer(cmpci_dev_t *dev, uint8_t idx) in cmpci_getmixer()
280 cmpci_configure_mixer(cmpci_dev_t *dev) in cmpci_configure_mixer()
[all …]
/onnv-gate/usr/src/uts/intel/io/drm/
H A Dradeon_irq.c74 drm_device_t *dev = (drm_device_t *)(uintptr_t)arg; in radeon_driver_irq_handler() local
119 static int radeon_emit_irq(drm_device_t *dev) in radeon_emit_irq()
137 static int radeon_wait_irq(drm_device_t *dev, int swi_nr) in radeon_wait_irq()
154 static int radeon_driver_vblank_do_wait(struct drm_device *dev, in radeon_driver_vblank_do_wait()
196 radeon_driver_vblank_wait(struct drm_device *dev, unsigned int *sequence) in radeon_driver_vblank_wait()
203 radeon_driver_vblank_wait2(struct drm_device *dev, unsigned int *sequence) in radeon_driver_vblank_wait2()
274 static void radeon_enable_interrupt(struct drm_device *dev) in radeon_enable_interrupt()
298 radeon_driver_irq_preinstall(drm_device_t *dev) in radeon_driver_irq_preinstall()
318 radeon_driver_irq_postinstall(drm_device_t *dev) in radeon_driver_irq_postinstall()
330 radeon_driver_irq_uninstall(drm_device_t *dev) in radeon_driver_irq_uninstall()
[all …]
H A Di915_dma.c50 int i915_wait_ring(drm_device_t * dev, int n, const char *caller) in i915_wait_ring()
83 int i915_init_hardware_status(drm_device_t *dev) in i915_init_hardware_status()
109 void i915_free_hardware_status(drm_device_t *dev) in i915_free_hardware_status()
131 void i915_kernel_lost_context(drm_device_t * dev) in i915_kernel_lost_context()
144 static int i915_dma_cleanup(drm_device_t * dev) in i915_dma_cleanup()
174 static int i915_initialize(drm_device_t * dev, in i915_initialize()
232 static int i915_dma_resume(drm_device_t * dev) in i915_dma_resume()
370 static int i915_emit_cmds(drm_device_t * dev, int __user * buffer, int dwords) in i915_emit_cmds()
414 int i915_emit_box(drm_device_t * dev, in i915_emit_box()
458 void i915_emit_breadcrumb(drm_device_t *dev) in i915_emit_breadcrumb()
[all …]
H A Di915_irq.c182 i915_pipe_enabled(struct drm_device *dev, int pipe) in i915_pipe_enabled()
193 u32 i915_get_vblank_counter(struct drm_device *dev, int pipe) in i915_get_vblank_counter()
236 static void i915_capture_error_state(struct drm_device *dev) in i915_capture_error_state()
304 void i915_handle_error(struct drm_device *dev) in i915_handle_error()
416 u32 gm45_get_vblank_counter(struct drm_device *dev, int pipe) in gm45_get_vblank_counter()
429 irqreturn_t igdng_irq_handler(struct drm_device *dev) in igdng_irq_handler()
487 drm_device_t *dev = (drm_device_t *) (void *) arg; in i915_driver_irq_handler() local
559 int i915_emit_irq(drm_device_t * dev) in i915_emit_irq()
615 void i915_user_irq_on(struct drm_device *dev) in i915_user_irq_on()
629 void i915_user_irq_off(struct drm_device *dev) in i915_user_irq_off()
[all …]
/onnv-gate/usr/src/uts/common/io/audio/drv/audiols/
H A Daudiols.c149 read_chan(audigyls_dev_t *dev, int reg, int chn) in read_chan()
164 write_chan(audigyls_dev_t *dev, int reg, int chn, uint32_t value) in write_chan()
175 read_reg(audigyls_dev_t *dev, int reg) in read_reg()
181 write_reg(audigyls_dev_t *dev, int reg, uint32_t value) in write_reg()
190 audigyls_dev_t *dev = arg; in audigyls_read_ac97() local
213 audigyls_dev_t *dev = arg; in audigyls_write_ac97() local
231 select_digital_enable(audigyls_dev_t *dev, int mode) in select_digital_enable()
247 audigyls_i2c_write(audigyls_dev_t *dev, int reg, int data) in audigyls_i2c_write()
279 audigyls_spi_write(audigyls_dev_t *dev, int data) in audigyls_spi_write()
312 audigyls_dev_t *dev = port->dev; in audigyls_open() local
[all …]
/onnv-gate/usr/src/uts/common/io/audio/drv/audiosolo/
H A Daudiosolo.c139 struct solo_dev *dev; member
177 struct solo_dev *dev; member
238 solo_dspready(solo_dev_t *dev) in solo_dspready()
244 solo_dspwr(solo_dev_t *dev, uint8_t val) in solo_dspwr()
261 solo_cmd(solo_dev_t *dev, uint8_t val) in solo_cmd()
267 solo_cmd1(solo_dev_t *dev, uint8_t cmd, uint8_t val) in solo_cmd1()
275 solo_setmixer(solo_dev_t *dev, uint8_t port, uint8_t value) in solo_setmixer()
284 solo_getmixer(solo_dev_t *dev, uint8_t port) in solo_getmixer()
297 solo_get_byte(solo_dev_t *dev) in solo_get_byte()
310 solo_write(solo_dev_t *dev, uint8_t reg, uint8_t val) in solo_write()
[all …]
/onnv-gate/usr/src/uts/common/io/audio/drv/audioens/
H A Daudioens.c101 struct audioens_dev *dev; member
154 #define GET8(dev, offset) \ argument
156 #define GET16(dev, offset) \ argument
158 #define GET32(dev, offset) \ argument
160 #define PUT8(dev, offset, v) \ argument
162 #define PUT16(dev, offset, v) \ argument
164 #define PUT32(dev, offset, v) \ argument
167 #define CLR8(dev, offset, v) PUT8(dev, offset, GET8(dev, offset) & ~(v)) argument
168 #define SET8(dev, offset, v) PUT8(dev, offset, GET8(dev, offset) | (v)) argument
169 #define CLR32(dev, offset, v) PUT32(dev, offset, GET32(dev, offset) & ~(v)) argument
[all …]
/onnv-gate/usr/src/uts/common/xen/io/
H A Dxenbus_client.c72 xenbus_watch_path(struct xenbus_device *dev, const char *path, in xenbus_watch_path()
95 xenbus_watch_path2(struct xenbus_device *dev, const char *path, in xenbus_watch_path2()
126 xenbus_switch_state(struct xenbus_device *dev, xenbus_transaction_t xbt, in xenbus_switch_state()
157 error_path(struct xenbus_device *dev) in error_path()
171 common_dev_error(struct xenbus_device *dev, int err, const char *fmt, in common_dev_error()
211 xenbus_dev_error(struct xenbus_device *dev, int err, const char *fmt, ...) in xenbus_dev_error()
222 xenbus_dev_fatal(struct xenbus_device *dev, int err, const char *fmt, ...) in xenbus_dev_fatal()
235 xenbus_dev_ok(struct xenbus_device *dev) in xenbus_dev_ok()
247 xenbus_grant_ring(struct xenbus_device *dev, unsigned long ring_mfn) in xenbus_grant_ring()
257 xenbus_alloc_evtchn(struct xenbus_device *dev, int *port) in xenbus_alloc_evtchn()
/onnv-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_resv.c148 nsc_dev_t *dev = fd->sf_dev; local
269 nsc_dev_t *dev; in nsc_waiting() local
301 nsc_dev_t *dev = fd->sf_dev; local
327 nsc_dev_t *dev = fd->sf_dev; local
387 nsc_dev_t *dev; local
436 nsc_dev_t *dev = fd->sf_dev; local
516 nsc_dev_t *dev = fd->sf_dev; local
576 nsc_dev_t *dev = fd->sf_dev; local
677 nsc_dev_t *dev = iodev->si_dev; local
741 nsc_dev_t *dev = iodev->si_dev; in _nsc_detach_iodev() local
[all …]

12345678910>>...34