Home
last modified time | relevance | path

Searched refs:ARG (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/tools/tools/nanobsd/pcengines/
H A Dtest.sh8 ARG="-cpu pentium"
9 ARG="$ARG -hda /usr/obj/nanobsd.alix_dsk/_.disk.full -boot c"
10 ARG="$ARG -hdb /z/scratch/scratch"
11 ARG="$ARG -net nic,model=e1000"
12 ARG="$ARG -net tap,ifname=tap0,script=no,downscript=no"
13 ARG="$ARG -m 1024 -k de -localtime -nographic"
17 ARG="-cpu pentium"
18 ARG="$ARG -hda /usr/obj/nanobsd.alix_nfs/_.disk.full -boot c"
19 ARG="$ARG -hdb /z/scratch/scratch"
20 ARG="$ARG -net nic,model=e1000"
[all …]
/freebsd/sbin/nvmecontrol/
H A Dpassthru.c99 #define ARG(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
102 ARG("opcode", 'o', arg_uint8, opt, opcode,
104 ARG("cdw2", '2', arg_uint32, opt, cdw2,
106 ARG("cdw3", '3', arg_uint32, opt, cdw3,
108 ARG("cdw10", '4', arg_uint32, opt, cdw10,
110 ARG("cdw11", '5', arg_uint32, opt, cdw11,
112 ARG("cdw12", '6', arg_uint32, opt, cdw12,
114 ARG("cdw13", '7', arg_uint32, opt, cdw13,
116 ARG("cdw14", '8', arg_uint32, opt, cdw14,
118 ARG("cdw15", '9', arg_uint32, opt, cdw15,
[all …]
/freebsd/contrib/dialog/
H A Ddialog-config.in110 ARG=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'`
113 ARG=
120 prefix="$ARG"
121 test -z "$exec_prefix" && exec_prefix="$ARG"
128 exec_prefix="$ARG"
225 --prefix=ARG sets the package-prefix of ${THIS}
227 --exec-prefix=ARG sets the executable-prefix of ${THIS}
/freebsd/contrib/sendmail/contrib/
H A Detrn.pl67 my $cwfile = $ARG;
98 my $thishost = $ARG;
178 print STDERR "$server: NOT 220 greeting: $ARG"
183 print STDERR "$server: NOT 220 greeting: $ARG"
/freebsd/usr.bin/tail/
H A Dtail.c97 #define ARG(units, forward, backward) { \ in main() macro
129 ARG(512, FBYTES, RBYTES); in main()
132 ARG(1, FBYTES, RBYTES); in main()
138 ARG(1, FLINES, RLINES); in main()
/freebsd/usr.bin/rpcgen/
H A Drpc_svcout.c42 static char ARG[] = "argument"; variable
421 f_print(fout, "\t} %s;\n", ARG); in write_program()
440 f_print(fout, "\txdrproc_t xdr_%s, xdr_%s;\n", ARG, RESULT); in write_program()
473 p_xdrfunc(ARG, proc->args.decls->decl.type); in write_program()
475 p_xdrfunc(ARG, proc->args.argname); in write_program()
504 ARG, ARG); in write_program()
505 printif("getargs", TRANSP, "(caddr_t) &", ARG); in write_program()
512 RESULT, ROUTINE, ARG, RQSTP); in write_program()
515 RETVAL, ROUTINE, ARG, RESULT, RQSTP); in write_program()
530 printif("freeargs", TRANSP, "(caddr_t) &", ARG); in write_program()
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_sock.c191 # define ARG arg_32p in BIO_socket_ioctl() macro
200 # define ARG arg in BIO_socket_ioctl() macro
203 # define ARG arg in BIO_socket_ioctl() macro
206 i = ioctlsocket(fd, type, ARG); in BIO_socket_ioctl()
/freebsd/usr.bin/last/
H A Dlast.c67 } ARG; typedef
68 static ARG *arglist; /* head of linked list */
420 ARG *step; in want()
458 ARG *cur; in addarg()
460 if ((cur = malloc(sizeof(ARG))) == NULL) in addarg()
/freebsd/share/examples/oci/
H A DContainerfile.pkg6 ARG version=15.0-CURRENT-amd64
12 ARG packages
/freebsd/lib/libcam/
H A Dscsi_cmdparse.c120 #define ARG_PUT(ARG) \ in do_buff_decode() argument
125 letter), (void *)((long)(ARG)), width, \ in do_buff_decode()
128 *(va_arg(*ap, int *)) = (ARG); \ in do_buff_decode()
/freebsd/contrib/one-true-awk/
H A Dawkgram.y55 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
83 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
465 | ARG { $$ = op1(ARG, itonp($1)); }
H A Dmaketab.c104 { ARG, "arg", "arg" },
H A Dawk.h234 #define isargument(n) ((n)->nobj == ARG)
H A Dlex.c545 RET(ARG); in word()
/freebsd/crypto/openssl/test/
H A Dcmp_ctx_test.c580 #define DEFINE_SET_GET_ARG_FN(SETN, GETN, FIELD, ARG, T) \ argument
581 static int OSSL_CMP_CTX_##SETN##_##FIELD##_##ARG(CMP_CTX *ctx, T val) \
583 return OSSL_CMP_CTX_##SETN##_##FIELD(ctx, ARG, val); \
586 static T OSSL_CMP_CTX_##GETN##_##FIELD##_##ARG(const CMP_CTX *ctx) \
588 return OSSL_CMP_CTX_##GETN##_##FIELD(ctx, ARG); \
/freebsd/sys/contrib/device-tree/scripts/
H A Dgit-filter-branch160 ARG="$1"
166 case "$ARG" in
/freebsd/contrib/ntp/ntpd/
H A Dntpdbase-opts.def382 descrip = "make ARG an ntp variable (RW)";
394 descrip = "make ARG an ntp variable (RW|DEF)";
H A Dinvoke-ntpd.texi192 Str var make ARG an ntp variable (RW)
194 Str dvar make ARG an ntp variable (RW|DEF)
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1612 template <typename REG, typename ARG>
1613 const REG* LazyAllocate(REG*& region, ARG a);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp892 template <typename REG, typename ARG>
893 const REG *MemRegionManager::LazyAllocate(REG*& region, ARG a) { in LazyAllocate()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp1788 #define _xabort(ARG) _asm _emit 0xc6 _asm _emit 0xf8 _asm _emit ARG argument
1790 #define _xabort(ARG) \ argument
1791 __asm__ volatile(".byte 0xC6; .byte 0xF8; .byte " STRINGIZE(ARG):::"memory");
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.td64 /* ARG */ SDTCisSameAs<0, 1>,
65 /* ARG */ SDTCisSameAs<1, 2>,
/freebsd/tools/regression/usr.bin/env/
H A Dregress-env.rgdata266 # going to stick the script name on as ARG[2] when invoking `env'.
/freebsd/share/misc/
H A Diso316631 AR ARG 032 Argentina
/freebsd/contrib/bmake/
H A Dconfigure1358 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1364 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]

123