Searched refs:pi (Results 176 - 200 of 230) sorted by relevance

12345678910

/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dmenus.mi101 partinfo *pi = arg;
103 b = ffs(pi->pi_fsize * pi->pi_frag / 4096) - 1;
115 partinfo *pi = arg;
117 b = ffs(pi->pi_fsize / 512) - 1;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl2.c2900 priority_info pi;
2909 pi = XNEW (struct priority_info_s);
2910 pi->initializations_p = 0;
2911 pi->destructions_p = 0;
2914 (splay_tree_value) pi);
2917 pi = (priority_info) n->value;
2919 return pi;
3130 priority_info pi;
3143 pi = get_priority_info (priority);
3145 pi
2895 priority_info pi; local
3125 priority_info pi; local
3318 priority_info pi = (priority_info) n->value; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cc/
H A Dcc.c1460 PROCESS_INFORMATION pi; local
1470 ZeroMemory(&pi, sizeof(PROCESS_INFORMATION));
1481 &pi);
1488 WaitForSingleObject(pi.hProcess, INFINITE);
1489 GetExitCodeProcess(pi.hProcess, &exitCode);
1490 CloseHandle(pi.hProcess);
1491 CloseHandle(pi.hThread);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgnu-nat.c810 struct procinfo *pi;
815 (procinfo_t *) &pi, &pi_len, &noise, &noise_len);
819 inf->stopped = !!(pi->state & PI_STOPPED);
820 inf->nomsg = !!(pi->state & PI_NOMSG);
822 inf->traced = !!(pi->state & PI_TRACED);
823 vm_deallocate (mach_task_self (), (vm_address_t) pi, pi_len);
836 struct procinfo *pi;
844 (procinfo_t *) &pi, &pi_len, &noise, &noise_len);
851 if (inf->task->cur_sc < pi->taskinfo.suspend_count && suspend_count == -1)
857 suspend_count = pi
800 struct procinfo *pi; local
826 struct procinfo *pi; local
[all...]
H A Dlibunwind-frame.c395 void *pi, int need_unwind_info, void *args)
398 di, pi, need_unwind_info, args);
394 libunwind_search_unwind_table(void *as, long ip, void *di, void *pi, int need_unwind_info, void *args) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-outof-ssa.c498 int p0, pi; local
531 pi = var_to_partition (g->map, Ti);
532 if (p0 != pi)
535 eliminate_name (g, pi);
536 elim_graph_add_edge (g, p0, pi, locus);
H A Dmcf.c780 PI - Vector to hold predecessors in path (pi = pred index)
789 int *pi, gcov_type *d, int *cycle)
811 pi[i] = -1;
830 pi[pfedge->dest] = pfedge->src;
867 j = pi[j];
788 cancel_negative_cycle(fixup_graph_type *fixup_graph, int *pi, gcov_type *d, int *cycle) argument
/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A Dparse.c185 const struct pinteger *pi = (const struct pinteger *)p; local
194 val = strtoimax(arg, &end, pi->pi_base);
203 if (val < pi->pi_min || val > pi->pi_max) {
215 if (match_setenv(im, om, pi->pi_key, o) == -1)
/netbsd-6-1-5-RELEASE/sys/miscfs/specfs/
H A Dspec_vnops.c387 struct partinfo pi; local
548 error = cdev_ioctl(vp->v_rdev, DIOCGPART, &pi, FREAD, curlwp);
550 error = bdev_ioctl(vp->v_rdev, DIOCGPART, &pi, FREAD, curlwp);
553 (voff_t)pi.disklab->d_secsize * pi.part->p_size);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/grn/
H A Dhgraph.cpp17 #define pi 3.14159265358979324 macro
18 #define twopi (2.0 * pi)
606 fullcircle = (2.0 * pi) * resolution;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A D20050629-1.c278 struct ptr_info_def *pi = ((void *)0);
279 if (((enum tree_code) (ptr)->common.code) == SSA_NAME && pi->name_mem_tag) { }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A D20050629-1.c278 struct ptr_info_def *pi = ((void *)0);
279 if (((enum tree_code) (ptr)->common.code) == SSA_NAME && pi->name_mem_tag) { }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-ssa-structalias.c2665 struct ptr_info_def *pi; local
2705 pi = get_ptr_info (op);
2764 pi->is_dereferenced = 1;
2785 pi->value_escapes_p = 1;
2793 pi->is_dereferenced = 1;
3472 struct ptr_info_def *pi = get_ptr_info (p); local
3492 pi->pt_null = 1;
3494 pi->pt_anything = 1;
3496 pi->pt_anything = 1;
3498 pi
[all...]
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dlcode.c112 Instruction *pi = &fs->f->code[pc]; local
113 if (pc >= 1 && testTMode(GET_OPCODE(*(pi-1))))
114 return pi-1;
116 return pi;
/netbsd-6-1-5-RELEASE/sys/dev/gpib/
H A Drd.c423 struct partition *pi; local
438 pi = lp->d_partitions;
441 pi[RAW_PART].p_size = rdidentinfo[sc->sc_type].ri_nblocks;
443 pi[0].p_size = 0;
/netbsd-6-1-5-RELEASE/sys/dev/pci/cxgb/
H A Dcxgb_t3_hw.c1112 struct port_info *pi = adap2pinfo(adapter, port_id); local
1113 struct cphy *phy = &pi->phy;
1114 struct cmac *mac = &pi->mac;
1115 struct link_config *lc = &pi->link_config;
1830 struct port_info *pi = adap2pinfo(adapter, idx); local
1832 t3_write_reg(adapter, A_XGM_INT_ENABLE + pi->mac.offset, XGM_INTR_MASK);
1833 pi->phy.ops->intr_enable(&pi->phy);
1846 struct port_info *pi = adap2pinfo(adapter, idx); local
1848 t3_write_reg(adapter, A_XGM_INT_ENABLE + pi
1862 struct port_info *pi = adap2pinfo(adapter, idx); local
[all...]
/netbsd-6-1-5-RELEASE/lib/libpuffs/
H A Ddispatcher.c641 struct puffs_pathinfo pi; local
654 pi.pi_old = &pcn_src.pcn_po_full;
655 pi.pi_new = &pcn_targ.pcn_po_full;
659 puffs_path_prefixadj, &pi) != NULL)
/netbsd-6-1-5-RELEASE/usr.bin/error/
H A Derror.h72 #define C_IGNORE 1 /* ignore the message; used for pi */
277 Errorclass pi(void);
H A Dpi.c1 /* $NetBSD: pi.c,v 1.17 2009/08/13 06:59:37 dholland Exp $ */
35 static char sccsid[] = "@(#)pi.c 8.1 (Berkeley) 6/6/93";
37 __RCSID("$NetBSD: pi.c,v 1.17 2009/08/13 06:59:37 dholland Exp $");
62 * Attempt to handle error messages produced by pi (and by pc)
67 * problem #2: pi doesn't always tell you what line number
83 * Here are the error strings used in pi version 1.2 that can refer
91 * Here are the general pi patterns recognized:
106 * pi is now complaining about 2nd pass errors.
232 pi(void) function
254 * when there are strlen("(*[pi]") o
[all...]
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpvfs/
H A Drumpblk.c632 struct partinfo *pi; local
642 pi = addr;
643 pi->part = &rblk->rblk_label.d_partitions[DISKPART(dmin)];
644 pi->disklab = &rblk->rblk_label;
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/minizip/
H A Dunzip.c171 int *pi));
173 local int unzlocal_getByte(pzlib_filefunc_def,filestream,pi)
176 int *pi;
182 *pi = (int)c;
H A Dzip.c340 int *pi));
342 local int ziplocal_getByte(pzlib_filefunc_def,filestream,pi)
345 int *pi;
351 *pi = (int)c;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/minizip/
H A Dunzip.c169 int *pi));
171 local int unzlocal_getByte(pzlib_filefunc_def,filestream,pi)
174 int *pi;
180 *pi = (int)c;
H A Dzip.c338 int *pi));
340 local int ziplocal_getByte(pzlib_filefunc_def,filestream,pi)
343 int *pi;
349 *pi = (int)c;
/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Drd.c525 struct partition *pi; local
542 pi = lp->d_partitions;
545 pi[2].p_size = rdidentinfo[sc->sc_type].ri_nblocks;
548 pi[0].p_size = 0;

Completed in 267 milliseconds

12345678910