Home
last modified time | relevance | path

Searched refs:target0 (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/bsd/iscsi/dist/doc/
H A DHOWTO-iSCSI-target.txt18 will serve up 100 MB. It will be in a file called /tmp/iscsi-target0.
24 extent0 /tmp/iscsi-target0 0 100MB
27 target0 rw extent0 0/0
35 The extent is mounted read-write by "target0", and is served up
48 target0:rw:0/0
49 extent0:/tmp/iscsi-target0:0:104857600
51 DISK: LU 0: 100 MB disk storage for "target0"
H A DFAQ55 extent0 /tmp/iscsi-target0 0 100MB
58 /tmp/iscsi-target0, which starts 0 bytes into the file, and is 100 MB
62 target0 extent0 0.0.0.0/0
64 That extent is then used in target0, and will be presented to an
108 target0 device3 10.4.0.0/16
118 presented as target0.
/netbsd-src/external/bsd/iscsi/dist/src/examples/
H A D1.conf5 extent0 /tmp/iscsi-target0 0 100MB
13 target0 device0 10.4.0.0/16
H A D2.conf19 target0 device3 10.4.0.0/16
H A D4.conf20 target0 device3 10.4.0.0/16
H A D3.conf21 target0 device3 10.4.0.0/16
/netbsd-src/etc/iscsi/
H A Dtargets18 extent0 /tmp/iscsi-target0 0 100MB
21 target0 rw extent0 0.0.0.0/0
/netbsd-src/external/bsd/iscsi/dist/src/etc/
H A Dtargets18 extent0 /tmp/iscsi-target0 0 100MB
21 target0 rw extent0 10.4.0.0/16
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c18990 rtx rperm[128], vperm, target0, target1; in expand_vec_perm_vpermt2_vpshub2() local
19038 target0 = gen_reg_rtx (V64QImode); in expand_vec_perm_vpermt2_vpshub2()
19039 emit_insn (gen_avx512bw_pshufbv64qi3 (target0, ds[0].target, vperm)); in expand_vec_perm_vpermt2_vpshub2()
19046 emit_insn (gen_iorv64qi3 (d->target, target0, target1)); in expand_vec_perm_vpermt2_vpshub2()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc21672 rtx rperm[128], vperm, target0, target1; in expand_vec_perm_vpermt2_vpshub2() local
21720 target0 = gen_reg_rtx (V64QImode); in expand_vec_perm_vpermt2_vpshub2()
21721 emit_insn (gen_avx512bw_pshufbv64qi3 (target0, ds[0].target, vperm)); in expand_vec_perm_vpermt2_vpshub2()
21728 emit_insn (gen_iorv64qi3 (d->target, target0, target1)); in expand_vec_perm_vpermt2_vpshub2()
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20203696 description. Change the type of target0, t0 and t1 to char.