Home
last modified time | relevance | path

Searched refs:creation (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/freebsd/usr.bin/posixmqcontrol/
H A Dposixmqcontrol.c88 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()
217 creation.set_mode = true; in parse_mode()
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_SESSION_get_time.pod30 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 DSSL_CTX_set_timeout.pod24 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/contrib/tcpdump/
H A Dprint-pfsync.c439 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/sbin/pfctl/
H A Dpf_print_state.c357 u_int32_t creation = s->creation; in print_state() local
360 sec = creation % 60; in print_state()
361 creation /= 60; in print_state()
362 min = creation % 60; in print_state()
363 creation /= 60; in print_state()
364 printf(" age %.2u:%.2u:%.2u", creation, min, sec); in print_state()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Darray.cppm
H A Dtuple.cppm
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_008_pos.ksh53 set -A props type used available creation volsize referenced compressratio \
68 set -A bookmark_props creation
H A Dzfs_get_005_neg.ksh48 typeset v_props=(type used available creation volsize referenced compressratio \
79 typeset val_bookmark_props=(creation)
H A Dzfs_get_001_pos.ksh62 typeset zfs_props=("type" used available creation volsize referenced \
82 typeset bookmark_props=(creation)
H A Dzfs_get_002_pos.ksh50 typeset zfs_props=("type" used available creation volsize referenced \
/freebsd/tools/build/options/
H A DWITH_AUTO_OBJ1 Enable automatic creation of objdirs.
H A DWITH_MODULE_DRM1 Enable creation of old drm video modules.
H A DWITH_MODULE_DRM21 Enable creation of old drm2 video modules.
H A DWITHOUT_MODULE_DRM1 Disable creation of old drm video modules.
H A DWITHOUT_MODULE_DRM21 Disable creation of old drm2 video modules.
H A DWITHOUT_AUTO_OBJ1 Disable automatic creation of objdirs.
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ctldir.c483 uint64_t creation) in zfsctl_inode_alloc() argument
487 inode_timespec_t now = {.tv_sec = creation}; in zfsctl_inode_alloc()
493 if (!creation) in zfsctl_inode_alloc()
554 uint64_t creation = 0; in zfsctl_inode_lookup() local
563 if (id <= ZFSCTL_INO_SNAPDIRS && !creation) { in zfsctl_inode_lookup()
568 creation = dsl_get_creation(snap_ds); in zfsctl_inode_lookup()
575 ip = zfsctl_inode_alloc(zfsvfs, id, fops, ops, creation); in zfsctl_inode_lookup()
/freebsd/tests/sys/cddl/zfs/tests/delegate/
H A Dzfs_allow_011_neg.ksh64 type creation used available \
/freebsd/contrib/file/magic/Magdir/
H A Dgeo77 # creation; unsigned int file creation time; WHAT time format is this?
78 >>0 ulelong x \b, creation time %#8.8x
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_011_neg.ksh55 type creation used available \
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_get/
H A Dzfs_get_008_pos.ksh66 set -A props type used available creation volsize referenced compressratio \
H A Dzfs_get_009_pos.ksh64 set -A all_props type used available creation volsize referenced \
H A Dzfs_get_002_pos.ksh60 set -A zfs_props type used available creation volsize referenced compressratio \
/freebsd/sys/netpfil/pf/
H A Dpflow.c652 flow1->flow_start = flow2->flow_start = st->creation < 0 || in copy_flow_data()
653 st->creation > st->expire ? htonl(0) : htonl(st->creation); in copy_flow_data()
685 if (st->creation > st->expire) in copy_flow_ipfix_4_data()
690 (pf_get_uptime() - st->creation))); in copy_flow_ipfix_4_data()
724 if (st->creation > st->expire) in copy_flow_ipfix_6_data()
729 (pf_get_uptime() - st->creation))); in copy_flow_ipfix_6_data()
1021 PFIX_NAT_EVENT_SESSION_CREATE, st->creation); in pflow_pack_flow_ipfix()
1032 PFIX_NAT_EVENT_SESSION_CREATE, st->creation); in pflow_pack_flow_ipfix()

12345678910>>...12