Lines Matching defs:dev
99 ast_probe(device_t dev) in ast_probe()
111 ast_attach(device_t dev) in ast_attach()
173 ast_detach(device_t dev) in ast_detach()
193 ast_shutdown(device_t dev) in ast_shutdown()
202 ast_reinit(device_t dev) in ast_reinit()
221 device_t dev = ap->a_head.a_dev->si_drv1; in ast_open() local
245 device_t dev = ap->a_head.a_dev->si_drv1; in ast_close() local
275 device_t dev = ap->a_head.a_dev->si_drv1; in ast_ioctl() local
394 device_t dev = ap->a_head.a_dev->si_drv1; in ast_strategy() local
499 ast_sense(device_t dev) in ast_sense()
529 ast_mode_sense(device_t dev, int page, void *pagebuf, int pagesize) in ast_mode_sense()
540 ast_mode_select(device_t dev, void *pagebuf, int pagesize) in ast_mode_select()
549 ast_write_filemark(device_t dev, u_int8_t function) in ast_write_filemark()
573 ast_read_position(device_t dev, int hard, struct ast_readposition *position) in ast_read_position()
587 ast_space(device_t dev, u_int8_t function, int32_t count) in ast_space()
596 ast_locate(device_t dev, int hard, u_int32_t pos) in ast_locate()
610 ast_prevent_allow(device_t dev, int lock) in ast_prevent_allow()
619 ast_load_unload(device_t dev, u_int8_t function) in ast_load_unload()
638 ast_rewind(device_t dev) in ast_rewind()
651 ast_erase(device_t dev) in ast_erase()
664 ast_test_ready(device_t dev) in ast_test_ready()
673 ast_wait_dsc(device_t dev, int timeout) in ast_wait_dsc()
691 ast_describe(device_t dev) in ast_describe()