Searched refs:kern_ioctl (Results 1 – 12 of 12) sorted by relevance
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/fbtprovider/ |
H A D | tst.functionentry.d | 39 fbt::kern_ioctl:entry 44 fbt::kern_ioctl:return
|
H A D | tst.offset.d | 44 fbt::kern_ioctl:entry 49 fbt::kern_ioctl:return
|
H A D | tst.offsetzero.d | 39 fbt::kern_ioctl:entry 46 fbt::kern_ioctl:return
|
H A D | tst.tailcall.d | 39 fbt::kern_ioctl:entry 50 fbt::kern_ioctl:return
|
H A D | tst.ioctlargs.d | 39 fbt::kern_ioctl:entry 45 fbt::kern_ioctl:return
|
H A D | tst.functionreturnvalue.d | 39 fbt::kern_ioctl:return
|
H A D | tst.return0.d | 39 fbt::kern_ioctl:return
|
/freebsd/sys/kern/ |
H A D | vfs_mountroot.c | 609 (void)kern_ioctl(td, fd, MDIOCDETACH, (void *)mdio); in parse_dir_md() 618 error = kern_ioctl(td, fd, MDIOCATTACH, (void *)mdio); in parse_dir_md() 627 error = kern_ioctl(td, fd, MDIOCDETACH, (void *)mdio); in parse_dir_md()
|
H A D | sys_generic.c | 714 error = kern_ioctl(td, uap->fd, com, data); in sys_ioctl() 726 kern_ioctl(struct thread *td, int fd, u_long com, caddr_t data) in kern_ioctl() function
|
/freebsd/sbin/routed/ |
H A D | table.c | 843 kern_ioctl(struct khash *k, in kern_ioctl() function 1517 kern_ioctl(k, RTM_DELETE, 0); in fix_kern() 1524 kern_ioctl(k, RTM_DELETE, 0); in fix_kern() 1527 kern_ioctl(k, RTM_ADD, in fix_kern() 1532 kern_ioctl(k, RTM_CHANGE, in fix_kern()
|
/freebsd/sys/sys/ |
H A D | syscallsubr.h | 199 int kern_ioctl(struct thread *td, int fd, u_long com, caddr_t data);
|
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.c | 2340 error = kern_ioctl(td, fd, cmd, (caddr_t)&bifr); in linux_ioctl_socket_ifreq()
|