/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/zfs_list/ |
H A D | zfs_list_002_pos.ksh | 40 # 1. Using several zfs datasets with names, creation dates, checksum options 41 # 2. Sort the datasets by name, checksum options, creation date. 99 # sort by creation 101 "zfs list -H -r -o name -s creation -t filesystem $TESTPOOL/$TESTFS" \ 102 "$fs_creation" "creation date" 105 "zfs list -H -r -o name -s creation -t volume $TESTPOOL/$TESTFS" \ 106 "$vol_creation" "creation date" 109 "zfs list -H -r -o name -s creation -t snapshot $TESTPOOL/$TESTFS" \ 110 "$snap_creation" "creation date" 141 # reverse sort by creation [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/cli_user/zfs_list/ |
H A D | zfs_list_002_pos.ksh | 39 # 1. Using several zfs datasets with names, creation dates, checksum options 40 # 2. Sort the datasets by name, checksum options, creation date. 107 # sort by creation 109 "run_unprivileged $ZFS list -H -r -o name -s creation -t filesystem $TESTPOOL/$TESTFS" \ 110 "$fs_creation" "creation date" 113 "run_unprivileged $ZFS list -H -r -o name -s creation -t volume $TESTPOOL/$TESTFS" \ 114 "$vol_creation" "creation date" 117 "run_unprivileged $ZFS list -H -r -o name -s creation -t snapshot $TESTPOOL/$TESTFS" \ 118 "$snap_creation" "creation date" 149 # reverse sort by creation [all …]
|
/freebsd/usr.bin/posixmqcontrol/ |
H A D | posixmqcontrol.c | 44 struct Creation { struct 88 static struct Creation creation = { variable 166 creation.block = true; in parse_block() 168 creation.block = false; in parse_block() 173 creation.block = value != 0; in parse_block() 192 parse_long(text, &creation.depth, "-d", "depth"); in parse_depth() 201 parse_unsigned(text, &creation.set_group, in parse_group() 202 &creation.group, "-g", "group"); in parse_group() 204 creation.set_group = true; in parse_group() 205 creation.group = entry->gr_gid; in parse_group() [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/ |
H A D | zfs_get_009_pos.ksh | 56 set -A all_props type used available creation volsize referenced \ 92 log_must eval "zfs get -H -t snapshot -o name creation $DEPTH_FS > $DEPTH_OUTPUT" 93 log_must eval "zfs get -H -t snapshot -d 1 -o name creation $DEPTH_FS > $EXPECT_OUTPUT" 97 log_must eval "zfs get -H -t snap -d 1 -o name creation $DEPTH_FS > $DEPTH_OUTPUT" 98 log_must eval "zfs get -H -t snapshot -d 1 -o name creation $DEPTH_FS > $EXPECT_OUTPUT" 102 log_must eval "zfs get -H -t bookmark -o name creation $DEPTH_FS > $DEPTH_OUTPUT" 103 log_must eval "zfs get -H -t bookmark -d 1 -o name creation $DEPTH_FS > $EXPECT_OUTPUT"
|
/freebsd/lib/libc/rpc/ |
H A D | rpc_clnt_create.3 | 24 .Nd "library routines for dealing with creation and manipulation of" 130 Generic client creation routine for program 178 Generic client creation routine which is similar to 190 Generic client creation routine which is similar to 251 Generic client creation routine which is similar to 410 calls appropriate client creation routines. 459 the creation attempt to succeed. 501 client handle creation routine
|
/freebsd/contrib/netbsd-tests/sbin/newfs/ |
H A D | t_enable_quotas.sh | 32 "creation of" ${e} ${v} ${q} 35 "creation of" ${e} ${v} "both" 43 # check that the quota inode creation didn't corrupt the filesystem 53 # check that the quota inode creation didn't corrupt the filesystem
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_SESSION_get_time.pod | 30 SSL_SESSION_set_time() replaces the creation time of the session B<s> with 44 Sessions are expired by examining the creation time and the timeout value. 45 Both are set at creation time of the session to the actual time and the 46 default timeout value at creation, respectively, as set by
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | 0.t | 103 1.1.2. Process creation and termination 172 2.2.3. Creation and removal 173 2.2.3.1. Directory creation and removal 174 2.2.3.2. File creation 176 2.2.3.4. Portal creation 191 2.3.1.3.\0 Socket creation, naming and service establishment
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zfs-create.8 | 73 Any editable ZFS property can also be set at creation time. 92 creation. 101 The actual dataset creation can still fail due to insufficient privileges or 165 Any editable ZFS property can also be set at creation time. 193 creation. 202 The actual dataset creation can still fail due to insufficient privileges or
|
/freebsd/crypto/heimdal/doc/doxyout/gssapi/man/man3/ |
H A D | gssapi_services_intro.3 | 8 .SS "Context creation" 16 use per message before context creation has completed 25 .SS "Context creation flags"
|
/freebsd/share/doc/papers/fsinterface/ |
H A D | fsinterface.ms | 200 including the atomicity of file and link creation and the use of open files 309 the actual creation or deletion of the file itself. 312 which is also presented to the routine implementing file creation or deletion. 337 and an operation (one of: lookup, lookup for creation, or lookup for deletion). 357 For creation and deletion of new files, the lookup operation is unmodified; 360 The subsequent creation or deletion call, if any, must repeat the final 362 For new file creation in particular, this is rather inefficient, 363 as file creation requires two complete scans of the directory. 427 is performed and a subsequent creation is requested. 429 of a creation attempt, the actual creation might find that the target [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/ |
H A D | history_003_pos.ksh | 37 # zpool history will truncate on small pools, leaving pool creation intact 43 # 4. Verify that the initial pool creation is preserved. 94 # Verify that the creation of the pool was preserved in the history. 96 log_fail "zpool creation history was not preserved."
|
/freebsd/lib/libsys/ |
H A D | thr_new.2 | 63 structure supplies parameters affecting the thread creation. 125 Thread creation flags. 160 After the first successful creation of an additional thread, 220 Creation of the new thread would exceed the 225 Creation of the new thread would exceed the
|
/freebsd/contrib/libarchive/tar/test/ |
H A D | test_option_s.c | 115 /* At creation time. */ in DEFINE_TEST() 135 /* At creation. */ in DEFINE_TEST() 152 /* At creation time. */ in DEFINE_TEST() 173 /* At creation. (assuming hardlink2 is the hardlink entry) */ in DEFINE_TEST() 179 /* At creation. (assuming hardlink1 is the hardlink entry) */ in DEFINE_TEST() 198 /* At creation. */ in DEFINE_TEST() 220 /* At creation. */ in DEFINE_TEST() 243 /* TODO: Expand this test to verify creation as well. in DEFINE_TEST() 262 /* TODO: See above; expand this test to verify renames at creation. */ in DEFINE_TEST()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVReader.h | 58 /// the debug information parsing. For its creation it uses a specific 193 // Lines creation. 198 // Locations creation. in LV_CREATE_OBJECT() 202 // Scopes creation. in LV_CREATE_OBJECT() 217 // Symbols creation. in LV_CREATE_OBJECT() 220 // Types creation. in LV_CREATE_OBJECT() 230 // Operations creation. in LV_CREATE_OBJECT()
|
/freebsd/include/rpc/ |
H A D | clnt.h | 256 * Below are the client handle creation routines for the various 258 * creation failure occurs. 262 * Generic client creation routine. Supported protocols are those that 277 * Generic client creation routine. Just like clnt_create(), except 292 * Generic client creation routine. Supported protocols are which belong 308 * Generic client creation routine. Supported protocols are which belong 325 * Generic client creation routine. It takes a netconfig structure 338 * Generic client creation routine. Just like clnt_tp_create(), except 416 * Print why creation failed 441 * If a creation fails, the following allows the user to figure out why.
|
/freebsd/share/man/man9/ |
H A D | alq.9 | 128 each of fixed size (set at queue creation time). 144 as the requested creation mode, to be used if the file will be created by 148 a default creation mode suitable for most applications. 235 was specified at queue creation time) from the 309 was specified at queue creation time).
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/ |
H A D | defaultprojectquota_002_pos.ksh | 37 # The defaultproject{obj}quota can be set during zpool or zfs creation 59 log_assert "The defaultproject{obj}quota can be set during zpool,zfs creation" 87 log_pass "The defaultproject{obj}quota can be set during zpool,zfs creation"
|
H A D | projectquota_002_pos.ksh | 37 # The project{obj}quota can be set during zpool or zfs creation 59 log_assert "The project{obj}quota can be set during zpool,zfs creation" 87 log_pass "The project{obj}quota can be set during zpool,zfs creation"
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/ |
H A D | userquota_002_pos.ksh | 38 # the userquota and groupquota can be set during zpool or zfs creation" 61 "the userquota and groupquota can be set during zpool,zfs creation" 90 "the userquota and groupquota can be set during zpool,zfs creation"
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_SESSION_get_time.3 | 165 \&\fBSSL_SESSION_set_time()\fR replaces the creation time of the session \fBs\fR with 178 Sessions are expired by examining the creation time and the timeout value. 179 Both are set at creation time of the session to the actual time and the 180 default timeout value at creation, respectively, as set by
|
/freebsd/lib/libc/gen/ |
H A D | setmode.3 | 63 creation mask, 67 If this occurs, the file creation mask will be restored before 70 If the calling program changes the value of its file creation mask
|
/freebsd/tools/regression/tmpfs/ |
H A D | t_symlink | 42 test_name "Creation of an empty file" 44 test_name "Creation of a symlink pointing to it" 54 test_name "Creation of symlink to a known system file"
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/arm/ |
H A D | dt_isadep.c | 70 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_entry_probe() 116 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_return_probe() 141 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_offset_probe() 182 dt_dprintf("fasttrap probe creation ioctl failed: %s\n", in dt_pid_create_glob_offset_probes()
|
/freebsd/sys/net/ |
H A D | if_clone.h | 100 #define IFC_F_AUTOUNIT 0x02 /* Creation flag: automatically select unit */ 103 #define IFC_F_CREATE 0x10 /* Creation flag: indicate creation request */ 104 #define IFC_F_LIMITUNIT 0x20 /* Creation flag: the unit number is limited */
|