| /src/external/bsd/iscsi/dist/src/target/ |
| iscsi-target.c | 53 iscsi_target_t tgt; local 59 iscsi_target_set_defaults(&tgt); 65 iscsi_target_setvar(&tgt, "address family", buf); 68 iscsi_target_setvar(&tgt, "blocklen", optarg); 74 iscsi_target_setvar(&tgt, "configfile", optarg); 77 iscsi_target_setvar(&tgt, "target port", optarg); 81 iscsi_target_setvar(&tgt, "max sessions", optarg); 85 iscsi_target_setvar(&tgt, "iqn", optarg); 93 iscsi_target_setvar(&tgt, "debug", "net"); 95 iscsi_target_setvar(&tgt, "debug", "iscsi") [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
| loongarch-cpu.h | 27 void fill_native_cpu_config (struct loongarch_target *tgt);
|
| loongarch-cpu.cc | 81 fill_native_cpu_config (struct loongarch_target *tgt) 83 int arch_native_p = tgt->cpu_arch == ARCH_NATIVE; 84 int tune_native_p = tgt->cpu_tune == TUNE_NATIVE; 96 /* Fill: tgt->cpu_arch | tgt->cpu_tune 125 tgt->cpu_arch = native_cpu_arch; 127 auto &preset = loongarch_cpu_default_isa[tgt->cpu_arch]; 129 /* Fill: loongarch_cpu_default_isa[tgt->cpu_arch].base 153 /* Fill: loongarch_cpu_default_isa[tgt->cpu_arch].fpu 253 tgt->cpu_tune = native_cpu_tune [all...] |
| /src/usr.bin/make/unit-tests/ |
| sh-flags.exp | 2 opt-______-tgt-___-cmd-___ 6 opt-______-tgt-___-cmd-__s 9 opt-______-tgt-___-cmd-_i_ 14 opt-______-tgt-___-cmd-_is 18 opt-______-tgt-___-cmd-a__ 22 opt-______-tgt-___-cmd-a_s 25 opt-______-tgt-___-cmd-ai_ 30 opt-______-tgt-___-cmd-ais 34 opt-______-tgt-__s-cmd-___ 37 opt-______-tgt-__s-cmd-__ [all...] |
| deptgt-suffixes.exp | 7 # To: .tgt-right 10 # ".tgt-right" (num 3, ref 2) 14 # ".tgt-left" (num 4, ref 2) 19 # To: .tgt-left 23 .src-left.tgt-right: 26 .src-right.tgt-left: 31 : Making deptgt-suffixes.tgt-right from deptgt-suffixes.src-left. 33 : Making deptgt-suffixes.tgt-left from deptgt-suffixes.src-right.
|
| sh-flags.mk | 25 tgt-always.yes= .MAKE 26 tgt-ignerr.yes= .IGNORE 27 tgt-silent.yes= .SILENT 90 .for tgt-always in no yes 91 .for tgt-ignerr in no yes 92 .for tgt-silent in no yes 97 target= ${OPT_TARGET}-tgt- 98 target+= ${letter.always.${tgt-always}:U_} 99 target+= ${letter.ignerr.${tgt-ignerr}:U_} 100 target+= ${letter.silent.${tgt-silent}:U_ [all...] |
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| iidesc.c | 79 iidesc_t *tgt = find->iif_tgt; local 81 if (src->ii_type != tgt->ii_type || 82 !streq(src->ii_name, tgt->ii_name)) 129 iidesc_t *tgt; local 131 tgt = xmalloc(sizeof (iidesc_t)); 132 bcopy(src, tgt, sizeof (iidesc_t)); 134 tgt->ii_name = src->ii_name ? xstrdup(src->ii_name) : NULL; 135 tgt->ii_owner = src->ii_owner ? xstrdup(src->ii_owner) : NULL; 137 if (tgt->ii_nargs) { 138 tgt->ii_args = xmalloc(sizeof (tdesc_t *) * tgt->ii_nargs) 149 iidesc_t *tgt = iidesc_dup(src); local [all...] |
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| target.c | 252 struct target_mem_desc *tgt; member in struct:gomp_coalesce_buf 254 chunks[i].end ending offset relative to tgt->tgt_start device address 375 uintptr_t doff = (uintptr_t) d - cbuf->tgt->tgt_start; 594 (void *) (oldn->tgt->tgt_start 604 (void *) (oldn->tgt->tgt_start + oldn->tgt_offset 637 gomp_map_pointer (struct target_mem_desc *tgt, struct goacc_asyncqueue *aq, 642 struct gomp_device_descr *devicep = tgt->device_descr; 651 (void *) (tgt->tgt_start + target_offset), 674 = n->tgt->tgt_start + n->tgt_offset + cur_node.host_start; 680 gomp_copy_host2dev (devicep, aq, (void *) (tgt->tgt_start + target_offset) 933 struct target_mem_desc *tgt local 1749 struct target_mem_desc *tgt; local 1787 struct target_mem_desc *tgt = (struct target_mem_desc *) ptr; local 2119 struct target_mem_desc *tgt = gomp_malloc (sizeof (*tgt)); local 2697 char *tgt = gomp_alloca (tgt_size + tgt_align - 1); local 2718 char *tgt = gomp_alloca (tgt_size + tgt_align - 1); local 2738 char *tgt = gomp_alloca (tgt_size + tgt_align - 1); local 2781 struct target_mem_desc *tgt local 2800 struct target_mem_desc *tgt local 2819 struct target_mem_desc *tgt local 2833 struct target_mem_desc *tgt = icv->target_data; local 3608 struct target_mem_desc *tgt = gomp_malloc (sizeof (*tgt)); local [all...] |
| oacc-mem.c | 59 if (d >= key->tgt->tgt_start && d + s <= key->tgt->tgt_end) 150 void *offset = d - k->tgt->tgt_start + k->tgt_offset; 271 d = n->tgt->tgt_start + n->tgt_offset + offset; 309 offset = d - n->tgt->tgt_start + n->tgt_offset; 404 struct target_mem_desc *tgt local 407 assert (tgt); 408 assert (tgt->list_count == 1); 409 splay_tree_key n = tgt->list[0].key; 471 struct target_mem_desc *tgt = n->tgt local 573 struct target_mem_desc *tgt local 1168 struct target_mem_desc *tgt = n->tgt; local 1203 struct target_mem_desc *tgt local [all...] |
| /src/distrib/utils/embedded/conf/ |
| nintendo.conf | 43 tgt="apps/netbsd/boot.elf" 44 echo "${bar} installing ${k} to /boot/${tgt} ${bar}" 48 ${GZIP_CMD} -dc "${k}" > "${mnt}/boot/${tgt}" 51 cp "${k}" "${mnt}/boot/${tgt}" 69 tgt="netbsd" 70 echo "${bar} installing ${k} to /boot/${tgt} ${bar}" 74 ${GZIP_CMD} -dc "${k}" > "${mnt}/boot/${tgt}" 77 cp "${k}" "${mnt}/boot/${tgt}"
|
| arm64.conf | 101 tgt="$(basename ${k} | sed 's/\.gz$//')" 102 echo "${bar} installing ${k} to /boot/${tgt} ${bar}" 105 ${GZIP_CMD} -dnc "${k}" > "${mnt}/boot/${tgt}" 108 cp "${k}" "${mnt}/boot/${tgt}" 111 fail "Copy of ${k} to ${mnt}/boot/${tgt} failed"
|
| arm64mbr.conf | 86 tgt="$(basename ${k} | sed 's/\.gz$//')" 87 echo "${bar} installing ${k} to /boot/${tgt} ${bar}" 90 ${GZIP_CMD} -dnc "${k}" > "${mnt}/boot/${tgt}" 93 cp "${k}" "${mnt}/boot/${tgt}" 96 fail "Copy of ${k} to ${mnt}/boot/${tgt} failed"
|
| armv7.conf | 138 tgt="$(basename ${k} | sed 's/\.gz$//')" 139 echo "${bar} installing ${k} to /boot/${tgt} ${bar}" 142 ${GZIP_CMD} -dc "${k}" > "${mnt}/boot/${tgt}" 145 cp "${k}" "${mnt}/boot/${tgt}" 148 fail "Copy of ${k} to ${mnt}/boot/${tgt} failed"
|
| rpi.conf | 109 tgt="$(basename ${k} | sed 's/\.gz$//')" 110 echo "${bar} installing ${k} to /boot/${tgt} ${bar}" 113 ${GZIP_CMD} -dc "${k}" > "${mnt}/boot/${tgt}" 116 cp "${k}" "${mnt}/boot/${tgt}"
|
| /src/tools/make/ |
| buildmake.sh.in | 13 local tgt=$2 19 echo " ${msg} ${tgt##*/}" ;;
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_set_format_warc.c | 111 static int _gen_uuid(warc_uuid_t *tgt); 355 _popul_ehdr(struct archive_string *tgt, size_t tsz, warc_essential_hdr_t hdr) 368 archive_strcpy(tgt, _ver); 370 archive_string_sprintf(tgt, "WARC-Type: %s\r\n", _typ[hdr.type]); 386 archive_string_sprintf(tgt, 392 xstrftime(tgt, "WARC-Date: %Y-%m-%dT%H:%M:%SZ\r\n", hdr.rtime); 395 xstrftime(tgt, "Last-Modified: %Y-%m-%dT%H:%M:%SZ\r\n", hdr.mtime); 420 archive_string_sprintf(tgt, "WARC-Record-ID: %s\r\n", hdr.recid); 423 archive_string_sprintf(tgt, "Content-Type: %s\r\n", hdr.cnttyp); 427 archive_string_sprintf(tgt, "Content-Length: %ju\r\n", (uintmax_t)hdr.cntlen) [all...] |
| /src/external/bsd/iscsi/dist/src/lib/ |
| target.c | 1859 size_arrays(iscsi_target_t *tgt, unsigned needed) 1861 if (tgt->size == 0) { 1863 tgt->size = needed; 1864 tgt->name = calloc(sizeof(char *), needed); 1865 tgt->value = calloc(sizeof(char *), needed); 1866 } else if (tgt->c == tgt->size) { 1868 tgt->size += needed; 1869 tgt->name = realloc(tgt->name, sizeof(char *) * needed) [all...] |
| /src/external/gpl3/gcc/dist/libgomp/ |
| target.c | 292 struct target_mem_desc *tgt; member in struct:gomp_coalesce_buf 294 chunks[i].end ending offset relative to tgt->tgt_start device address 391 uintptr_t doff = (uintptr_t) d - cbuf->tgt->tgt_start; 641 (void *) (oldn->tgt->tgt_start 651 (void *) (oldn->tgt->tgt_start + oldn->tgt_offset 684 gomp_map_pointer (struct target_mem_desc *tgt, struct goacc_asyncqueue *aq, 689 struct gomp_device_descr *devicep = tgt->device_descr; 698 (void *) (tgt->tgt_start + target_offset), 721 = n->tgt->tgt_start + n->tgt_offset + cur_node.host_start; 727 gomp_copy_host2dev (devicep, aq, (void *) (tgt->tgt_start + target_offset) 991 struct target_mem_desc *tgt local 1894 struct target_mem_desc *tgt; local 1932 struct target_mem_desc *tgt = (struct target_mem_desc *) ptr; local 2375 struct target_mem_desc *tgt = gomp_malloc (sizeof (*tgt)); local 3218 char *tgt = gomp_alloca (tgt_size + tgt_align - 1); local 3239 char *tgt = gomp_alloca (tgt_size + tgt_align - 1); local 3259 char *tgt = gomp_alloca (tgt_size + tgt_align - 1); local 3490 char *tgt = gomp_alloca (tgt_size + tgt_align - 1); local 3871 struct target_mem_desc *tgt local 3890 struct target_mem_desc *tgt local 3909 struct target_mem_desc *tgt local 3923 struct target_mem_desc *tgt = icv->target_data; local 4951 struct target_mem_desc *tgt = gomp_malloc (sizeof (*tgt)); local [all...] |
| oacc-mem.c | 59 if (d >= key->tgt->tgt_start && d + s <= key->tgt->tgt_end) 150 void *offset = d - k->tgt->tgt_start + k->tgt_offset; 271 d = n->tgt->tgt_start + n->tgt_offset + offset; 309 offset = d - n->tgt->tgt_start + n->tgt_offset; 404 struct target_mem_desc *tgt local 407 assert (tgt); 408 assert (tgt->list_count == 1); 409 splay_tree_key n = tgt->list[0].key; 472 struct target_mem_desc *tgt = n->tgt local 569 struct target_mem_desc *tgt local 1183 struct target_mem_desc *tgt = n->tgt; local 1257 struct target_mem_desc *tgt local [all...] |
| /src/external/mit/xorg/ |
| Makefile | 28 .for tgt in ${BUILDTARGETS} 29 ${:D make}${MAKEDIRTARGET} . ${tgt} 66 .for tgt in ${DISTRIBTARGETS} 67 ${MAKEDIRTARGET} ${tgt} configinstall
|
| /src/external/public-domain/sqlite/dist/autosetup/teaish/ |
| tester.tcl | 269 upvar $tgtVar tgt 271 set tgt $::teaish__BuildFlags($flag) 278 set tgt $dflt 290 set tgt "" 291 teaish-build-flag3 $flag tgt $dflt 292 return $tgt
|
| /src/crypto/external/apache2/openssl/dist/crypto/cmp/ |
| cmp_util.c | 241 int ossl_cmp_asn1_octet_string_set1(ASN1_OCTET_STRING **tgt, 246 if (tgt == NULL) { 250 if (*tgt == src) /* self-assignment */ 260 ASN1_OCTET_STRING_free(*tgt); 261 *tgt = new; 265 int ossl_cmp_asn1_octet_string_set1_bytes(ASN1_OCTET_STRING **tgt, 270 if (tgt == NULL) { 282 ASN1_OCTET_STRING_free(*tgt); 283 *tgt = new;
|
| /src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
| cmp_util.c | 243 int ossl_cmp_asn1_octet_string_set1(ASN1_OCTET_STRING **tgt, 247 if (tgt == NULL) { 251 if (*tgt == src) /* self-assignment */ 261 ASN1_OCTET_STRING_free(*tgt); 262 *tgt = new; 266 int ossl_cmp_asn1_octet_string_set1_bytes(ASN1_OCTET_STRING **tgt, 271 if (tgt == NULL) { 283 ASN1_OCTET_STRING_free(*tgt); 284 *tgt = new;
|
| /src/share/examples/refuse/virtdir/ |
| virtdir.c | 134 virtdir_add(virtdir_t *tp, const char *name, size_t size, uint8_t type, const char *tgt, size_t tgtlen) 158 if (tgt != NULL) { 160 tp->v[tp->c].tgt = strnsave(tgt, tgtlen); 251 virtdir_find_tgt(virtdir_t *tp, const char *tgt, size_t tgtlen) 257 (void) normalise(tgt, tgtlen, path, sizeof(path)); 259 if (tp->v[i].tgt && strcmp(tp->v[i].tgt, path) == 0) { 274 if (tp->v[i].tgt) { 275 FREE(tp->v[i].tgt); [all...] |
| /src/external/bsd/iscsi/dist/src/initiator/ |
| virtdir.c | 136 virtdir_add(virtdir_t *tp, const char *name, size_t size, uint8_t type, const char *tgt, size_t tgtlen) 160 if (tgt != NULL) { 162 tp->v[tp->c].tgt = strnsave(tgt, tgtlen); 253 virtdir_find_tgt(virtdir_t *tp, const char *tgt, size_t tgtlen) 259 (void) normalise(tgt, tgtlen, path, sizeof(path)); 261 if (tp->v[i].tgt && strcmp(tp->v[i].tgt, path) == 0) { 276 if (tp->v[i].tgt) { 277 FREE(tp->v[i].tgt); [all...] |