| /freebsd-14.2/usr.bin/posixmqcontrol/ |
| H A D | posixmqcontrol.c | 166 creation.block = true; in parse_block() 168 creation.block = false; in parse_block() 173 creation.block = value != 0; in parse_block() 204 creation.set_group = true; in parse_group() 205 creation.group = entry->gr_gid; in parse_group() 217 creation.set_mode = true; in parse_mode() 218 creation.mode = (mode_t)value; in parse_mode() 280 creation.set_user = true; in parse_user() 281 creation.user = entry->pw_uid; in parse_user() 306 bool valid = creation.exists || creation.depth > 0; in validate_depth() [all …]
|
| /freebsd-14.2/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
|
| H A D | SSL_CTX_set_timeout.pod | 24 lifetime is specified by storing the creation time of the session and the 25 timeout value valid at this time. If the actual time is later than creation
|
| /freebsd-14.2/sbin/pfctl/ |
| H A D | pf_print_state.c | 351 u_int32_t creation = s->creation; in print_state() local 354 sec = creation % 60; in print_state() 355 creation /= 60; in print_state() 356 min = creation % 60; in print_state() 357 creation /= 60; in print_state() 358 printf(" age %.2u:%.2u:%.2u", creation, min, sec); in print_state()
|
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | print-pfsync.c | 439 uint32_t creation = ntohl(s->pfs_1301.creation); in print_state() local 442 sec = creation % 60; in print_state() 443 creation /= 60; in print_state() 444 min = creation % 60; in print_state() 445 creation /= 60; in print_state() 446 ND_PRINT("\n\tage %.2u:%.2u:%.2u", creation, min, sec); in print_state()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | array.inc | 21 // [array.creation], array creation functions
|
| H A D | tuple.inc | 22 // [tuple.creation], tuple creation functions
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/ |
| H A D | zfs_get_008_pos.ksh | 53 set -A props type used available creation volsize referenced compressratio \ 68 set -A bookmark_props creation
|
| H A D | zfs_get_005_neg.ksh | 48 typeset v_props=(type used available creation volsize referenced compressratio \ 79 typeset val_bookmark_props=(creation)
|
| H A D | zfs_get_001_pos.ksh | 62 typeset zfs_props=("type" used available creation volsize referenced \ 82 typeset bookmark_props=(creation)
|
| H A D | zfs_get_002_pos.ksh | 50 typeset zfs_props=("type" used available creation volsize referenced \
|
| H A D | zfs_get_009_pos.ksh | 55 set -A all_props type used available creation volsize referenced \
|
| /freebsd-14.2/tools/build/options/ |
| H A D | WITH_AUTO_OBJ | 1 Enable automatic creation of objdirs.
|
| H A D | WITH_MODULE_DRM | 1 Enable creation of old drm video modules.
|
| H A D | WITH_MODULE_DRM2 | 1 Enable creation of old drm2 video modules.
|
| H A D | WITHOUT_MODULE_DRM2 | 1 Disable creation of old drm2 video modules.
|
| H A D | WITHOUT_MODULE_DRM | 1 Disable creation of old drm video modules.
|
| H A D | WITHOUT_AUTO_OBJ | 1 Disable automatic creation of objdirs.
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_ctldir.c | 482 uint64_t creation) in zfsctl_inode_alloc() argument 486 inode_timespec_t now = {.tv_sec = creation}; in zfsctl_inode_alloc() 492 if (!creation) in zfsctl_inode_alloc() 556 uint64_t creation = 0; in zfsctl_inode_lookup() local 565 if (id <= ZFSCTL_INO_SNAPDIRS && !creation) { in zfsctl_inode_lookup() 570 creation = dsl_get_creation(snap_ds); in zfsctl_inode_lookup() 577 ip = zfsctl_inode_alloc(zfsvfs, id, fops, ops, creation); in zfsctl_inode_lookup()
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/delegate/ |
| H A D | zfs_allow_011_neg.ksh | 67 type creation used available \
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/ |
| H A D | zfs_allow_011_neg.ksh | 55 type creation used available \
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | geo | 77 # creation; unsigned int file creation time; WHAT time format is this? 78 >>0 ulelong x \b, creation time %#8.8x
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/cli_root/zfs_get/ |
| H A D | zfs_get_009_pos.ksh | 67 set -A all_props type used available creation volsize referenced \
|
| H A D | zfs_get_008_pos.ksh | 69 set -A props type used available creation volsize referenced compressratio \
|
| H A D | zfs_get_002_pos.ksh | 63 set -A zfs_props type used available creation volsize referenced compressratio \
|