Searched refs:nargs (Results 51 - 75 of 164) sorted by relevance

1234567

/freebsd-11-stable/sys/geom/concat/
H A Dg_concat.c774 int *nargs; local
777 nargs = gctl_get_paraml(req, "nargs", sizeof(*nargs));
778 if (nargs == NULL) {
779 gctl_error(req, "No '%s' argument.", "nargs");
782 if (*nargs < 2) {
797 md.md_all = *nargs - 1;
803 for (no = 1; no < *nargs; no++) {
829 for (attached = 0, no = 1; no < *nargs; n
876 int *force, *nargs, error; local
[all...]
/freebsd-11-stable/sys/ddb/
H A Ddb_command.c586 db_fncall_generic(db_expr_t addr, db_expr_t *rv, int nargs, db_expr_t args[]) argument
590 if (nargs > 10) {
604 int nargs = 0; local
617 nargs++;
619 if (nargs == DB_MAXARGS) {
624 if (!db_expression(&args[nargs])) {
629 nargs++;
642 if (DB_CALL(fn_addr, &retval, nargs, args))
/freebsd-11-stable/usr.bin/truss/
H A Dsetup.c348 assert(t->cs.nargs == 0);
361 for (i = 0; i < t->cs.nargs; i++)
386 t->cs.nargs = sc->nargs;
387 assert(sc->nargs <= nitems(t->cs.s_args));
401 for (i = 0; i < t->cs.nargs; i++) {
404 i < (t->cs.nargs - 1) ? "," : "");
466 for (i = 0; i < sc->nargs; i++) {
H A Dtruss.h80 * argument on a 32-bit system). The nargs member contains the count
86 unsigned int nargs; member in struct:current_syscall
H A Dsyscall.h106 u_int nargs; /* actual number of meaningful arguments */ member in struct:syscall
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq.h85 size_t nargs; member in struct:parse
/freebsd-11-stable/sys/geom/sched/
H A Dg_sched.c1457 * Fetch nargs and do appropriate checks.
1462 int *nargs; local
1464 nargs = gctl_get_paraml(req, "nargs", sizeof(*nargs));
1465 if (nargs == NULL) {
1466 gctl_error(req, "No 'nargs' argument");
1469 if (*nargs <= 0)
1471 return (*nargs);
1542 int i, nargs; local
1587 int i, nargs; local
1641 int nargs, *force, error, i; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-lang.c1965 int nargs; /* Number of operands */
1968 nargs = 0;
1981 nargs = longest_to_int (exp->elts[pc + 1].longconst) + 1;
1987 argvec = (struct value* *) alloca (sizeof (struct value*) * (nargs + 1));
1988 for (i = 0; i < nargs-1; i += 1)
1996 for (i = 1; i < nargs; i += 1)
2005 nargs = 1;
2013 nargs = longest_to_int (exp->elts[pc + 1].longconst) + 1;
2015 for (i = 0; i < nargs; i += 1)
2021 nargs
1960 int nargs; /* Number of operands */ local
2471 ada_resolve_function(struct symbol *syms[], struct block *blocks[], int nsyms, struct value **args, int nargs, const char *name, struct type *context_type) argument
2773 replace_operator_with_call(struct expression **expp, int pc, int nargs, int oplen, struct symbol *sym, struct block *block) argument
3148 ada_convert_actuals(struct value *func, int nargs, struct value *args[], CORE_ADDR *sp) argument
4100 int nargs, nsyms; local
4129 GROW_VECT (TYPE_FIELDS (ftype), max_fields, nargs + 1); local
6803 int nargs; local
[all...]
H A Dvalops.c53 static int typecmp (int staticp, int varargs, int nargs,
65 static int find_oload_champ_namespace (struct type **arg_types, int nargs,
72 int find_oload_champ_namespace_loop (struct type **arg_types, int nargs,
80 static int find_oload_champ (struct type **arg_types, int nargs, int method,
94 int nargs,
1055 legacy_push_arguments (int nargs, struct value **args, CORE_ADDR sp,
1060 for (i = nargs - 1; i >= 0; i--)
1208 typecmp (int staticp, int varargs, int nargs,
1221 (i < nargs) && TYPE_CODE (t1[i].type) != TYPE_CODE_VOID;
1926 find_overload_match (struct type **arg_types, int nargs, cha
1054 legacy_push_arguments(int nargs, struct value **args, CORE_ADDR sp, int struct_return, CORE_ADDR struct_addr) argument
1206 typecmp(int staticp, int varargs, int nargs, struct field t1[], struct value *t2[]) argument
1924 find_overload_match(struct type **arg_types, int nargs, char *name, int method, int lax, struct value **objp, struct symbol *fsym, struct value **valp, struct symbol **symp, int *staticp) argument
2072 find_oload_champ_namespace(struct type **arg_types, int nargs, const char *func_name, const char *qualified_name, struct symbol ***oload_syms, struct badness_vector **oload_champ_bv) argument
2098 find_oload_champ_namespace_loop(struct type **arg_types, int nargs, const char *func_name, const char *qualified_name, int namespace_len, struct symbol ***oload_syms, struct badness_vector **oload_champ_bv, int *oload_champ) argument
2210 find_oload_champ(struct type **arg_types, int nargs, int method, int num_fns, struct fn_field *fns_ptr, struct symbol **oload_syms, struct badness_vector **oload_champ_bv) argument
2308 classify_oload_match(struct badness_vector *oload_champ_bv, int nargs, int static_offset) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_provider.c242 dt_node_t *xargs, *nargs; local
299 nargs = dt_probe_alloc_args(pvp, nc);
301 if ((xc != 0 && xargs == NULL) || (nc != 0 && nargs == NULL))
314 nargs, nc, xargs, xc)) == NULL) {
414 dt_node_t *nargs, uint_t nargc, dt_node_t *xargs, uint_t xargc)
426 * simplify subsequent use. Note that we can have one or both of nargs
432 xargs = nargs;
446 prp->pr_nargs = nargs;
467 prp->pr_mapping[i] = dt_probe_argmap(xargs, nargs);
483 for (i = 0; i < nargc; i++, nargs
413 dt_probe_create(dtrace_hdl_t *dtp, dt_ident_t *idp, int protoc, dt_node_t *nargs, uint_t nargc, dt_node_t *xargs, uint_t xargc) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dpath.c159 int nargs;
184 nargs = 0;
195 if (nargs++ < MAX_SAVED_LENGTHS)
196 saved_lengths[nargs] = len;
203 base_arg = nargs;
207 else if (nargs == base_arg
208 || (nargs == base_arg + 1 && base_is_root)
248 nargs = 0;
255 if (++nargs < base_arg)
258 if (nargs < MAX_SAVED_LENGTH
156 int nargs; local
[all...]
/freebsd-11-stable/sys/geom/stripe/
H A Dg_stripe.c1048 int *nargs; local
1051 nargs = gctl_get_paraml(req, "nargs", sizeof(*nargs));
1052 if (nargs == NULL) {
1053 gctl_error(req, "No '%s' argument.", "nargs");
1056 if (*nargs <= 2) {
1071 md.md_all = *nargs - 1;
1083 for (no = 1; no < *nargs; no++) {
1109 for (attached = 0, no = 1; no < *nargs; n
1156 int *force, *nargs, error; local
[all...]
/freebsd-11-stable/sys/geom/virstor/
H A Dg_virstor.c201 int *force, *nargs; local
204 nargs = gctl_get_paraml(req, "nargs", sizeof *nargs);
205 if (nargs == NULL) {
206 gctl_error(req, "Error fetching argument '%s'", "nargs");
209 if (*nargs < 1) {
220 for (i = 0; i < *nargs; i++) {
264 int *hardcode, *nargs; local
272 nargs
536 int *nargs; local
[all...]
/freebsd-11-stable/sbin/geom/core/
H A Dgeom.c386 gctl_ro_param(req, "nargs", sizeof(int), argc);
801 int all, error, i, nargs; local
811 nargs = gctl_get_int(req, "nargs");
813 if (nargs > 0) {
814 for (i = 0; i < nargs; i++) {
1009 int all, error, geoms, i, n, nargs, script; local
1017 nargs = gctl_get_int(req, "nargs");
1028 if (nargs >
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-cr16.c1345 cr16_ins->nargs = op_num;
1352 for (op_num = 0; op_num < cr16_ins->nargs; op_num++)
1399 insn->nargs = 0;
1407 insn->nargs = 1;
2015 if (insn->nargs > 2)
2032 if (insn->nargs > 1)
2132 for (i = 0; i < insn->nargs; i++) \
2140 if (insn->nargs == 0)
2164 if (get_number_of_operands () != insn->nargs)
2174 for (i = 0; i < insn->nargs;
[all...]
/freebsd-11-stable/sbin/geom/class/part/
H A Dgeom_part.c730 int error, i, nargs, show_providers; local
752 nargs = gctl_get_int(req, "nargs");
753 if (nargs > 0) {
754 for (i = 0; i < nargs; i++) {
782 if (gctl_get_int(req, "nargs") != 1)
870 int error, forced, i, l, nargs, created, rl; local
873 nargs = gctl_get_int(req, "nargs");
874 if (nargs <
[all...]
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc.c1187 pcmd.nargs = 0;
1206 pcmd.nargs++;
1221 pcmd.nargs++;
1524 if (pcmd->nargs == 0) {
1623 if (pcmd->nargs == 0) {
1646 if (pcmd->nargs == 0) {
1679 if (pcmd->nargs == 0) {
1688 if (pcmd->nargs == 2) {
1724 if (pcmd->nargs == 0) {
1751 if (!pcmd->nargs) {
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dcr16-dis.c697 && currInsn->nargs == 1)
703 for (i = 0; i < currInsn->nargs; i++)
719 if ((i != currInsn->nargs - 1) && (!IS_INSN_MNEMONIC ("b")))
732 for (i = 0; i < currInsn.nargs; i++)
806 if (((currInsn.nargs = get_number_of_operands ()) != 0)
812 currInsn.nargs +=1;
/freebsd-11-stable/contrib/lua/src/
H A Dliolib.c530 int nargs = lua_gettop(L) - 1; local
534 if (nargs == 0) { /* no arguments? */
539 luaL_checkstack(L, nargs+LUA_MINSTACK, "too many arguments");
541 for (n = first; nargs-- && success; n++) {
621 int nargs = lua_gettop(L) - arg; local
623 for (; nargs--; arg++) {
H A Dldo.c648 LUA_API int lua_resume (lua_State *L, lua_State *from, int nargs) { argument
654 return resume_error(L, "cannot resume non-suspended coroutine", nargs);
657 return resume_error(L, "cannot resume dead coroutine", nargs);
660 return resume_error(L, "C stack overflow", nargs);
661 luai_userstateresume(L, nargs);
663 api_checknelems(L, (L->status == LUA_OK) ? nargs + 1 : nargs);
664 status = luaD_rawrunprotected(L, resume, &nargs);
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonport.c621 struct nfsuserd_args nargs; local
627 nargs.nuserd_family = AF_INET;
628 nargs.nuserd_port = sockport;
635 error = copyin(uap->argp, &nargs, sizeof(nargs));
638 error = nfsrv_nfsuserdport(&nargs, p);
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_machdep.c435 cell_t nargs; member in struct:__anon8397
442 args.nargs = 0;
553 cell_t nargs; member in struct:__anon8398
559 args.nargs = 1;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Ddpp-qrcode.py119 nargs='?')
/freebsd-11-stable/sbin/iscontrol/
H A Discontrol.h155 void parseArgs(int nargs, char **args, isc_opt_t *op);
/freebsd-11-stable/contrib/unbound/util/
H A Dconfiglexer.lex37 * of the form variable: value1 value2 ... nargs is the number of values. */
38 #define YDVAR(nargs, var) \
39 num_args=(nargs); \

Completed in 465 milliseconds

1234567