Home
last modified time | relevance | path

Searched refs:created (Results 1 – 25 of 684) sorted by relevance

12345678910>>...28

/freebsd/contrib/file/magic/Magdir/
H A Dos40016 >&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
H A Dyara13 >>>8 byte 6 created with version 3.3.0
14 >>>8 byte 8 created with version 3.4.0
15 >>>8 byte 11 created with version 3.5.0
H A Dvax24 >>4 ledate x \b, created %s
30 >>4 ledate x \b, created %s
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/user_namespace/
H A Duser_namespace_002.ksh95 log_must $NSENTER zfs create $TESTPOOL/userns/created
96 log_mustnot $NSENTER zfs create $TESTPOOL/user/created
100 log_must $NSENTER df -h /$TESTPOOL/userns/created
101 log_must $NSENTER mkfile 8192 /$TESTPOOL/userns/created/testfile
102 uidgid=$($NSENTER stat -c '%u %g' /$TESTPOOL/userns/created/testfile)
106 log_must $NSENTER zfs destroy $TESTPOOL/userns/created
/freebsd/contrib/opencsd/decoder/include/common/
H A Docsd_dcd_tree_elem.h56 bool created; /**< decode tree created this element (destroy it on tree destruction) */ member
89 created = false; in DecodeTreeElement()
100 created = bCreated; in SetDecoderElement()
105 if(created && (dcd_mngr != 0) && (dcd_handle != 0)) in DestroyElem()
/freebsd/usr.sbin/fifolog/lib/
H A Dfifolog_create.c52 int created; in fifolog_create() local
56 created = 0; in fifolog_create()
61 created = 1; in fifolog_create()
77 if(!created && S_ISREG(st.st_mode)) { in fifolog_create()
/freebsd/contrib/bmake/unit-tests/
H A Dcond-func-exists.mk49 _!= > cond-func-exists.just-created
50 .if exists(cond-func-exists.just-created)
53 _!= rm cond-func-exists.just-created
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DREADME.txt13 As a rule, only those directories actually needing to be created should be
14 created. Also, further subdirectories could be created to reflect versions of
/freebsd/crypto/openssl/doc/man7/
H A Dssl.pod19 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/crypto/heimdal/admin/
H A Dget.c130 int created = 0; in kt_get() local
163 created = 1; in kt_get()
188 if(!created && (princ.attributes & KRB5_KDB_DISALLOW_ALL_TIX)) in kt_get()
192 if(created) { in kt_get()
/freebsd/bin/sh/tests/parser/
H A Dheredoc7.02 # Some of these created malformed parse trees with null pointers for here
11 # Some of these created malformed parse trees with null pointers for here
/freebsd/contrib/llvm-project/lld/
H A D.gitignore9 # Temp files created by most text editors.
11 # Merge files created by git.
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-spkac.pod.in56 Use the specified I<digest> to sign a created SPKAC file.
77 Specifies the challenge string if an SPKAC is being created.
93 SPKAC is being created).
98 being created).
135 A created SPKAC with suitable DN components appended can be fed to
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Dfacebook-bmc-flash-layout.dtsi34 * Although the master partition can be created by enabling
36 * explicitly created to avoid breaking legacy applications.
H A Dfacebook-bmc-flash-layout-128.dtsi52 * Although the master partition can be created by enabling
54 * explicitly created to avoid breaking legacy applications.
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_queue.c516 if (softs->event_q.created == true) { in pqisrc_destroy_event_queue()
522 softs->event_q.created = false; in pqisrc_destroy_event_queue()
550 if (op_ib_q->created == true) { in pqisrc_destroy_op_ib_queues()
557 op_ib_q->created = false; in pqisrc_destroy_op_ib_queues()
594 if (op_ob_q->created == true) { in pqisrc_destroy_op_ob_queues()
599 op_ob_q->created = false; in pqisrc_destroy_op_ob_queues()
834 event_q->created = true; in pqisrc_alloc_and_create_event_queue()
908 op_ib_q->created = true; in pqisrc_alloc_and_create_ib_queues()
969 op_ob_q->created = true; in pqisrc_alloc_and_create_ob_queues()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_SSL_CTX.pod5 SSL_get_SSL_CTX - get the SSL_CTX from which an SSL is created
16 B<ssl> was created with L<SSL_new(3)>.
H A DX509_check_purpose.pod15 This function checks if certificate I<x> was created with the purpose
44 =item E<32>1 if the certificate was created to perform the purpose represented by I<id>
46 =item E<32>0 if the certificate was not created to perform the purpose represented by I<id>
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_0_1.rst17 **Note:** once a positive integer has been created, its width *cannot* be changed.
27 **Note:** once a positive integer has been created, its width *cannot* be changed.
37 An integer item is created with one of the four widths. Because integers' `storage is bundled toget…
/freebsd/tools/test/stress2/misc/
H A Dsyzkaller68.sh165 int created, call;
193 if (!th->created) {
194 th->created = 1;
H A Dsyzkaller1.sh148 int created, call;
176 if (!th->created) {
177 th->created = 1;
H A Dsyzkaller39.sh153 int created, call;
183 if (!th->created) {
184 th->created = 1;
/freebsd/tests/sys/netinet6/frag6/
H A Dfrag6_05.sh113 <fragments-created>0</fragments-created>
175 <fragments-created>0</fragments-created>
306 <fragments-created>0</fragments-created>
368 <fragments-created>0</fragments-created>
/freebsd/contrib/byacc/
H A DNEW_FEATURES16 temporary files will be created. If TMPDIR is defined, temporary files
17 will be created in the directory whose pathname is the value of TMPDIR.
18 By default, temporary files are created in /tmp.
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c103 unsigned long created; in ipoib_mcg_seq_show() local
109 ipoib_mcast_iter_read(iter, &mgid, &created, &queuelen, in ipoib_mcg_seq_show()
121 gid_buf, created, queuelen, in ipoib_mcg_seq_show()

12345678910>>...28