Searched refs:narg (Results 1 - 25 of 90) sorted by relevance

1234

/freebsd-11-stable/usr.bin/truss/
H A Damd64-cloudabi64.c41 amd64_cloudabi64_fetch_args(struct trussinfo *trussinfo, unsigned int narg) argument
54 if (narg >= 1)
56 if (narg >= 2)
58 if (narg >= 3)
60 if (narg >= 4)
62 if (narg >= 5)
64 if (narg >= 6)
H A Dpowerpc64-freebsd32.c46 powerpc64_freebsd32_fetch_args(struct trussinfo *trussinfo, u_int narg) argument
79 for (i = 0; i < narg && reg < NARGREG; i++, reg++) {
82 if (narg > i) {
83 uint32_t args32[narg - i];
93 for (j = 0; j < narg - i; j++)
H A Dsparc64-freebsd.c52 sparc64_fetch_args(struct trussinfo *trussinfo, u_int narg) argument
83 for (i = 0; i < narg && reg < 6; i++, reg++)
85 if (narg > i) {
90 iorequest.piod_len = (narg - i) * sizeof(cs->args[0]);
H A Dpowerpc64-freebsd.c46 powerpc64_fetch_args(struct trussinfo *trussinfo, u_int narg) argument
77 for (i = 0; i < narg && reg < NARGREG; i++, reg++)
79 if (narg > i) {
83 iorequest.piod_len = (narg - i) * sizeof(cs->args[0]);
H A Dpowerpc-freebsd.c46 powerpc_fetch_args(struct trussinfo *trussinfo, u_int narg) argument
79 for (i = 0; i < narg && reg < NARGREG; i++, reg++) {
82 if (narg > i) {
86 iorequest.piod_len = (narg - i) * sizeof(cs->args[0]);
H A Damd64-freebsd.c50 amd64_fetch_args(struct trussinfo *trussinfo, u_int narg) argument
82 for (i = 0; i < narg && reg < 6; i++, reg++) {
92 if (narg > i) {
96 iorequest.piod_len = (narg - i) * sizeof(register_t);
H A Darm-freebsd.c51 arm_fetch_args(struct trussinfo *trussinfo, u_int narg) argument
95 for (i = 0; i < narg && reg < 4; i++, reg++)
97 if (narg > i) {
102 iorequest.piod_len = (narg - i) * sizeof(cs->args[0]);
H A Dmips-freebsd.c51 mips_fetch_args(struct trussinfo *trussinfo, u_int narg) argument
94 for (i = 0; i < narg && reg <= MAXREG; i++, reg++)
96 if (narg > i) {
101 iorequest.piod_len = (narg - i) * sizeof(cs->args[0]);
H A Damd64-freebsd32.c51 amd64_freebsd32_fetch_args(struct trussinfo *trussinfo, u_int narg) argument
56 unsigned int args32[narg];
95 for (i = 0; i < narg; i++)
H A Di386-linux.c49 i386_linux_fetch_args(struct trussinfo *trussinfo, u_int narg) argument
69 switch (narg) {
H A Damd64-linux32.c49 amd64_linux32_fetch_args(struct trussinfo *trussinfo, u_int narg) argument
69 switch (narg) {
/freebsd-11-stable/sys/riscv/include/
H A Dproc.h53 int narg; member in struct:syscall_args
/freebsd-11-stable/usr.bin/kdump/
H A Dkdump.c857 int narg = ktr->ktr_narg; local
864 if (narg) {
899 narg--;
904 print_number(ip, narg, c);
909 narg--;
917 narg--;
922 print_number(ip, narg, c);
926 narg--;
930 print_number(ip, narg, c);
938 narg
[all...]
/freebsd-11-stable/sys/arm64/include/
H A Dproc.h53 int narg; member in struct:syscall_args
/freebsd-11-stable/sys/powerpc/include/
H A Dproc.h60 int narg; member in struct:syscall_args
/freebsd-11-stable/contrib/one-true-awk/
H A Dparse.c56 x->narg[0]=b;
66 x->narg[0] = b;
67 x->narg[1] = c;
77 x->narg[0] = b;
78 x->narg[1] = c;
79 x->narg[2] = d;
89 x->narg[0] = b;
90 x->narg[1] = c;
91 x->narg[2] = d;
92 x->narg[
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlauxlib.c148 LUALIB_API int luaL_argerror (lua_State *L, int narg, const char *extramsg) { argument
151 return luaL_error(L, "bad argument #%d (%s)", narg, extramsg);
154 narg--; /* do not count `self' */
155 if (narg == 0) /* error is in the self argument itself? */
162 narg, ar.name, extramsg);
166 static int typeerror (lua_State *L, int narg, const char *tname) { argument
168 tname, luaL_typename(L, narg));
169 return luaL_argerror(L, narg, msg);
173 static void tag_error (lua_State *L, int narg, int tag) { argument
174 typeerror(L, narg, lua_typenam
281 luaL_checkoption(lua_State *L, int narg, const char *def, const char *const lst[]) argument
306 luaL_checktype(lua_State *L, int narg, int t) argument
312 luaL_checkany(lua_State *L, int narg) argument
318 luaL_checklstring(lua_State *L, int narg, size_t *len) argument
325 luaL_optlstring(lua_State *L, int narg, const char *def, size_t *len) argument
336 luaL_checknumber(lua_State *L, int narg) argument
345 luaL_optnumber(lua_State *L, int narg, lua_Number def) argument
350 luaL_checkinteger(lua_State *L, int narg) argument
359 luaL_checkunsigned(lua_State *L, int narg) argument
368 luaL_optinteger(lua_State *L, int narg, lua_Integer def) argument
374 luaL_optunsigned(lua_State *L, int narg, lua_Unsigned def) argument
[all...]
H A Dlcorolib.c19 static int auxresume (lua_State *L, lua_State *co, int narg) { argument
21 if (!lua_checkstack(co, narg)) {
29 lua_xmove(L, co, narg);
30 status = lua_resume(co, L, narg);
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Demit1.c295 int narg; local
373 narg = 0;
375 narg++;
377 outint(narg);
398 int narg, n, i; local
420 narg = 0;
423 narg++;
425 for (n = 1; n <= narg; n++) {
427 for (i = narg, arg = args; i > n; i--, arg = arg->tn_right)
466 outint(narg);
[all...]
/freebsd-11-stable/sys/sparc64/include/
H A Dproc.h60 int narg; member in struct:syscall_args
/freebsd-11-stable/sys/arm/include/
H A Dproc.h83 int narg; member in struct:syscall_args
/freebsd-11-stable/contrib/lua/src/
H A Dlcorolib.c28 static int auxresume (lua_State *L, lua_State *co, int narg) { argument
30 if (!lua_checkstack(co, narg)) {
38 lua_xmove(L, co, narg);
39 status = lua_resume(co, L, narg);
/freebsd-11-stable/sys/geom/
H A Dgeom_ctl.h66 u_int narg; member in struct:gctl_req
/freebsd-11-stable/sys/mips/include/
H A Dproc.h87 int narg; member in struct:syscall_args
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_macro_gram.y91 if (macro_symbol->info.macroinfo->narg != $4) {
92 printf("Narg == %d", macro_symbol->info.macroinfo->narg);

Completed in 185 milliseconds

1234