Browse manuals
<<
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
>>
| Manual | Description |
|---|---|
| vm_page_wire (9) | vm_page_wire, vm_page_unwire -- wire... |
| vm_page_zero_fill (9) | zero fill a page |
| vm_page_zero_invalid (9) | vm_page_bits, vm_page_set_validclean... |
| vm_set_page_size (9) | initialize the system page size |
| vn_fullpath (9) | convert a vnode reference to a full p... |
| vn_isdisk (9) | checks if a vnode represents a disk |
| vn_lock (9) | VOP_LOCK, VOP_UNLOCK, VOP_ISLOCKED, ... |
| vnode (9) | internal representation of a file or ... |
| VOP_ACCESS (9) | check access permissions of a file or... |
| VOP_ACLCHECK (9) | check an access control list for a vnode |
| VOP_ADVLOCK (9) | advisory record locking |
| VOP_ATTRIB (9) | VOP_GETATTR, VOP_SETATTR -- get and ... |
| VOP_BWRITE (9) | write a file system buffer |
| VOP_CLOSE (9) | VOP_OPEN, VOP_CLOSE -- open or close... |
| VOP_CREATE (9) | VOP_CREATE, VOP_MKNOD, VOP_MKDIR, VO... |
| VOP_CREATEVOBJECT (9) | VOP_CREATEVOBJECT, VOP_DESTROYVOBJEC... |
| VOP_DESTROYVOBJECT (9) | VOP_CREATEVOBJECT, VOP_DESTROYVOBJEC... |
| VOP_FSYNC (9) | flush file system buffers for a file |
| VOP_GETACL (9) | retrieve access control list for a vnode |
| VOP_GETATTR (9) | VOP_GETATTR, VOP_SETATTR -- get and ... |
| VOP_GETEXTATTR (9) | retrieve named extended attribute fro... |
| VOP_GETPAGES (9) | VOP_GETPAGES, VOP_PUTPAGES -- read o... |
| VOP_GETVOBJECT (9) | VOP_CREATEVOBJECT, VOP_DESTROYVOBJEC... |
| VOP_INACTIVE (9) | VOP_INACTIVE, VOP_RECLAIM -- reclaim... |
| VOP_IOCTL (9) | device specific control |
| VOP_ISLOCKED (9) | VOP_LOCK, VOP_UNLOCK, VOP_ISLOCKED, ... |
| VOP_LEASE (9) | validate a vnode for a particular set... |
| VOP_LINK (9) | create a new name for a file |
| VOP_LISTEXTATTR (9) | retrieve a list of named extended att... |
| VOP_LOCK (9) | VOP_LOCK, VOP_UNLOCK, VOP_ISLOCKED, ... |
| VOP_LOOKUP (9) | lookup a component of a pathname |
| VOP_MKDIR (9) | VOP_CREATE, VOP_MKNOD, VOP_MKDIR, VO... |
| VOP_MKNOD (9) | VOP_CREATE, VOP_MKNOD, VOP_MKDIR, VO... |
| VOP_OPEN (9) | VOP_OPEN, VOP_CLOSE -- open or close... |
| VOP_OPENCLOSE (9) | VOP_OPEN, VOP_CLOSE -- open or close... |
| VOP_PATHCONF (9) | return POSIX pathconf information |
| VOP_PRINT (9) | print debugging information |
| VOP_PUTPAGES (9) | VOP_GETPAGES, VOP_PUTPAGES -- read o... |
| VOP_RDWR (9) | VOP_READ, VOP_WRITE -- read or write... |
| VOP_READ (9) | VOP_READ, VOP_WRITE -- read or write... |
| VOP_READDIR (9) | read contents of a directory |
| VOP_READLINK (9) | read the target of a symbolic link |
| VOP_REALLOCBLKS (9) | rearrange blocks in a file to be cont... |
| VOP_RECLAIM (9) | VOP_INACTIVE, VOP_RECLAIM -- reclaim... |
| VOP_REMOVE (9) | VOP_REMOVE, VOP_RMDIR -- remove a fi... |
| VOP_RENAME (9) | rename a file |
| VOP_REVOKE (9) | revoke access to a device and its ali... |
| VOP_RMDIR (9) | VOP_REMOVE, VOP_RMDIR -- remove a fi... |
| VOP_SETACL (9) | set the access control list for a vnode |
| VOP_SETATTR (9) | VOP_GETATTR, VOP_SETATTR -- get and ... |
| VOP_SETEXTATTR (9) | set named extended attribute for a vnode |
| VOP_STRATEGY (9) | read or write a file system buffer |
| VOP_SYMLINK (9) | VOP_CREATE, VOP_MKNOD, VOP_MKDIR, VO... |
| VOP_UNLOCK (9) | VOP_LOCK, VOP_UNLOCK, VOP_ISLOCKED, ... |
| VOP_VPTOFH (9) | turn a vnode into an NFS filehandle |
| VOP_WRITE (9) | VOP_READ, VOP_WRITE -- read or write... |
| vput (9) | decrement the use count for a vnode a... |
| vref (9) | increment the use count for a vnode |
| vrele (9) | decrement the use count for a vnode |
| vslock (9) | vslock, vsunlock -- lock/unlock user... |
| vsunlock (9) | vslock, vsunlock -- lock/unlock user... |
| wakeup (9) | msleep, msleep_spin, pause, tsleep, ... |
| wakeup_one (9) | msleep, msleep_spin, pause, tsleep, ... |
| watchdog (9) | software and hardware watchdog facility |
| zero_copy (9) | zero_copy, zero_copy_sockets -- zero... |
| zero_copy_sockets (9) | zero_copy, zero_copy_sockets -- zero... |
| zone (9) | uma_zcreate, uma_zalloc, uma_zfree, ... |
| zpfind (9) | pfind, zpfind -- locate a process by... |
<<
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
>>