Home
last modified time | relevance | path

Searched refs:froms (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/gcc/config/i386/
HDgmon-sol2.c105 static unsigned short *froms; variable
146 froms = (unsigned short *) sbrk( s_textsize / HASHFRACTION ); in monstartup()
147 if ( froms == (unsigned short *) -1 ) { in monstartup()
149 froms = 0; in monstartup()
161 froms = 0; in monstartup()
219 endfrom = s_textsize / (HASHFRACTION * sizeof(*froms)); in _mcleanup()
221 if ( froms[fromindex] == 0 ) { in _mcleanup()
224 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup()
225 for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) { in _mcleanup()
296 &froms[((long)frompcindex) / (HASHFRACTION * sizeof(*froms))]; in internal_mcount()
/NextBSD/contrib/gcc/config/sparc/
HDgmon-sol2.c76 static unsigned short *froms; variable
118 froms = (unsigned short *) sbrk( s_textsize / HASHFRACTION ); in monstartup()
119 if ( froms == (unsigned short *) -1 ) { in monstartup()
121 froms = 0; in monstartup()
133 froms = 0; in monstartup()
214 endfrom = s_textsize / (HASHFRACTION * sizeof(*froms)); in _mcleanup()
216 if ( froms[fromindex] == 0 ) { in _mcleanup()
219 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup()
220 for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) { in _mcleanup()
321 &froms[((long)frompcindex) / (HASHFRACTION * sizeof(*froms))]; in internal_mcount()
/NextBSD/usr.sbin/kgmon/
HDkgmon.c350 u_short *froms, *tickbuf; in dumpstate() local
402 if ((froms = (u_short *)malloc(kvp->gpm.fromssize)) == NULL) in dumpstate()
405 i = kvm_read(kvp->kd, (u_long)kvp->gpm.froms, (void *)froms, in dumpstate()
410 if (sysctl(mib, 3, froms, &i, NULL, 0) < 0) in dumpstate()
435 endfrom = kvp->gpm.fromssize / sizeof(*froms); in dumpstate()
437 if (froms[fromindex] == 0) in dumpstate()
440 (fromindex * kvp->gpm.hashfraction * sizeof(*froms)); in dumpstate()
441 for (toindex = froms[fromindex]; toindex != 0; in dumpstate()
506 if (kvm_write(kvp->kd, (u_long)kvp->gpm.froms, zbuf, in reset()
/NextBSD/lib/libc/gmon/
HDgmon.c109 p->froms = (u_short *)cp; in monstartup()
189 endfrom = p->fromssize / sizeof(*p->froms); in _mcleanup()
191 if (p->froms[fromindex] == 0) in _mcleanup()
195 frompc += fromindex * p->hashfraction * sizeof(*p->froms); in _mcleanup()
196 for (toindex = p->froms[fromindex]; toindex != 0; in _mcleanup()
HDmcount.c186 frompcindex = &p->froms[frompci / (p->hashfraction * sizeof(*p->froms))]; in _MCOUNT_DECL()
/NextBSD/lib/libpam/modules/pam_login_access/
HDlogin_access.c60 char *froms; /* becomes list of terminals or hosts */ in login_access() local
90 || !(froms = strtok((char *) 0, fs)) in login_access()
101 match = (list_match(froms, from, from_match) in login_access()
/NextBSD/crypto/heimdal/appl/rsh/
HDlogin_access.c64 char *froms; /* becomes list of terminals or hosts */ in login_access() local
102 || !(froms = strtok_r(NULL, fs, &foo)) in login_access()
115 match = (list_match(froms, &item, from_match) in login_access()
/NextBSD/crypto/heimdal/appl/login/
HDlogin_access.c64 char *froms; /* becomes list of terminals or hosts */ in login_access() local
102 || !(froms = strtok_r(NULL, fs, &foo)) in login_access()
115 match = (list_match(froms, &item, from_match) in login_access()
/NextBSD/sys/kern/
HDsubr_prof.c118 np.froms = (u_short *)cp; in kmupetext()
131 bcopy(p->froms, np.froms, p->fromssize); in kmupetext()
132 bzero((char *)np.froms + p->fromssize, np.fromssize - p->fromssize); in kmupetext()
180 p->froms = (u_short *)cp;
376 gp->froms, gp->fromssize, req)); in sysctl_kern_prof()
/NextBSD/contrib/byacc/
HDoutput.c16 static Value_t **froms; variable
499 froms[i] = r = NEW2(shiftcount, Value_t); in token_actions()
519 froms[nstates + i] = r = NEW2(reducecount, Value_t); in token_actions()
540 froms[2 * nstates + i] = r = NEW2(conflictcount, Value_t); in token_actions()
625 froms[symno] = sp1 = sp = NEW2(count, Value_t); in save_column()
755 if (tos[j][k] != tos[i][k] || froms[j][k] != froms[i][k]) in matching_vector()
781 from = froms[i]; in pack_vector()
884 if (froms[i]) in pack_table()
885 FREE(froms[i]); in pack_table()
890 DO_FREE(froms); in pack_table()
[all …]
/NextBSD/sys/libkern/
HDmcount.c154 frompcindex = &p->froms[frompci / (p->hashfraction * sizeof(*p->froms))];
/NextBSD/sys/sys/
HDgmon.h159 u_short *froms; member
/NextBSD/usr.sbin/timed/timed/
HDreadmsg.c45 #define LOOKAT(msg, mtype, mfrom, netp, froms) \ argument
49 ((netp)->mask & (froms).sin_addr.s_addr) == (netp)->net.s_addr))
/NextBSD/usr.bin/fortune/datfiles/
HDfortunes15225 -- Nancy Boxer, "Structured Programming with Come-froms"