Searched refs:PROTO_IOC_BUSDMA (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/tools/bus_space/ |
| HD | busdma.c | 163 if (ioctl(fd, PROTO_IOC_BUSDMA, &ioc) == -1) { in bd_tag_new() 240 if (ioctl(tag->fd, PROTO_IOC_BUSDMA, &ioc) == -1) in bd_tag_destroy() 301 if (ioctl(tag->fd, PROTO_IOC_BUSDMA, &ioc) == -1) { in bd_md_create() 327 if (ioctl(md->fd, PROTO_IOC_BUSDMA, &ioc) == -1) in bd_md_destroy() 352 if (ioctl(md->fd, PROTO_IOC_BUSDMA, &ioc) == -1) in bd_md_load() 375 if (ioctl(md->fd, PROTO_IOC_BUSDMA, &ioc) == -1) in bd_md_unload() 404 if (ioctl(tag->fd, PROTO_IOC_BUSDMA, &ioc) == -1) { in bd_mem_alloc() 435 ioctl(md->fd, PROTO_IOC_BUSDMA, &ioc); in bd_mem_alloc() 454 if (ioctl(md->fd, PROTO_IOC_BUSDMA, &ioc) == -1) in bd_mem_free() 552 if (ioctl(md->fd, PROTO_IOC_BUSDMA, &ioc) == -1) in bd_sync()
|
| /freebsd-13-stable/sys/dev/proto/ |
| HD | proto_dev.h | 84 #define PROTO_IOC_BUSDMA _IOWR(PROTO_IOC_CLASS, 2, struct proto_ioc_busdma) macro
|
| HD | proto_core.c | 475 case PROTO_IOC_BUSDMA: in proto_ioctl()
|