/osnet-11/usr/src/grub/grub2/include/grub/i386/coreboot/ |
H A D | boot.h | 1 #include <grub/i386/pc/boot.h>
|
H A D | time.h | 1 #include <grub/i386/pc/time.h>
|
/osnet-11/usr/src/cmd/hal/hald/ |
H A D | device_info.c | 322 * @param pc Parsing context 328 handle_match (ParsingContext * pc, const char **attr) argument 347 pc->device->udi, 350 HAL_ERROR (("Could not resolve keypath '%s' on udi '%s'", key, pc->device->udi)); 668 * @param pc Parsing context 672 handle_merge (ParsingContext * pc, const char **attr) argument 676 pc->merge_type = MERGE_TYPE_UNKNOWN; 688 strncpy (pc->merge_key, attr[1], MAX_KEY_SIZE); 695 pc->merge_type = MERGE_TYPE_STRING; 699 pc 732 handle_append_prepend(ParsingContext * pc, const char **attr) argument 776 handle_spawn(ParsingContext * pc, const char **attr) argument 804 handle_remove(ParsingContext * pc, const char **attr) argument 846 handle_clear(ParsingContext * pc, const char **attr) argument 878 parsing_abort(ParsingContext * pc) argument 892 start(ParsingContext * pc, const char *el, const char **attr) argument 1090 end(ParsingContext * pc, const char *el) argument 1329 cdata(ParsingContext * pc, const char *s, int len) argument [all...] |
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | delay.c | 74 char pc; local 93 pc = *pad_char; 95 pc = 0; 97 (*outc)(pc);
|
H A D | mvderwin.c | 60 chtype obkgd, **wc, **pc; local 83 pc = par->_y + pary; 86 for (y = 0; y <= maxy; ++y, ++wc, ++pc, ++begch, ++endch) { 87 *wc = *pc + parx;
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/i386/pc/ |
H A D | vesa_modes_table.c | 2 #include <grub/i386/pc/vesa_modes_table.h>
|
/osnet-11/usr/src/lib/libast/common/path/ |
H A D | pathcheck.c | 52 pathcheck(const char* package, const char* tool, Pathcheck_t* pc) argument 89 if (pc) memzero(pc, sizeof(*pc));
|
/osnet-11/usr/src/lib/libproc/i386/ |
H A D | Pisadep.c | 137 argcount(struct ps_prochandle *P, long pc, ssize_t sz) argument 147 if (Pread(P, instr, sizeof (instr), pc) != sizeof (instr) || 181 long pc; member in struct:__anon2371 188 prgreg_t pc; local 199 long pc; member in struct:__anon2372 213 pc = regs[R_PC]; 215 while (fp != 0 || pc != 0) { 228 if (frame.pc == -1 && 248 argc = argcount(P, (long)frame.pc, sz); 257 gregs[R_PC] = pc; [all...] |
/osnet-11/usr/src/lib/libplot/t300/common/ |
H A D | arc.c | 51 double pc; local 59 pc = r; 60 pc = sqrt(pc); 61 flg = (short)(pc / 4); 101 pc = r - dy * dy; 102 xc = (short)(m * sqrt(pc) + x); 137 pc = r - dx * dx; 138 yc = (short)(m * sqrt(pc) + y);
|
/osnet-11/usr/src/lib/libplot/t300s/common/ |
H A D | arc.c | 67 double pc; local 75 pc = r; 76 pc = sqrt(pc); 77 flg = (short)(pc / 4); 117 pc = r - dy * dy; 118 xc = (int)(m * sqrt(pc) + x); 153 pc = r - dx * dx; 154 yc = (int)(m * sqrt(pc) + y);
|
/osnet-11/usr/src/lib/libplot/t4014/common/ |
H A D | arc.c | 70 double pc; local 78 pc = r; 79 pc = sqrt(pc); 80 flg = (int)(pc / 4); 120 pc = r - dy * dy; 121 xc = (int)(m * sqrt(pc) + x); 156 pc = r - dx * dx; 157 yc = (int)(m * sqrt(pc) + y);
|
/osnet-11/usr/src/lib/libplot/t450/common/ |
H A D | arc.c | 70 double pc; local 80 pc = r; 81 pc = sqrt(pc); 82 flg = (int)(pc / 4); 122 pc = r - dy * dy; 123 xc = (int)(m * sqrt(pc) + x); 158 pc = r - dx * dx; 159 yc = (int)(m * sqrt(pc) + y);
|
/osnet-11/usr/src/lib/hal/libhal/ |
H A D | Makefile.com | 32 LIBPCSRC = hal.pc
|
/osnet-11/usr/src/lib/policykit/libpolkit/ |
H A D | Makefile.com | 31 LIBPCSRC = polkit.pc
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | walkstack.c | 228 * when the saved pc is inside this function. 249 * get value of saved fp and pc w/o crashing 290 * the saved fp & pc to pass to user's function 349 display_stack_info(uintptr_t pc, int signo, void *arg) argument 358 (void) addrtosymstr((void *)pc, buffer, sizeof (buffer)); 401 callback(uintptr_t pc, int signo, void *arg) argument 408 bt->bt_buffer[bt->bt_actcount++] = (void *)pc; 440 addrtosymstr(void *pc, char *buffer, int size) argument 445 if (dladdr1(pc, &info, (void **)&sym, 447 return (snprintf(buffer, size, "[0x%p]", pc)); [all...] |
/osnet-11/usr/src/lib/libdisasm/i386/ |
H A D | dis_i386.c | 205 dis_previnstr(dis_handle_t *dhp, uint64_t pc, int n) argument 209 uint64_t res = pc; 212 return (pc); 214 if (dhp->dh_lookup(dhp->dh_data, pc, NULL, 0, &start, NULL) != 0 || 215 start == pc) 220 for (cur = 0, nseen = 0, addr = start; addr < pc; addr = dhp->dh_addr) { 230 if (addr != pc) { 232 * We scanned past %pc, but didn't find an instruction that 233 * started at %pc. This means that either the caller specified
|
/osnet-11/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 176 argcount(struct ps_prochandle *P, uint32_t pc, ssize_t sz) argument 186 if (Pread(P, instr, sizeof (instr), (uintptr_t)pc) != sizeof (instr)) 242 prgreg32_t pc; member in struct:__anon2351 248 uint32_t fp, pc; local 261 prgreg32_t pc; member in struct:__anon2352 275 pc = regs[R_PC]; 277 while (fp != 0 || pc != 0) { 290 if (frame.pc == -1 && 309 argc = argcount(P, (long)frame.pc, sz); 318 gregs[R_PC] = pc; 376 uintptr_t pc; member in struct:__anon2353 382 prgreg_t pc; local 403 prgreg_t pc; member in struct:__anon2354 [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/coreboot/ |
H A D | startup.S | 21 #include <grub/i386/pc/memory.h>
|
/osnet-11/usr/src/lib/libc/amd64/unwind/ |
H A D | eh_frame.c | 147 if ((ctx->pc < func) || (ctx->pc > (func+range))) 298 locate_fde_for_pc(uint64_t pc, int enc, 303 * Search the eh_frame info with a given pc. Return a pointer to a 308 * a matching pc value. 316 uint64_t pc = ctx->pc; local 325 if (0 == dlamd64getunwind((void*)pc, &dlef)) { 349 ctx->fde = locate_fde_for_pc(pc, ft_enc, pi, pj, reloc, base); 354 locate_fde_for_pc(uint64_t pc, in argument [all...] |
H A D | unwind.c | 45 * Using that pc location the unwind info for the function is found. 92 * | pc for bar() | 98 * | pc for foo() - PC3 | 106 * | pc for ex_throw() - PC2 | 157 void _Unw_jmp(uint64_t pc, uint64_t *regs); 237 ctx->pc = ((uint64_t *)fp2)[1]; 247 uint64_t old_pc = old_ctx->pc; 251 new_ctx->pc = 0; 257 new_ctx->pc = 0; 267 new_ctx->pc [all...] |
/osnet-11/usr/src/lib/hal/libhal-storage/ |
H A D | Makefile.com | 32 LIBPCSRC = hal-storage.pc
|
/osnet-11/usr/src/cmd/hal/utils/ |
H A D | cdutils.h | 41 int mode_sense(int fd, uchar_t pc, int dbd, int page_len, 43 int get_mode_page(int fd, int page_no, int pc, int buf_len,
|
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/qemu/ |
H A D | boot.S | 21 #include <grub/i386/pc/memory.h>
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/qemu/ |
H A D | startup.S | 22 #include <grub/i386/pc/memory.h>
|
/osnet-11/usr/src/grub/grub2/build-aux/ |
H A D | config.guess | 276 echo alpha-pc-interix 333 echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 762 echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} 781 echo ${UNAME_MACHINE}-pc-cygwin 784 echo ${UNAME_MACHINE}-pc-mingw32 787 # uname -m includes "-pc" on this system. 791 echo ${UNAME_MACHINE}-pc-pw32 794 echo i586-pc-interix${UNAME_RELEASE} 800 echo i${UNAME_MACHINE}-pc-mks 806 echo i586-pc [all...] |