/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/ |
H A D | zfs_unallow_005_pos.ksh | 37 # Verify option '-c' will remove the created permission set. 40 # 1. Set created time set to $ROOT_TESTFS. 42 # 3. Create $SUBFS and verify $STAFF1 have created time permissions. 43 # 4. Verify $STAFF1 has created time permission. 44 # 5. Unallow created time permission with option '-c'. 45 # 6. Created $SUBFS and verify $STAFF1 have not created time permissions. 50 log_assert "Verify option '-c' will remove the created permission set." 56 # Create $SUBFS and verify $SUBFS has created time permissions. 64 # After unallow -c, create $SUBFS2 and verify $SUBFS2 has not created time 74 log_pass "Verify option '-c' will remove the created permission set passed."
|
/freebsd/tests/sys/cddl/zfs/tests/delegate/ |
H A D | zfs_unallow_005_pos.ksh | 36 # Verify option '-c' will remove the created permission set. 39 # 1. Set created time set to $ROOT_TESTFS. 41 # 3. Create $SUBFS and verify $STAFF1 have created time permissions. 42 # 4. Verify $STAFF1 has created time permission. 43 # 5. Unallow created time permission with option '-c'. 44 # 6. Created $SUBFS and verify $STAFF1 have not created time permissions. 58 log_assert "Verify option '-c' will remove the created permission set." 64 # Create $SUBFS and verify $SUBFS has created time permissions. 72 # After unallow -c, create $SUBFS2 and verify $SUBFS2 has not created time 82 log_pass "Verify option '-c' will remove the created permission set passed."
|
/freebsd/lib/libsys/ |
H A D | mkdir.2 | 46 is created with the access permissions specified by 54 which it is created. 63 In this case the newly created directory is created relative to the 82 will fail and no directory will be created if: 94 on the parent directory of the directory to be created. 98 The parent directory of the directory to be created has its immutable flag set, 105 The new directory cannot be created because the parent directory contains 110 The new directory cannot be created because there is no space left 114 directory is being created. 116 The new directory cannot be created because the user's [all …]
|
H A D | symlink.2 | 46 is created to 50 file created, 64 In this case the symbolic link is created relative to the directory 103 parent directory of the file to be created. 135 The new symbolic link cannot be created because 140 symbolic link is being created. 147 The new symbolic link cannot be created because the user's 152 which the symbolic link is being created has been exhausted.
|
H A D | mkfifo.2 | 59 which it is created. 68 In this case the newly created FIFO is created relative to the 87 will fail and no fifo will be created if: 100 is denied on the parent directory of the fifo to be created. 117 fifo is being created. 125 which the fifo is being created has been exhausted.
|
H A D | mknod.2 | 46 is created with the file type and access permissions specified in 72 In this case the newly created device node is created relative to the 91 will fail and the file will be not created if: 116 node is being created. 124 which the node is being created has been exhausted.
|
H A D | open.2 | 53 created if it does not exist (by specifying the 62 and the file is created with mode 199 automatically close file on any child process created with 249 In all other cases, the file is created 259 The open' request for a lock on the file, created with 370 The file will be closed on any child process created with 472 A file descriptor created with the 520 When a new file is created, it is assigned the group of the directory 547 created if it does not exist. 610 and the directory in which it is to be created [all …]
|
/freebsd/contrib/openbsm/man/ |
H A D | audit.log.5 | 77 token can be created using 95 token can be created using 99 token can be created using 119 token can be created using 123 token can be created using 145 token can be created using 165 token can be created using 181 token can be created using 195 token can be created using 214 token can be created using [all …]
|
/freebsd/libexec/nuageinit/ |
H A D | nuageinit.7 | 108 default user which will be created. 147 An array of strings or objects to be created: 151 a group using this string as a name will be created. 172 default user which will be created. 188 Specify a list of users to be created: 201 A boolean which determines if the home directory should be created or not. 220 then the default user is created. 243 An array of objects representing files to be created at first boot. 244 The files are being created before the installation of any packages 252 If this key is not existing then an empty file will be created. [all …]
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zfs-create.8 | 72 was invoked at the same time the dataset was created. 82 Datasets created in this manner are automatically mounted according to the 93 No datasets will be created. 104 Print machine-parsable verbose information about the created dataset. 130 Do not mount the newly created file system. 132 Print verbose information about the created dataset. 149 By default, a reservation of equal size is created. 164 command was invoked at the same time the dataset was created. 174 Datasets created in this manner are automatically mounted according to the 194 No datasets will be created. [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | os400 | 16 >&212 byte 0x01 \b, created with SAVOBJ 17 >&212 byte 0x02 \b, created with SAVLIB 18 >&212 byte 0x07 \b, created with SAVCFG 19 >&212 byte 0x08 \b, created with SAVSECDTA 20 >&212 byte 0x0A \b, created with SAVSECDTA 21 >&212 byte 0x0B \b, created with SAVDLO 22 >&212 byte 0x0D \b, created with SAVLICPGM 23 >&212 byte 0x11 \b, created with SAVCHGOBJ
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 405 /// \return a MachineInstrBuilder for the newly created instruction. 414 /// \return a MachineInstrBuilder for the newly created instruction. 455 /// \return a MachineInstrBuilder for the newly created instruction. 467 /// \return a MachineInstrBuilder for the newly created instruction. 479 /// \return a MachineInstrBuilder for the newly created instruction. 490 /// \return a MachineInstrBuilder for the newly created instruction. 504 /// \return a MachineInstrBuilder for the newly created instruction. 513 /// G_PTR_ADD or G_CONSTANT will be created and \pre Op0 will be assigned to 524 /// \return a MachineInstrBuilder for the newly created instruction. 548 /// \return a MachineInstrBuilder for the newly created instruction. [all …]
|
/freebsd/lib/libefivar/ |
H A D | efivar-dp-parse.c | 618 @return A pointer to the newly-created Vendor device path structure. 662 @return A pointer to the newly-created Vendor Hardware device path structure. 683 @return A pointer to the newly-created Hardware Controller device path structure. 714 @return A pointer to the newly-created BMC device path structure. 788 @return A pointer to the newly-created ACPI HID device path structure. 823 @return A pointer to the newly-created ACPI HID device path structure. 856 @return A pointer to the newly-created PCI root device path structure. 873 @return A pointer to the newly-created PCIE root device path structure. 890 @return A pointer to the newly-created Floppy device path structure. 907 @return A pointer to the newly-created Keyboard device path structure. [all …]
|
/freebsd/sys/contrib/openzfs/man/man7/ |
H A D | zpool-features.7 | 52 If the pool was created by another software version 63 implementation that created the pool for information about those features. 175 The requested features are applied when a pool is created using 250 # is created. This issue is observed with GRUB versions before v2.12 if 306 or when a new file is created under that filesystem. \ 345 is created with the 421 when a v2 bookmark is created and will be returned to the 434 when a bookmark is created and will be 558 or snapshots which were created after enabling this feature. 575 when an encrypted dataset is created and will be returned to the [all …]
|
H A D | zfsconcepts.7 | 59 Snapshots can be created extremely quickly, and initially consume no additional 82 Bookmarks can be created extremely quickly, compared to snapshots, and they 89 when a snapshot was created as a distinct object. 99 Clones can only be created from a snapshot. 102 Even though the clone is created somewhere else in the dataset hierarchy, the 116 possible to destroy the file system that the clone was created from. 131 Directories are created and destroyed as needed. 136 This directory is created as needed, and ZFS automatically mounts the file
|
/freebsd/usr.bin/csplit/ |
H A D | csplit.1 | 52 Files are created with a prefix of 56 as it is created. 57 If an error occurs whilst files are being created, 74 Do not remove previously created files if an error occurs or a 87 created. 109 Same as above but a file is not created for the output. 115 If it follows a line number pattern, a new file will be created for each
|
/freebsd/share/man/man4/ |
H A D | proto.4 | 76 Device special files created for I/O port resources allow 118 The device special files created for memory mapped I/O resources behave 119 in the same way as those created for I/O port resources. 138 is created for the purpose of doing DMA. 200 The tag is created with the constraints given by the 222 Destroy a root or derived tag previously created. 228 descriptors created from this tag must be destroyed first. 291 Destroy the previously created memory descriptor specified by the 379 is also created. 381 For each valid base address register (BAR), a device special file is created [all …]
|
/freebsd/contrib/pam-krb5/tests/docs/ |
H A D | spdx-license-t | 55 qr{ [.] l?a \z }xms, # Created by libtool 70 qr{ \A php/Makefile [.] global \z }xms, # Created by phpize 71 qr{ \A php/autom4te [.] cache/ }xms, # Created by phpize 72 qr{ \A php/acinclude [.] m4 \z }xms, # Created by phpize 73 qr{ \A php/build/ }xms, # Created by phpize 74 qr{ \A php/config [.] (guess|sub) \z }xms, # Created by phpize 75 qr{ \A php/configure [.] (ac|in) \z }xms, # Created by phpize 76 qr{ \A php/ltmain [.] sh \z }xms, # Created by phpize 77 qr{ \A php/run-tests [.] php \z }xms, # Created by phpize
|
/freebsd/tests/sys/cddl/zfs/tests/zones/ |
H A D | zones_002_pos.ksh | 38 # A zone created where the zonepath parent dir is the top level of a ZFS 39 # file system has a new ZFS filesystem created for it. 42 # 1. The setup script should have created the zone. 43 # 2. Verify that a new ZFS filesystem has been created. 57 log_assert "A ZFS fs is created when the parent dir of zonepath is a ZFS fs." 76 log_pass "A ZFS fs is created when the parent dir of zonepath is a ZFS fs."
|
/freebsd/usr.sbin/jail/ |
H A D | jail.8 | 129 The jail is first removed and then re-created, as if 166 Output (only) the jail identifier of the newly created jail(s). 187 Suppress the message printed whenever a jail is created, modified or removed. 198 MIB entry to the specified value inside the newly created jail. 224 Now such jails are always replaced when a new jail is created with the same 304 parameters that are passed to the kernel when the jail is created, 460 The number of child jails allowed to be created by this jail (or by 469 and any jails created under them. 814 the jail is created). 822 were created by the jail itself, the base system, or other jails. [all …]
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | 2.2.t | 86 and ``portals'' to be created and removed from the file system. 90 A directory is created with the \fImkdir\fP system call: 105 Files are created with the \fIopen\fP system call, 111 file to be created. The \fIoflag\fP parameter must 112 include O_CREAT from below to cause the file to be created. 133 The flag O_CREAT causes the file to be created if it does not 196 the portal, and also giving it the newly created socket as descriptor 242 Newly created files are assigned the user id of the 243 process that created it and the group id of the directory 244 in which it was created. The ownership of a file may [all …]
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | ssl.pod | 19 An B<SSL_CTX> object is created as a framework to establish 24 When a network connection has been created, it can be assigned to an 25 B<SSL> object. After the B<SSL> object has been created using 59 This is the global context structure which is created by a server or client 61 B<SSL> structures which are later created for the connections. 70 This is the main SSL/TLS structure which is created by a server or client per
|
/freebsd/share/man/man9/ |
H A D | sysctl_add_oid.9 | 96 If the OID is successfully created, 108 The OID is assigned a new number as if it had been created with 115 function removes a dynamically created OID from the tree and 152 to remove part of the subtree no matter how it was created, 180 to keep track of created OIDs, 196 if module A hooks up a subtree to an OID created by module B,
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/user_namespace/ |
H A D | user_namespace_002.ksh | 96 log_must $NSENTER zfs create $TESTPOOL/userns/created 97 log_mustnot $NSENTER zfs create $TESTPOOL/user/created 101 log_must $NSENTER df -h /$TESTPOOL/userns/created 102 log_must $NSENTER mkfile 8192 /$TESTPOOL/userns/created/testfile 103 uidgid=$($NSENTER stat -c '%u %g' /$TESTPOOL/userns/created/testfile) 107 log_must $NSENTER zfs destroy $TESTPOOL/userns/created
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
H A D | zpool_create_005_pos.ksh | 61 # cleanup the pools created in previous case if zpool_create_004_pos timedout 96 log_fail "$TESTPOOL created with $opt is not mounted." 103 log_fail "$TESTDIR1 is not created automatically." 108 log_fail "$TESTDIR1/$TESTPOOL is not created automatically." 113 log_fail "${TESTDIR1}$TESTDIR1 is not created automatically." 118 log_fail "The default mountpoint /$TESTPOOL is created" \
|