| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | os400 | 16 >&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 D | yara | 13 >>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
|
| /freebsd-12.1/contrib/opencsd/decoder/include/common/ |
| H A D | ocsd_dcd_tree_elem.h | 56 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-12.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | mtcc.c | 134 if (created) in mtcc_op_find() 135 *created = FALSE; in mtcc_op_find() 159 if (!created) in mtcc_op_find() 187 if (!created) in mtcc_op_find() 203 *created = TRUE; in mtcc_op_find() 488 svn_boolean_t created; in svn_client__mtcc_add_add_file() local 527 svn_boolean_t created; in svn_client__mtcc_add_copy() local 557 if (!op || !created) in svn_client__mtcc_add_copy() 611 svn_boolean_t created; in mtcc_add_delete() local 678 svn_boolean_t created; in svn_client__mtcc_add_mkdir() local [all …]
|
| /freebsd-12.1/usr.sbin/fifolog/lib/ |
| H A D | fifolog_create.c | 54 int created; in fifolog_create() local 58 created = 0; in fifolog_create() 63 created = 1; in fifolog_create() 79 if(!created && S_ISREG(st.st_mode)) { in fifolog_create()
|
| /freebsd-12.1/sys/dev/nand/ |
| H A D | nandsim.c | 173 if(sim_ctrl->created) in nandsim_create_ctrl() 183 sim_ctrl->created = 1; in nandsim_create_ctrl() 198 if (!ctrls[ctrl_num].created) { in nandsim_destroy_ctrl() 229 ctrl->created = ctrls[ctrl->num].created; in nandsim_ctrl_status() 259 sim_chip->created = 1; in nandsim_create_chip() 278 if (!ctrl_conf->created || !ctrl_conf->chips[chip->chip_num]) in nandsim_destroy_chip() 304 chip->created = 0; in nandsim_chip_status() 323 if (!ctrls[num].created) in nandsim_start_ctrl() 373 if (!ctrls[num].created || !ctrls[num].running) { in nandsim_stop_ctrl() 445 if (!ctrls[error->ctrl_num].created || !ctrls[error->ctrl_num].running) in nandsim_inject_error()
|
| H A D | nandsim.h | 68 uint8_t created; member 81 uint8_t created; member
|
| /freebsd-12.1/contrib/llvm/lib/Support/Unix/ |
| H A D | README.txt | 13 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-12.1/contrib/gcc/ |
| H A D | varray.c | 41 int created; member 126 desc->created++; in varray_init() 234 d->created, d->allocated, d->resized, d->copied); in print_statistics() 236 i->count += d->created; in print_statistics()
|
| H A D | alloc-pool.c | 73 int created; member 155 desc->created++; in create_alloc_pool() 333 d->created, d->allocated, d->peak, d->current); in print_statistics() 335 i->count += d->created; in print_statistics()
|
| /freebsd-12.1/sys/dev/smartpqi/ |
| H A D | smartpqi_queue.c | 422 softs->event_q.created = false; in pqisrc_destroy_event_queue() 445 if (op_ib_q->created == true) { in pqisrc_destroy_op_ib_queues() 450 op_ib_q->created = false; in pqisrc_destroy_op_ib_queues() 460 if (op_ib_q->created == true) { in pqisrc_destroy_op_ib_queues() 465 op_ib_q->created = false; in pqisrc_destroy_op_ib_queues() 492 if (op_ob_q->created == true) { in pqisrc_destroy_op_ob_queues() 497 op_ob_q->created = false; in pqisrc_destroy_op_ob_queues() 739 event_q->created = true; in pqisrc_alloc_and_create_event_queue() 827 op_ib_q->created = true; in pqisrc_alloc_and_create_ib_queues() 856 op_ib_q->created = true; in pqisrc_alloc_and_create_ib_queues() [all …]
|
| /freebsd-12.1/crypto/heimdal/admin/ |
| H A D | get.c | 130 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-12.1/usr.sbin/nandsim/ |
| H A D | nandsim.c | 1203 if (chip->created == 0) in printchip() 1236 if (ctrl->created == 0) { in printctrl() 1278 is_ctrl_created(int ctrl_no, int *created) in is_ctrl_created() argument 1294 *created = ctrl.created; in is_ctrl_created() 1300 is_chip_created(int ctrl_no, int chip_no, int *created) in is_chip_created() argument 1317 *created = chip.created; in is_chip_created() 1325 int created, running; in assert_chip_connected() local 1327 if (is_ctrl_created(ctrl_no, &created)) in assert_chip_connected() 1330 if (!created) { in assert_chip_connected() 1335 if (is_chip_created(ctrl_no, chip_no, &created)) in assert_chip_connected() [all …]
|
| /freebsd-12.1/bin/sh/tests/parser/ |
| H A D | heredoc7.0 | 3 # Some of these created malformed parse trees with null pointers for here 12 # Some of these created malformed parse trees with null pointers for here
|
| /freebsd-12.1/tools/tools/tinybsd/ |
| H A D | README | 148 ./bin missing (created) 149 ./boot missing (created) 150 ./boot/defaults missing (created) 151 ./boot/kernel missing (created) 152 ./boot/modules missing (created) 153 ./dev missing (created) 154 ./etc missing (created) 174 root password. By default, it's created with no root password. 197 its tree with the necessary subdirectories. Initially, /var is created on 211 assume you want to install apache on the newly-created image. For that, I'd do
|
| /freebsd-12.1/contrib/llvm/tools/lld/ |
| H A D | .gitignore | 9 # Temp files created by most text editors. 11 # Merge files created by git.
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | facebook-bmc-flash-layout.dtsi | 34 * Although the master partition can be created by enabling 36 * explicitly created to avoid breaking legacy applications.
|
| /freebsd-12.1/contrib/subversion/subversion/svn/schema/ |
| H A D | common.rnc | 52 \token, owner, comment?, created, expires? 65 created = element created { xsd:dateTime }
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | SSL_get_SSL_CTX.pod | 5 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 D | OSSL_STORE_SEARCH.pod | 74 criterion, so they must have at least the same life time as the created 101 A criterion of this type is created with OSSL_STORE_SEARCH_by_name(), 110 A criterion of this type is created with OSSL_STORE_SEARCH_by_issuer_serial() 122 A criterion of this type is created with OSSL_STORE_SEARCH_by_key_fingerprint() 131 A criterion of this type is created with OSSL_STORE_SEARCH_by_alias()
|
| /freebsd-12.1/contrib/byacc/ |
| H A D | NEW_FEATURES | 16 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-12.1/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_fs.c | 105 unsigned long created; in ipoib_mcg_seq_show() local 111 ipoib_mcast_iter_read(iter, &mgid, &created, &queuelen, in ipoib_mcg_seq_show() 123 gid_buf, created, queuelen, in ipoib_mcg_seq_show()
|
| H A D | ipoib_multicast.c | 58 unsigned long created; member 93 mcast->created = jiffies; in ipoib_mcast_alloc() 889 iter->created = mcast->created; in ipoib_mcast_iter_next() 909 unsigned long *created, in ipoib_mcast_iter_read() argument 915 *created = iter->created; in ipoib_mcast_iter_read()
|
| /freebsd-12.1/crypto/openssl/doc/man1/ |
| H A D | spkac.pod | 67 Specifies the challenge string if an SPKAC is being created. 83 SPKAC is being created). 88 being created). 128 A created SPKAC with suitable DN components appended can be fed into
|
| /freebsd-12.1/sys/netipsec/ |
| H A D | keydb.h | 179 uint64_t created; /* time when SA was created */ member 229 time_t created; /* for lifetime */ member
|