Searched refs:sigptr (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dbiospnp.c113 char *sigptr; local
118 for (sigptr = PTOV(0xf0000); sigptr < PTOV(0xfffff); sigptr += 16)
119 if (!bcmp(sigptr, "$PnP", 4)) {
120 pnp_Icheck = (struct pnp_ICstructure *)sigptr;
/freebsd-9.3-release/contrib/gdb/gdb/gdbserver/
H A Dserver.c65 attach_inferior (int pid, char *statusptr, unsigned char *sigptr) argument
80 *sigptr = mywait (statusptr, 0);
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.proc.c1411 Char *sigptr; local
1430 sigptr = &v[0][1];
1434 sigptr = &v[0][0];
1439 if (Isdigit(*sigptr)) {
1441 signum = strtoul(short2str(sigptr), &ep, 0);
1448 eq(sigptr, str2short(mesg[signum].iname)))
1450 setname(short2str(sigptr));

Completed in 191 milliseconds