Home
last modified time | relevance | path

Searched refs:space (Results 1 – 25 of 268) sorted by relevance

1234567891011

/original-bsd/old/adb/adb.tahoe/
H A Daccess.c31 get(addr, space) in get() argument
35 chkget(addr, space) in chkget() argument
39 bchkget(addr, space) in bchkget() argument
62 if (space == NSP)
69 rwerr(space);
84 rwerr(space);
169 rwerr(space) in rwerr() argument
170 int space; in rwerr()
173 if (space & DSP)
190 chkmap(addr,space) in chkmap() argument
[all …]
H A Dopset.c34 printins(space) in printins() argument
35 int space; in printins()
54 (void) adbread(space, inkdot(dotoff), &mem.b, nbytes); \
58 if (space == SP_NONE)
61 (void) adbread(space, dot, &ins, 1);
/original-bsd/old/adb/adb.vax/
H A Daccess.c32 get(addr, space) in get() argument
36 chkget(addr, space) in chkget() argument
40 bchkget(addr, space) in bchkget() argument
63 if (space == NSP)
72 rwerr(space);
87 rwerr(space);
167 rwerr(space) in rwerr() argument
168 int space; in rwerr()
171 if (space & DSP)
188 chkmap(addr,space) in chkmap() argument
[all …]
/original-bsd/old/adb/adb.hp300/
H A Daccess.c33 get(addr, space) in get() argument
37 lchkget(addr, space) in lchkget() argument
46 get(addr, space) in get() argument
60 lget(addr, space) in lget() argument
80 chkget(addr, space) in chkget() argument
107 if (space == NSP)
116 rwerr(space);
131 rwerr(space);
351 rwerr(space) in rwerr() argument
352 int space; in rwerr()
[all …]
/original-bsd/old/sdb/
H A Daccess.c31 getval(loc, d, space) in getval() argument
36 val = get(loc, space);
61 put(adr,space,value) in put() argument
64 access(WT,adr,space,value);
67 POS get(adr, space) in get() argument
108 IF !chkmap(&adr,space)
119 chkmap(adr,space) in chkmap() argument
121 REG INT space;
143 POS chkget(n, space) in chkget() argument
152 w = get(n, space);
[all …]
H A Dprvar.c227 dispf(addr, desc, class, type, size, subflag, space) in dispf() argument
236 dispi(addr, desc, class, type, size, subflag, space) in dispi() argument
246 dispx(addr, desc, class, type, size, subflag, space) in dispx() argument
273 addr, desc, class, type, size, subflag, space);
320 value = getval(addr, dfmt == 'g' ? 'd' : dfmt, space);
390 getval(addr+WORDSIZE, 'd', space);
418 word.w = getval(addr, 'd', space);
432 value = chkget(dot, space);
438 printins(dfmt, space, value);
446 printit(metaflag, prvar, addr, desc, class, type, size, subflag, space) in printit() argument
[all …]
/original-bsd/old/adb/common_source/
H A Daccess.c34 adbio(rw, space, rmtaddr, localaddr, cnt) in adbio() argument
36 int space;
50 if (space == SP_NONE) {
73 if (kernel && space == SP_DATA) {
146 cacheinval(space) in cacheinval() argument
147 int space; in cacheinval()
150 if (space & SP_INSTR)
152 if (space & SP_DATA)
159 cptrace(rw, space, p, addr, val) in cptrace() argument
161 int space, p, *addr, *val;
[all …]
H A Dcommand.c164 fmtcom(space, eqcom) in fmtcom() argument
165 int space, eqcom; in fmtcom()
180 int ptype = space;
193 space |= SP_STAR;
221 mcom(space, ptype, fullword) in mcom() argument
222 int space, ptype, fullword; in mcom()
250 lcom(space, ptype, fullword) in lcom() argument
251 int space, ptype, fullword; in lcom()
297 wcom(space, ptype, fullword) in wcom() argument
298 int space, ptype, fullword; in wcom()
[all …]
H A Dsym.c41 findsym(val, space, diffp) in findsym() argument
43 int space;
52 if (space != SP_NONE && symtab != NULL) {
112 psymoff(f, v, space, o, s) in psymoff() argument
115 int space;
122 if (v && (sp = findsym(v, space, &offset)) != NULL && offset < o)
135 valpr(v, space) in valpr() argument
137 int space;
142 if (v && (sp = findsym(v, space, &offset)) != NULL && offset < maxoff)
H A Dformat.c31 scanform(forcesym, fmt, space, ptype) in scanform() argument
34 int space, ptype;
70 showdot(fullword, space, ptype) in showdot() argument
71 int fullword, space, ptype; in showdot()
76 (void) exform(1, &c, space, ptype);
122 exform(fcount, fmt, space, ptype) in exform() argument
125 int space, ptype;
180 if (space != SP_NONE) {
183 (void) adbread(space, dot, &obj, sz);
366 printins(space); /* also sets dotinc */
[all …]
H A Ddefs.h69 #define adbread(space, rmtaddr, localaddr, nbytes) \ argument
70 adbio(RWMODE_READ, space, rmtaddr, (caddr_t)(localaddr), nbytes)
71 #define adbwrite(space, rmtaddr, localaddr, nbytes) \ argument
72 adbio(RWMODE_WRITE, space, rmtaddr, (caddr_t)(localaddr), nbytes)
/original-bsd/sys/deprecated/kdb/
H A Dkdb_access.c20 kdbput(addr, space, value) in kdbput() argument
25 kdbget(addr, space) in kdbget() argument
29 kdbchkget(addr, space) in kdbchkget() argument
30 off_t addr; { u_int w = kdbget(addr, space); kdbchkerr(); return (w); } in kdbchkget()
33 kdbbchkget(addr, space) in kdbbchkget() argument
34 off_t addr; { return (byte(kdbchkget(addr, space))); } in kdbbchkget()
/original-bsd/usr.bin/pascal/src/
H A Dtree.c36 int *space, *spacep; variable
47 int *space = trspace; variable
60 ttab[0].tr_low = space; in inittree()
61 ttab[0].tr_high = &space[ITREE]; in inittree()
156 spacep = space; in trfree()
/original-bsd/sys/miscfs/union/
H A Dlibc.opendir.c64 int space = 0; local
87 if (space < DIRBLKSIZ) {
88 space += incr;
96 ddptr = buf + (len - space) + dirp->dd_loc;
99 n = getdirentries(fd, ddptr, space, &dirp->dd_seek);
102 space -= n;
/original-bsd/usr.bin/struct/struct/
H A D0.alloc.c20 long space; variable
26 if(i) { space += n; return(i); }
28 fprintf(stderr,"total space alloc'ed = %D\n",space);
38 space -= n;
104 fprintf(stderr,"space = %D\n",space);
108 space += i;
/original-bsd/sys/sparc/fpu/
H A Dfpu_explode.c194 register u_int s, *space; local
196 space = &fe->fe_fpstate->fs_regs[reg];
197 s = space[0];
211 s = fpu_dtof(fp, s, space[1]);
215 s = fpu_xtof(fp, s, space[1], space[2], space[3]);
H A Dfpu_implode.c420 fpu_implode(fe, fp, type, space) in fpu_implode() argument
424 register u_int *space;
430 space[0] = fpu_ftoi(fe, fp);
434 space[0] = fpu_ftos(fe, fp);
438 space[0] = fpu_ftod(fe, fp, space);
443 space[0] = fpu_ftox(fe, fp, space);
/original-bsd/lib/libc/gen/
H A Dopendir.c86 int space = 0; local
105 if (space < DIRBLKSIZ) {
106 space += incr;
114 ddptr = buf + (len - space);
117 n = getdirentries(fd, ddptr, space, &dirp->dd_seek);
120 space -= n;
/original-bsd/sys/vax/vax/
H A Drpb.s16 .space 508
18 .space 4
/original-bsd/sys/sys/
H A Dmalloc.h243 #define MALLOC(space, cast, size, type, flags) \ argument
244 (space) = (cast)malloc((u_long)(size), type, flags)
248 #define MALLOC(space, cast, size, type, flags) { \ argument
252 (space) = (cast)malloc((u_long)(size), type, flags); \
254 (space) = (cast)kbp->kb_next; \
255 kbp->kb_next = *(caddr_t *)(space); \
/original-bsd/bin/sh/
H A Dmemalloc.c86 char space[MINSIZE]; member
91 char *stacknxt = stackbase.space;
115 stacknxt = sp->space;
187 if (stacknxt == stackp->space && stackp != &stackbase) { in growstackblock()
194 stacknxt = sp->space; in growstackblock()
/original-bsd/usr.bin/mail/
H A Dhead.c108 copyin(src, space) in copyin() argument
110 char **space;
115 top = cp = *space;
118 *space = cp;
/original-bsd/contrib/connectd/libc/
H A Dgetttyent.c126 #define space(x) ((c = p[x]) == ' ' || c == '\t' || c == '\n') in getttyent() macro
127 if (strncmp(p, "on", 2) == 0 && space(2)) in getttyent()
129 else if (strncmp(p, "off", 3) == 0 && space(3)) in getttyent()
131 else if (strncmp(p, "secure", 6) == 0 && space(6)) in getttyent()
/original-bsd/sys/hp300/DOC/
H A DHPMMU.notes13 maps one 4k page of VA space. At the highest level is the
16 one STE maps 4Mb of VA space and one page of STEs is sufficient
17 to map the entire 4Gb address space (what a coincidence!). The
28 from either user or supervisor space. Seperate valid bits are
71 table mapping supervisor space.
73 page frame number of the segment table mapping user space.
89 supervisor space VAs.
91 space VAs.
112 Set destination function code to 3 ("purge" space),
122 moveq #FC_PURGE,d0 | change address space
[all …]
/original-bsd/lib/libc/regex/
H A Dregexec.c94 #define STATEVARS int vn; char *space
95 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \
96 if ((m)->space == NULL) return(REG_ESPACE); \
98 #define STATETEARDOWN(m) { free((m)->space); }
99 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates])

1234567891011