Searched refs:pi (Results 101 - 125 of 169) sorted by relevance

1234567

/freebsd-9.3-release/crypto/openssh/contrib/caldera/
H A Dopenssh.spec211 %__perl -pi -e 's:#X11Forwarding no:X11Forwarding yes:g' \
215 %__perl -pi -e 's:#PermitRootLogin yes:PermitRootLogin no:g' \
221 %__perl -pi -e 's:(.*pam_limits.*):#$1:' \
228 %__perl -pi -e 's:\@SVIdir\@:%{SVIdir}:g;\
245 %__perl -pi -e 's:\@sysconfdir\@:%{_sysconfdir}:g; \
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_futex.c1104 handle_futex_death(struct proc *p, uint32_t *uaddr, int pi) argument
1110 LIN_SDT_PROBE3(futex, handle_futex_death, entry, p, uaddr, pi);
1132 if (!pi && (uval & FUTEX_WAITERS)) {
1153 struct linux_robust_list **head, int *pi)
1158 LIN_SDT_PROBE3(futex, fetch_robust_entry, entry, entry, head, pi);
1168 *pi = uentry & 1;
1180 unsigned int limit = 2048, pi, next_pi, pip; local
1195 if (fetch_robust_entry(&entry, PTRIN(&head->list.next), &pi)) {
1218 (uint32_t *)((caddr_t)entry + futex_offset), pi)) {
1228 pi
1152 fetch_robust_entry(struct linux_robust_list **entry, struct linux_robust_list **head, int *pi) argument
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dwince.c633 create_process (LPSTR exec_file, LPSTR args, DWORD flags, PROCESS_INFORMATION * pi) argument
643 return getresult ("CreateProcess result", GDB_CREATEPROCESS, pi, NULL);
1658 PROCESS_INFORMATION pi; local
1706 NULL, NULL, 0, 0, NULL, NULL, NULL, &pi))
1725 PROCESS_INFORMATION pi; local
1755 memset (&pi, 0, sizeof (pi));
1757 if (!create_process (exec_file, exec_and_args, flags, &pi))
1763 current_process_handle = pi.hProcess;
1764 current_event.dwProcessId = pi
[all...]
H A Dremote-rdp.c406 int *pi; local
432 pi = va_arg (alist, int *);
438 *pi = get_word ();
466 pi = va_arg (alist, int *);
467 *pi = get_word ();
494 pi = va_arg (alist, int *);
495 *pi = get_byte ();
H A Dgnu-nat.c804 struct procinfo *pi;
809 (procinfo_t *) &pi, &pi_len, &noise, &noise_len);
813 inf->stopped = !!(pi->state & PI_STOPPED);
814 inf->nomsg = !!(pi->state & PI_NOMSG);
816 inf->traced = !!(pi->state & PI_TRACED);
817 vm_deallocate (mach_task_self (), (vm_address_t) pi, pi_len);
830 struct procinfo *pi;
838 (procinfo_t *) &pi, &pi_len, &noise, &noise_len);
845 if (inf->task->cur_sc < pi->taskinfo.suspend_count && suspend_count == -1)
851 suspend_count = pi
794 struct procinfo *pi; local
820 struct procinfo *pi; local
[all...]
/freebsd-9.3-release/usr.sbin/jail/
H A Djail.c131 unsigned op, pi; local
261 for (pi = 0; pi < sizeof(perm_sysctl) /
262 sizeof(perm_sysctl[0]); pi++) {
264 if (sysctlbyname(perm_sysctl[pi].name,
267 perm_sysctl[pi].ipnum,
269 perm_sysctl[pi].rev
/freebsd-9.3-release/contrib/gcc/cp/
H A Dlex.c802 struct lang_type *pi = GGC_CNEW (struct lang_type);
804 TYPE_LANG_SPECIFIC (t) = pi;
805 pi->u.c.h.is_lang_type_class = 1;
798 struct lang_type *pi = GGC_CNEW (struct lang_type); local
H A Ddecl2.c2552 priority_info pi;
2561 pi = XNEW (struct priority_info_s);
2562 pi->initializations_p = 0;
2563 pi->destructions_p = 0;
2566 (splay_tree_value) pi);
2569 pi = (priority_info) n->value;
2571 return pi;
2729 priority_info pi;
2742 pi = get_priority_info (priority);
2744 pi
2547 priority_info pi; local
2724 priority_info pi; local
2940 priority_info pi = (priority_info) n->value; local
[all...]
/freebsd-9.3-release/tools/regression/lib/libc/nss/
H A Dtest-getaddr.c250 int i, rv, *pi; local
262 pi = &ai->ai_flags + i;
263 *pi = (int)strtol(s, &ts, 10);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DExecutionDepsFix.cpp384 for (MachineBasicBlock::const_pred_iterator pi = MBB->pred_begin(),
385 pe = MBB->pred_end(); pi != pe; ++pi) {
386 LiveOutMap::const_iterator fi = LiveOuts.find(*pi);
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_port_info_rcv.c92 static void pi_rcv_check_and_fix_lid(osm_log_t *log, ib_port_info_t * const pi, argument
95 if (cl_ntoh16(pi->base_lid) > IB_LID_UCAST_END_HO) {
98 "Corrected to %u.\n", cl_ntoh16(pi->base_lid),
100 pi->base_lid = p->port_info.base_lid;
H A Dosm_console.c591 ib_port_info_t *pi = NULL; local
602 pi = &(phys->port_info);
603 active_speed = ib_port_info_get_link_speed_active(pi);
604 enabled_speed = ib_port_info_get_link_speed_enabled(pi);
605 active_width = pi->link_width_active;
606 enabled_width = pi->link_width_enabled;
607 port_state = ib_port_info_get_port_state(pi);
608 port_phys_state = ib_port_info_get_port_phys_state(pi);
H A Dosm_trap_rcv.c239 ib_port_info_t *pi = (ib_port_info_t *)payload; local
257 ib_port_info_set_port_state(pi, IB_LINK_DOWN);
258 ib_port_info_set_port_phys_state(IB_PORT_PHYS_STATE_DISABLED, pi);
/freebsd-9.3-release/sys/fs/procfs/
H A Dprocfs.c160 root = pi->pi_root;
/freebsd-9.3-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_tom.c150 struct port_info *pi = &sc->port[idx]; local
166 memcpy(req->src_mac0, pi->hw_addr, ETHER_ADDR_LEN);
/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_vfsops.c387 int pi[3] = { NTFS_MFTINO, NTFS_ROOTINO, NTFS_BITMAPINO }; local
389 error = VFS_VGET(mp, pi[i], LK_EXCLUSIVE,
390 &(ntmp->ntm_sysvn[pi[i]]));
393 ntmp->ntm_sysvn[pi[i]]->v_vflag |= VV_SYSTEM;
394 VREF(ntmp->ntm_sysvn[pi[i]]);
395 vput(ntmp->ntm_sysvn[pi[i]]);
/freebsd-9.3-release/sys/dev/hwpmc/
H A Dhwpmc_uncore.c237 ucf_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
246 if ((error = copystr(ucf_name, pi->pm_name, PMC_NAME_MAX,
250 pi->pm_class = PMC_CLASS_UCF;
253 pi->pm_enabled = TRUE;
256 pi->pm_enabled = FALSE;
943 ucp_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
952 if ((error = copystr(ucp_name, pi->pm_name, PMC_NAME_MAX,
956 pi->pm_class = PMC_CLASS_UCP;
959 pi->pm_enabled = TRUE;
962 pi
[all...]
H A Dhwpmc_amd.c706 amd_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
721 if ((error = copystr(pd->pm_descr.pd_name, pi->pm_name,
725 pi->pm_class = pd->pm_descr.pd_class;
728 pi->pm_enabled = TRUE;
731 pi->pm_enabled = FALSE;
H A Dhwpmc_powerpc.c710 powerpc_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
723 if ((error = copystr(powerpc_name, pi->pm_name, PMC_NAME_MAX,
726 pi->pm_class = PMC_CLASS_PPC7450;
728 pi->pm_enabled = TRUE;
731 pi->pm_enabled = FALSE;
H A Dhwpmc_ppro.c736 p6_describe(int cpu, int ri, struct pmc_info *pi, argument
755 if ((error = copystr(pd->pm_descr.pd_name, pi->pm_name,
759 pi->pm_class = pd->pm_descr.pd_class;
762 pi->pm_enabled = TRUE;
765 pi->pm_enabled = FALSE;
/freebsd-9.3-release/sys/dev/aac/
H A Daac.c2138 u_int32_t pi, ci; local
2149 pi = sc->aac_queues->qt_qindex[queue][AAC_PRODUCER_INDEX];
2153 if (pi >= aac_qinfo[queue].size)
2154 pi = 0;
2157 if ((pi + 1) == ci) {
2169 (sc->aac_qentries[queue] + pi)->aq_fib_size = fib_size;
2170 (sc->aac_qentries[queue] + pi)->aq_fib_addr = fib_addr;
2173 sc->aac_queues->qt_qindex[queue][AAC_PRODUCER_INDEX] = pi + 1;
2193 u_int32_t pi, ci; local
2201 pi
2288 u_int32_t pi, ci; local
[all...]
/freebsd-9.3-release/contrib/groff/src/preproc/grn/
H A Dhgraph.cpp15 #define pi 3.14159265358979324 macro
16 #define twopi (2.0 * pi)
604 fullcircle = (2.0 * pi) * resolution;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1248 for (FunctionDecl::param_const_iterator pi = FD->param_begin(),
1249 pe = FD->param_end(); pi != pe; ++pi, ++parm_idx) {
1250 const ParmVarDecl *pd = *pi;
1278 pi=MD->param_begin(), pe=MD->param_end();
1279 pi != pe; ++pi, ++parm_idx) {
1280 const ParmVarDecl *pd = *pi;
/freebsd-9.3-release/sys/dev/mwl/
H A Dif_mwl.c166 int aid, int staid, MWL_HAL_PEERINFO *pi);
4052 mwl_peerstadb(struct ieee80211_node *ni, int aid, int staid, MWL_HAL_PEERINFO *pi) argument
4069 aid, staid, pi,
4147 mkpeerinfo(MWL_HAL_PEERINFO *pi, const struct ieee80211_node *ni) argument
4151 memset(pi, 0, sizeof(*pi));
4152 pi->LegacyRateBitMap = get_rate_bitmap(&ni->ni_rates);
4153 pi->CapInfo = ni->ni_capinfo;
4156 pi->HTCapabilitiesInfo = ni->ni_htcap;
4157 /* XXX pi
4188 MWL_HAL_PEERINFO pi; local
4410 MWL_HAL_PEERINFO pi; local
[all...]
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw2.c674 struct inpcbinfo *pi;
707 pi = &V_tcbinfo;
710 pi = &V_udbinfo;
719 pcb = in6_pcblookup_mbuf(pi,
724 pcb = in6_pcblookup_mbuf(pi,
736 pcb = in_pcblookup_mbuf(pi,
741 pcb = in_pcblookup_mbuf(pi,
1940 struct inpcbinfo *pi; local
1946 pi = &V_tcbinfo;
1948 pi
[all...]

Completed in 336 milliseconds

1234567