| /freebsd/share/man/man9/ |
| H A D | intro.9 | 23 In some cases, it is also a source of truth for the implementation details 24 and/or design decisions behind a particular subsystem or piece of code. 28 It is written assuming a certain familiarity with common programming or 31 information that readers approaching a particular subsystem or interface for 35 source code itself, is forever a work-in-progress. 38 This documentation is a supplement to the source code, and can not always be 41 At its best, section 9 documentation will provide a description of a particular 53 .Xr style 9 54 for a detailed set of rules and guidelines. 63 .It Xr counter 9 [all …]
|
| H A D | vnode.9 | 18 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 32 .Nd internal representation of a file or directory 39 A vnode is described by 41 There is a 53 .Xr vref 9 , 54 .Xr vrele 9 56 .Xr vput 9 . 61 .Xr vhold 9 63 .Xr vdrop 9 . 68 of a vnode reaches zero then the vnode will be put on the freelist [all …]
|
| H A D | locking.9 | 15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 40 A thread acquires (locks) a mutex before accessing data shared with other 44 if the owner of a contended mutex is currently running on another CPU, 45 then a thread attempting to acquire the mutex will spin rather than yielding 50 .Xr mutex 9 53 Spin mutexes are a variation of basic mutexes; the main difference between 56 To avoid deadlock, a thread that holds a spin mutex must never yield its CPU. 63 .Xr bus_setup_intr 9 69 For example, a mutex may be embedded inside the structure it protects. 70 Mutex pools provide a preallocated set of mutexes to avoid this [all …]
|
| H A D | bus_attach_children.9 | 14 .Nd manage child devices of a bus device 33 walks the kernel environment to identify any device hints that describe a 38 .Xr BUS_HINTED_CHILD 9 40 This function is typically called from a bus driver's 41 .Xr DEVICE_ATTACH 9 45 a mechanism for enumerating devices. 51 .Xr DEVICE_IDENTIFY 9 55 This function is typically called from a bus driver's 56 .Xr DEVICE_ATTACH 9 63 .Xr device_probe_and_attach 9 [all …]
|
| H A D | device.9 | 20 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 34 .Nd an abstract representation of a device 38 The device object represents a piece of hardware attached to the 50 The devices in a system form a tree. 53 have a parent (see 54 .Xr device_get_parent 9 ) . 56 .Xr device_add_child 9 , 57 .Xr device_add_child_ordered 9 , 58 .Xr device_find_child 9 , 59 .Xr device_get_children 9 , [all …]
|
| H A D | VOP_SETLABEL.9 | 16 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 31 .Nd persistently store an updated MAC label on a vnode 40 .Xr mac 9 46 .Xr vnode 9 58 The UFS filesystem uses a superblock flag to persisently configure whether a 59 specific filesystem implements a label for each 60 .Xr vnode 9 , 65 function can be used, and maps operations into a series of 66 .Xr VOP_OPENEXTATTR 9 , 67 .Xr VOP_WRITEEXTATTR 9 , [all …]
|
| H A D | vm_map.9 | 16 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 44 is a generic representation of an address space. 45 This address space may belong to a user process or the kernel. 48 .Xr vm_map_submap 9 72 Head node of a circular, doubly linked list of 75 Each object defines a particular region within this map's address space. 79 A mutex which is used if the map is a system map. 81 A count of the members in use within the circular map entry list. 89 Root node of a binary search tree used for fast lookup of map entries. 104 Indicates if a thread is waiting for an allocation within the map. [all …]
|
| H A D | time.9 | 1 .\" $NetBSD: time.9,v 1.1 1995/11/25 21:24:53 perry Exp $ 23 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 50 This time is initially set when the system boots, either from the RTC, or from a 54 or a new time is read from the RTC as the system resumes, 73 .Xr bintime 9 , 74 .Xr getbintime 9 , 75 .Xr microtime 9 , 76 .Xr getmicrotime 9 , 77 .Xr nanotime 9 , 79 .Xr getnanotime 9 [all …]
|
| /freebsd/lib/libsysdecode/ |
| H A D | mktables | 16 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 29 # Originally this script was 'mksubr' for kdump which generated a complete 51 # Generate a table C #definitions. The including file can define the 92 gen_table "accessmode" "[A-Z]_OK[[:space:]]+0?x?[0-9A-Fa-f]+" "sys/unistd.h" 93 gen_table "acltype" "ACL_TYPE_[A-Z4_]+[[:space:]]+0x[0-9]+" "sys/acl.h" 94 gen_table "atflags" "AT_[A-Z_]+[[:space:]]+0x[0-9]+" "sys/fcntl.h" 95 gen_table "capfcntl" "CAP_FCNTL_[A-Z]+[[:space:]]+\(1" "sys/capsicum.h" 96 gen_table "closerangeflags" "CLOSE_RANGE_[A-Z]+[[:space:]]+\([0-9]+<<[0-9]+\)" "sys/unistd.h" 97 gen_table "extattrns" "EXTATTR_NAMESPACE_[A-Z]+[[:space:]]+0x[0-9]+" "sys/extattr.h" 98 gen_table "fadvisebehav" "POSIX_FADV_[A-Z]+[[:space:]]+[0-9]+" "sys/fcntl.h" [all …]
|
| /freebsd/bin/sh/tests/builtins/ |
| H A D | case2.0 | 7 testmatch 'a' 'a' 8 testnomatch 'a' 'b' 9 testnomatch 'a' 'A' 10 testmatch '*' 'a' 12 testmatch '*a' 'a' 13 testnomatch '*a' 'b' 14 testnomatch '*a*' 'b' 15 testmatch '*a*b*' 'ab' 16 testmatch '*a*b*' 'qaqbq' 17 testmatch '*a*bb*' 'qaqbqbbq' [all …]
|
| H A D | case3.0 | 4 # We do not treat a backslash specially in this case, 9 netestmatch 'a' 'a' 10 netestnomatch 'a' 'b' 11 netestnomatch 'a' 'A' 12 netestmatch '*' 'a' 14 netestmatch '*a' 'a' 15 netestnomatch '*a' 'b' 16 netestnomatch '*a*' 'b' 17 netestmatch '*a*b*' 'ab' 18 netestmatch '*a*b*' 'qaqbq' [all …]
|
| /freebsd/tools/regression/zfs/zpool/attach/ |
| H A D | mirror.t | 17 echo " scrub: resilver completed after [0-9]+h[0-9]+m with 0 errors on .*" 22 echo " ${disk0} ONLINE 0 0 0 [0-9.]+[A-Z] resilvered" 23 echo " ${disk1} ONLINE 0 0 0 [0-9.]+[A-Z] resilvered" 32 echo " scrub: resilver completed after [0-9]+h[0-9]+m with 0 errors on .*" 37 echo " ${disk0} ONLINE 0 0 0 [0-9.]+[A-Z] resilvered" 38 echo " ${disk1} ONLINE 0 0 0 [0-9.]+[A-Z] resilvered" 39 echo " ${disk2} ONLINE 0 0 0 [0-9.]+[A-Z] resilvered" 48 echo " scrub: resilver completed after [0-9]+h[0-9]+m with 0 errors on .*" 53 echo " ${disk0} ONLINE 0 0 0 [0-9.]+[A-Z] resilvered" 54 echo " ${disk1} ONLINE 0 0 0 [0-9.]+[A-Z] resilvered" [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__charconv/ |
| H A D | tables.h | 40 …'1', '0', '2', '0', '3', '0', '4', '0', '5', '0', '6', '0', '7', '0', '8', '0', '9', '0', 'a', '0', 42 …'1', '7', '1', '8', '1', '9', '1', 'a', '1', 'b', '1', 'c', '1', 'd', '1', 'e', '1', 'f', '2', '0'… 43 …'2', '2', '3', '2', '4', '2', '5', '2', '6', '2', '7', '2', '8', '2', '9', '2', 'a', '2', 'b', '2'… 45 …'9', '3', 'a', '3', 'b', '3', 'c', '3', 'd', '3', 'e', '3', 'f', '4', '0', '4', '1', '4', '2', '4'… 46 …'4', '5', '4', '6', '4', '7', '4', '8', '4', '9', '4', 'a', '4', 'b', '4', 'c', '4', 'd', '4', 'e'… 47 …'5', '2', '5', '3', '5', '4', '5', '5', '5', '6', '5', '7', '5', '8', '5', '9', '5', 'a', '5', 'b', 49 …'7', '6', '8', '6', '9', '6', 'a', '6', 'b', '6', 'c', '6', 'd', '6', 'e', '6', 'f', '7', '0', '7'… 50 …'7', '3', '7', '4', '7', '5', '7', '6', '7', '7', '7', '8', '7', '9', '7', 'a', '7', 'b', '7', 'c'… 51 …'8', '0', '8', '1', '8', '2', '8', '3', '8', '4', '8', '5', '8', '6', '8', '7', '8', '8', '8', '9', 52 …'8', 'a', '8', 'b', '8', 'c', '8', 'd', '8', 'e', '8', 'f', '9', '0', '9', '1', '9', '2', '9', '3'… [all …]
|
| /freebsd/lib/libc/tests/gen/ |
| H A D | fnmatch_testcases.h | 16 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 36 { "a", "a", 0, 0 }, 37 { "a", "b", 0, FNM_NOMATCH }, 38 { "a", "A", 0, FNM_NOMATCH }, 39 { "*", "a", 0, 0 }, 41 { "*a", "a", 0, 0 }, 42 { "*a", "b", 0, FNM_NOMATCH }, 43 { "*a*", "b", 0, FNM_NOMATCH }, 44 { "*a*b*", "ab", 0, 0 }, 45 { "*a*b*", "qaqbq", 0, 0 }, [all …]
|
| /freebsd/share/man/man4/ |
| H A D | dtrace_lockstat.4 | 15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 30 .Nd a DTrace provider for tracing kernel locking events 69 .Xr lockmgr 9 , 70 .Xr mutex 9 , 71 .Xr rwlock 9 , 73 .Xr sx 9 85 as well as probes which fire when a thread contends with other threads 86 for ownership of a lock. 94 .Xr mutex 9 96 The only argument is a pointer to the lock structure which describes [all …]
|
| /freebsd/tools/regression/zfs/zpool/replace/ |
| H A D | raidz2.t | 24 echo " functioning in a degraded state." 44 echo " scrub: (scrub|resilver) completed after [0-9]+h[0-9]+m with 0 errors on .*" 49 echo " ${disk4} ONLINE 0 0 0( [0-9.]+[A-Z] resilvered)?" 50 echo " ${disk1} ONLINE 0 0 0( [0-9.]+[A-Z] resilvered)?" 51 echo " ${disk2} ONLINE 0 0 0( [0-9.]+[A-Z] resilvered)?" 52 echo " ${disk3} ONLINE 0 0 0( [0-9.]+[A-Z] resilvered)?" 65 echo " scrub: (scrub|resilver) completed after [0-9]+h[0-9]+m with 0 errors on .*" 70 echo " ${disk0} ONLINE 0 0 0( [0-9.]+[A-Z] resilvered)?" 71 echo " ${disk4} ONLINE 0 0 0( [0-9.]+[A-Z] resilvered)?" 72 echo " ${disk2} ONLINE 0 0 0( [0-9.]+[A-Z] resilvered)?" [all …]
|
| /freebsd/crypto/openssl/test/recipes/15-test_ml_kem_codecs_data/ |
| H A D | prv-1024-seed.txt | 3 00:01:02:03:04:05:06:07:08:09:0a:0b:0c:0d:0e: 4 0f:10:11:12:13:14:15:16:17:18:19:1a:1b:1c:1d: 5 1e:1f:20:21:22:23:24:25:26:27:28:29:2a:2b:2c: 6 2d:2e:2f:30:31:32:33:34:35:36:37:38:39:3a:3b: 10 a1:9b:42:cd:46:3e:a9:fb:b9:84:ca:47:7a:77:b6: 11 c7:10:87:cb:f0:51:ab:e4:73:6a:90:72:c6:e8:70: 12 c8:31:1c:55:96:3f:50:0a:3c:7b:1b:8f:2a:58:55: 14 27:3a:57:43:51:7d:15:12:08:bd:4a:a6:1e:75:ba: 15 67:b0:bd:59:4a:99:49:19:62:7a:c0:a8:04:d4:89: 17 66:82:3d:50:31:8c:8b:f2:61:ab:12:0a:28:a0:4f: [all …]
|
| H A D | prv-1024-priv.txt | 4 a1:9b:42:cd:46:3e:a9:fb:b9:84:ca:47:7a:77:b6: 5 c7:10:87:cb:f0:51:ab:e4:73:6a:90:72:c6:e8:70: 6 c8:31:1c:55:96:3f:50:0a:3c:7b:1b:8f:2a:58:55: 8 27:3a:57:43:51:7d:15:12:08:bd:4a:a6:1e:75:ba: 9 67:b0:bd:59:4a:99:49:19:62:7a:c0:a8:04:d4:89: 11 66:82:3d:50:31:8c:8b:f2:61:ab:12:0a:28:a0:4f: 12 ec:01:cc:15:f2:b7:19:12:ce:e5:4a:a8:ee:d8:54: 13 69:4b:6b:a8:86:b5:eb:76:61:e6:d5:6a:ac:21:3c: 15 11:63:12:9b:f8:64:52:72:50:60:6c:c2:1a:53:74: 20 2b:63:27:be:b5:7c:d3:fa:cb:94:18:6f:e3:fc:9a: [all …]
|
| /freebsd/crypto/openssl/test/recipes/15-test_ml_dsa_codecs_data/ |
| H A D | pub-87.txt | 3 97:92:bc:ec:2f:24:30:68:6a:82:fc:cf:3c:2f:5f: 5 71:24:a7:3b:32:3b:9b:a2:1a:b6:4d:76:7c:43:3f: 6 5a:52:1e:ff:e1:8f:86:e4:6a:18:89:52:c4:46:7e: 7 04:8b:72:9e:7f:c4:d1:15:e7:e4:8d:a1:89:6d:5f: 11 93:b8:ea:9c:c0:e6:e7:b7:b4:c9:a5:c7:42:1c:60: 13 1b:3d:1b:83:05:85:0a:a4:2a:fb:b1:3f:1f:4d:5b: 14 9f:48:35:f9:d8:7d:fc:eb:16:2d:0e:f4:a7:fd:c4: 17 f2:25:af:9e:4e:eb:77:73:b6:2e:8f:85:f9:b5:6b: 18 54:89:45:55:18:44:fb:d8:98:06:a4:ac:36:9b:ed: 19 2d:25:61:00:f6:88:a6:ad:5e:0a:70:98:26:dc:44: [all …]
|
| H A D | prv-87-seed.txt | 3 00:01:02:03:04:05:06:07:08:09:0a:0b:0c:0d:0e: 4 0f:10:11:12:13:14:15:16:17:18:19:1a:1b:1c:1d: 7 97:92:bc:ec:2f:24:30:68:6a:82:fc:cf:3c:2f:5f: 10 51:7d:c3:0e:32:9d:5a:b2:76:73:bd:85:f4:c9:b0: 12 e6:1e:de:59:75:33:37:37:4f:a7:12:49:91:54:9a: 13 f2:43:49:6d:06:37:cb:3b:e0:5a:59:48:23:5b:f7: 15 15:aa:af:16:0a:c6:24:36:64:22:01:48:16:11:09: 16 11:2c:94:02:89:22:45:2c:62:b8:45:00:45:2a:08: 19 96:89:48:40:85:9b:22:6d:1c:28:64:59:12:41:9c: 23 10:65:01:28:90:1a:33:4c:99:86:31:d3:a2:49:09: [all …]
|
| H A D | prv-87-priv.txt | 3 97:92:bc:ec:2f:24:30:68:6a:82:fc:cf:3c:2f:5f: 6 51:7d:c3:0e:32:9d:5a:b2:76:73:bd:85:f4:c9:b0: 8 e6:1e:de:59:75:33:37:37:4f:a7:12:49:91:54:9a: 9 f2:43:49:6d:06:37:cb:3b:e0:5a:59:48:23:5b:f7: 11 15:aa:af:16:0a:c6:24:36:64:22:01:48:16:11:09: 12 11:2c:94:02:89:22:45:2c:62:b8:45:00:45:2a:08: 15 96:89:48:40:85:9b:22:6d:1c:28:64:59:12:41:9c: 19 10:65:01:28:90:1a:33:4c:99:86:31:d3:a2:49:09: 22 40:20:d1:42:86:cb:40:70:5b:b0:71:9c:96:2c:c1: 24 b0:8c:e4:46:42:9a:20:8c:01:21:25:13:41:05:5a: [all …]
|
| /freebsd/secure/caroot/trusted/ |
| H A D | SecureSign_Root_CA14.pem | 4 ## This is a single X.509 certificate for a public Certificate 8 ## It contains a certificate trusted for server authentication. 18 64:db:5a:0c:20:4e:e8:d7:29:77:c8:50:27:a2:5a:27:dd:2d:f2:cb 29 00:c5:d2:7a:a1:d6:8a:bf:16:31:d0:98:d1:3a:94: 30 fc:5a:b8:6e:22:c1:62:f7:a7:0a:27:ef:50:f6:2e: 31 b1:9e:68:12:f0:6c:24:63:39:f1:f0:df:10:c6:de: 32 b7:52:20:d5:52:5b:42:99:9e:f3:a0:be:52:1f:5f: 34 ba:dc:9d:e0:be:cb:df:f7:38:f2:47:f5:a6:9a:92: 35 95:2a:62:59:50:0b:a2:b1:35:e7:65:b2:61:b2:ea: 37 c5:a8:59:67:7b:55:1c:49:ab:7a:9d:c2:e7:73:4d: [all …]
|
| /freebsd/crypto/krb5/src/lib/crypto/builtin/aes/ |
| H A D | kresults.expected | 3 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 7 69 C4 E0 D8 6A 7B 04 30 D8 CD B7 80 70 B4 C5 5A 12 46 64 31 29 64 86 ED 9C D7 1F C2 07 25 48 20 A2 15 C4 A8 5A EB 0B 20 41 49 4F 8B F1 F8 CD 30 F1 13 18 1B 39 DA 37 40 D3 DF FE AC 89 D6 BB 4C 29 F1 0A 19 E1 43 64 CB 16 D3 FF CF E8 FA 6A 2C EC A2 69 34 23 22 3C F8 A8 29 95 80 49 57 87 6E 9F A7 11 63 50 24 6B 4E 5B 8C 8F A4 DB 1B 95 D3 E8 C5 C5 FB 5A 00 26 F3 B2 BB 53 D6 F4 A3 AE 9E EB B1 3D B2 F7 E9 90 32 94 8F E9 20 1F 8D FB 3A 22 CF 22 E8 94 1D 42 7B [all …]
|
| /freebsd/contrib/file/tests/ |
| H A D | matilde.arm.testfile | 2 <[d��y�����'�P�[<k�0^��<j~yJ/!ݘG&�����e�4ta��+a�<�p������(����n���{i�/�8A�<� ٫7… 3 …A{1e�d!�Tkr(��n���u�RP<Rby��z��z�;+~��*�s�'�7q#�ڰ<p�l���-*�Bm�h2U�v��ښ�m�< pq��ry�+�… 4 R��0-as�Aꏾ�<�H���Ҵ�_d)Q����A����Kp���@< <J?�9a�V�9u8�9��Fp�ך�"��P< 5 �Hpc��A��Z�%�;�.s 6 �%Vйa����@<x@m1�A�"J�)��C�.t4�c��d0<zg���Y*˴fRMg�J5o��;�κ�h�<<Pg����*�0�*=�K|�K~��%… 7 (Q�)�y�E4�@<<�f�a��7_�����xR���?hl <{�Hf��+G!�x̳X���Am���<x�fT�ۃ��VtBU9�����c�en… 9 !�:���=K����[��<Ɖ�lH��!L��-��I��w�9:y��<�U'�ԫ�Lc�\vyY>�Ԫ�ϧ�4p<&@i�~#�������)J$�� 10 …&F����*�2;[��v�w�>�=�����<!x@;����e�R!���F�iW�M���0<{��~a�A�ʞ�L�����9�RxSA�Kp�<&…
|
| /freebsd/secure/caroot/untrusted/ |
| H A D | Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem | 4 ## This is a single X.509 certificate for a public Certificate 8 ## It contains a certificate trusted for server authentication. 29 f8:2c:2a:54:4e:cd:b9:84:61:94:58:4f:8f:3d:8b: 30 e4:43:f3:75:89:8d:51:e4:c3:37:d2:8a:88:4d:79: 31 1e:b7:12:dd:43:78:4a:8a:92:e6:d7:48:d5:0f:a4: 32 3a:29:44:35:b8:07:f6:68:1d:55:cd:38:51:f0:8c: 33 24:31:85:af:83:c9:7d:e9:77:af:ed:1a:7b:9d:17: 34 f9:b3:9d:38:50:0f:a6:5a:79:91:80:af:37:ae:a6: 35 d3:31:fb:b5:26:09:9d:3c:5a:ef:51:c5:2b:df:96: 36 5d:eb:32:1e:02:da:70:49:ec:6e:0c:c8:9a:37:8d: [all …]
|