Searched refs:creation (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Darray.inc21 // [array.creation], array creation functions
H A Dtuple.inc22 // [tuple.creation], tuple creation functions
H A Dmemory.inc144 // [util.smartptr.shared.create], shared_ptr creation
/freebsd-current/usr.bin/posixmqcontrol/
H A Dposixmqcontrol.c88 static struct Creation creation = { variable in typeref:struct:Creation
166 creation.block = true;
168 creation.block = false;
173 creation.block = value != 0;
192 parse_long(text, &creation.depth, "-d", "depth");
201 parse_unsigned(text, &creation.set_group,
202 &creation.group, "-g", "group");
204 creation.set_group = true;
205 creation.group = entry->gr_gid;
217 creation
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_011_neg.ksh55 type creation used available \
/freebsd-current/tests/sys/cddl/zfs/tests/delegate/
H A Dzfs_allow_011_neg.ksh64 type creation used available \
/freebsd-current/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_002_pos.ksh50 typeset zfs_props=("type" used available creation volsize referenced \
H A Dzfs_get_009_pos.ksh55 set -A all_props type used available creation volsize referenced \
91 log_must eval "zfs get -H -t snapshot -o name creation $DEPTH_FS > $DEPTH_OUTPUT"
92 log_must eval "zfs get -H -t snapshot -d 1 -o name creation $DEPTH_FS > $EXPECT_OUTPUT"
96 log_must eval "zfs get -H -t snap -d 1 -o name creation $DEPTH_FS > $DEPTH_OUTPUT"
97 log_must eval "zfs get -H -t snapshot -d 1 -o name creation $DEPTH_FS > $EXPECT_OUTPUT"
101 log_must eval "zfs get -H -t bookmark -o name creation $DEPTH_FS > $DEPTH_OUTPUT"
102 log_must eval "zfs get -H -t bookmark -d 1 -o name creation $DEPTH_FS > $EXPECT_OUTPUT"
H A Dzfs_get_001_pos.ksh62 typeset zfs_props=("type" used available creation volsize referenced \
82 typeset bookmark_props=(creation)
/freebsd-current/sbin/pfctl/
H A Dpf_print_state.c350 u_int32_t creation = s->creation; local
353 sec = creation % 60;
354 creation /= 60;
355 min = creation % 60;
356 creation /= 60;
357 printf(" age %.2u:%.2u:%.2u", creation, min, sec);
H A Dpfctl_parser.c669 sec = sn->creation % 60;
670 sn->creation /= 60;
671 min = sn->creation % 60;
672 sn->creation /= 60;
673 printf(" age %.2u:%.2u:%.2u", sn->creation, min, sec);
/freebsd-current/contrib/tcpdump/
H A Dprint-pfsync.c439 uint32_t creation = ntohl(s->pfs_1301.creation); local
442 sec = creation % 60;
443 creation /= 60;
444 min = creation % 60;
445 creation /= 60;
446 ND_PRINT("\n\tage %.2u:%.2u:%.2u", creation, min, sec);
/freebsd-current/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 \
H A Dzfs_get_001_pos.ksh70 set -A zfs_props type used available creation volsize referenced \
H A Dzfs_get_005_neg.ksh58 set -A v_props type used available creation volsize referenced compressratio mounted \
/freebsd-current/contrib/bearssl/conf/
H A DWin.mk37 # Directory creation tool.
H A DUnix.mk36 # Directory creation tool.
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ctldir.c482 uint64_t creation)
486 inode_timespec_t now = {.tv_sec = creation};
492 if (!creation)
556 uint64_t creation = 0; local
565 if (id <= ZFSCTL_INO_SNAPDIRS && !creation) {
570 creation = dsl_get_creation(snap_ds);
577 ip = zfsctl_inode_alloc(zfsvfs, id, fops, ops, creation);
996 * the creation of a new snapshot with the given name.
480 zfsctl_inode_alloc(zfsvfs_t *zfsvfs, uint64_t id, const struct file_operations *fops, const struct inode_operations *ops, uint64_t creation) argument
/freebsd-current/sys/netpfil/pf/
H A Dpflow.c635 * when creation is in the future of the last time a package was seen
638 flow1->flow_start = flow2->flow_start = st->creation < 0 ||
639 st->creation > st->expire ? htonl(0) : htonl(st->creation);
668 * Pretend the flow was created when the machine came up when creation
671 if (st->creation > st->expire)
676 (pf_get_uptime() - st->creation)));
707 * Pretend the flow was created when the machine came up when creation
710 if (st->creation > st->expire)
715 (pf_get_uptime() - st->creation)));
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-scope-cmdline.mk22 # Whenever a global variable is created, this creation is ignored if
/freebsd-current/lib/libpfctl/
H A Dlibpfctl.h350 uint32_t creation; member in struct:pfctl_state

Completed in 289 milliseconds

12