| BUS_PRINT_CHILD(9) -- print information about a device BUS_READ_IVAR(9) -- manipulate bus-specific device instance BUS_SETUP_INTR(9) -- create and attach to an interrupt handler BUS_WRITE_IVAR(9) -- manipulate bus-specific device instance DECLARE_MODULE(9) -- kernel module declaration macro DELAY(9) -- busy loop for an interval DEVICE_ATTACH(9) -- attach a device DEVICE_DETACH(9) -- detach a device DEVICE_IDENTIFY(9) -- identify a device, register it DEVICE_PROBE(9) -- probe for device existence DEVICE_SHUTDOWN(9) -- called during system shutdown DEV_MODULE(9) -- device driver module declaration macro DRIVER_MODULE(9) -- kernel driver declaration macro FREE(9) -- kernel memory management routines KASSERT(9) -- kernel expression verification macro MALLOC(9) -- kernel memory management routines MD5(9) -- message digest routines MD5Init(9) -- message digest routines MD5Transform(9) -- message digest routines MODULE_DEPEND(9) -- set kernel module dependencies MODULE_VERSION(9) -- set kernel module version MULTI_DRIVER_MODULE(9) -- kernel driver declaration macro SPLASSERT(9) -- kernel spl level verification macro SYSCALL_MODULE(9) -- syscall kernel module declaration macro SYSCTL_ADD_INT(9) -- runtime sysctl tree manipulation SYSCTL_ADD_LONG(9) -- runtime sysctl tree manipulation SYSCTL_ADD_NODE(9) -- runtime sysctl tree manipulation SYSCTL_ADD_OID(9) -- runtime sysctl tree manipulation SYSCTL_ADD_OPAQUE(9) -- runtime sysctl tree manipulation SYSCTL_ADD_PROC(9) -- runtime sysctl tree manipulation SYSCTL_ADD_STRING(9) -- runtime sysctl tree manipulation SYSCTL_ADD_STRUCT(9) -- runtime sysctl tree manipulation SYSCTL_ADD_UINT(9) -- runtime sysctl tree manipulation SYSCTL_ADD_ULONG(9) -- runtime sysctl tree manipulation VFS(9) -- kernel interface to filesystems VFS_CHECKEXP(9) -- check if vnode is exported to a client VFS_FHTOVP(9) -- turn an NFS filehandle into a vnode VFS_INIT(9) -- initialize a filesystem VFS_MOUNT(9) -- mount a filesystem VFS_QUOTACTL(9) -- manipulate filesystem quotas VFS_ROOT(9) -- return the root vnode of a filesystem VFS_START(9) -- make a filesystem operational VFS_STATFS(9) -- return filesystem status VFS_SYNC(9) -- flush unwritten data VFS_UNMOUNT(9) -- unmount a filesystem VFS_VGET(9) -- convert an inode number to a vnode VFS_VPTOFH(9) -- turn a vnode into an NFS filehandle VOP_ACCESS(9) -- check access permissions of a file or Unix domain socket VOP_ACLCHECK(9) -- check an access control list for a vnode VOP_ADVLOCK(9) -- advisory record locking | |
[1] 2 3 4 5 6 > >> | |