HomeSort by: relevance | last modified time | path
    Searched defs:pbase (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/arch/sparc/sparc/
iommu.c 346 u_int pbase, pa; local
363 pbase = (sc->sc_reg->io_bar & IOMMU_BAR_IBA) <<
386 pa = (u_int)pbase + (range/pagesz - 1)*sizeof(iopte_t);
387 tpte_p >= &sc->sc_ptes[0] && pa >= (u_int)pbase;
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
init.c 126 } *pstk, pbase; variable in typeref:struct:instk
371 struct instk *is = &pbase;
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
init.c 132 } *pstk, pbase; variable in typeref:struct:instk
392 struct instk *is = &pbase;
  /src/external/bsd/top/dist/machine/
m_hpux7.c 236 static struct proc *pbase; variable in typeref:struct:proc
340 pbase = (struct proc *)malloc(bytes);
344 if (pbase == (struct proc *)NULL || pref == (struct proc **)NULL)
473 (void) getkval(proc, (int *)pbase, bytes, "proc array");
489 for (pp = pbase, i = 0; i < nproc; pp++, i++)
m_hpux8.c 225 static struct proc *pbase; variable in typeref:struct:proc
301 pbase = (struct proc *)malloc(bytes);
306 if (pbase == (struct proc *)NULL || pref == (struct proc **)NULL)
431 (void) getkval(proc, (int *)pbase, bytes, "proc array");
433 if (pstat(PSTAT_PROC, &pst[i], sizeof(pst[i]), 0, pbase[i].p_pid) != 1)
434 pbase[i].p_upreg = (preg_t *) 0;
436 pbase[i].p_upreg = (preg_t *) &pst[i];
437 pbase[i].p_nice = pst[i].pst_nice;
438 pbase[i].p_cpticks = pst[i].pst_cpticks;
456 for (pp = pbase, i = 0; i < nproc; pp++, i++
    [all...]
m_hpux9.c 237 static struct proc *pbase; variable in typeref:struct:proc
313 pbase = (struct proc *)malloc(bytes);
318 if (pbase == (struct proc *)NULL || pref == (struct proc **)NULL)
443 (void) getkval(proc, (int *)pbase, bytes, "proc array");
445 if (pstat(PSTAT_PROC, &pst[i], sizeof(pst[i]), 0, pbase[i].p_pid) != 1)
446 pbase[i].p_upreg = (preg_t *) 0;
448 pbase[i].p_upreg = (preg_t *) &pst[i];
449 pbase[i].p_nice = pst[i].pst_nice;
450 pbase[i].p_cpticks = pst[i].pst_cpticks;
468 for (pp = pbase, i = 0; i < nproc; pp++, i++
    [all...]
m_irix5.c 183 static struct prpsinfo *pbase; variable in typeref:struct:prpsinfo
248 pbase = (struct prpsinfo *) malloc (bytes);
253 if (pbase == (struct prpsinfo *) NULL || pref == (struct prpsinfo **) NULL ||
382 getptable (pbase);
398 for (pp = pbase, i = 0; i < nproc; pp++, i++) {
579 for (i = 0, p = pbase; i < nproc; i++, p++)
m_sunos4.c 269 static struct proc *pbase; variable in typeref:struct:proc
372 pbase = (struct proc *)malloc(bytes);
376 if (pbase == (struct proc *)NULL || pref == (struct proc **)NULL)
586 (void) getkval(proc, (int *)pbase, bytes, "proc array");
602 for (pp = pbase, i = 0; i < nproc; pp++, i++)
m_svr4.c 186 static struct prpsinfo *pbase; variable in typeref:struct:prpsinfo
245 pbase = (struct prpsinfo *) malloc (bytes);
249 if (pbase == (struct prpsinfo *) NULL || pref == (struct prpsinfo **) NULL)
377 getptable (pbase);
393 for (pp = pbase, i = 0; i < nproc; pp++, i++)
661 for (i = 0, p = pbase; i < nproc; i++, p++)
m_decosf1.c 272 static struct osf1_top_proc *pbase; variable in typeref:struct:osf1_top_proc
320 pbase = (struct osf1_top_proc *)malloc(bytes);
325 if (pbase == (struct osf1_top_proc *)NULL ||
496 pp=pbase;
m_irixsgi.c 191 static struct prpsinfo *pbase; variable in typeref:struct:prpsinfo
317 if (pbase != NULL) /* && n_active < ptable_size */
324 pbase = (struct prpsinfo *)
333 if (pbase == NULL || pref == NULL || oldbase == NULL) {
472 getptable(pbase);
486 for (pp = pbase, i = 0; i < nproc; pp++, i++) {
913 for (i = 0, p = pbase; i < nproc; i++, p++)
m_netbsd.c 242 static struct kinfo_proc2 *pbase; variable in typeref:struct:kinfo_proc2
382 pbase = NULL;
670 pbase = kvm_getproc2(kd, op, arg, sizeof(struct kinfo_proc2), &nproc);
671 if (pbase == NULL) {
703 for (pp = pbase, i = 0; i < nproc; pp++, i++) {
m_sco5.c 201 static struct proc *pbase; variable in typeref:struct:proc
269 pbase = (struct proc *)malloc(bytes);
271 if (pbase == (struct proc *)NULL || pref == (struct proc **)NULL) {
488 (void) getkval(proca, (int *)pbase, bytes, "proc array");
497 for (pp = pbase, i = 0; i < v.v_proc; pp++, i++) {
m_svr5.c 211 static struct prpsinfo *pbase; variable in typeref:struct:prpsinfo
275 pbase = (struct prpsinfo *) malloc (bytes);
282 if (pbase == (struct prpsinfo *) NULL || pref == (struct prpsinfo **) NULL)
393 getptable (pbase);
411 for (pp = pbase, i = 0; i < nproc; pp++, i++)
988 for (i = 0, p = pbase; i < nproc; i++, p++)
1097 pbase = (struct prpsinfo *) realloc(pbase, bytes);
1102 if (pbase == (struct prpsinfo *) NULL || pref == (struct prpsinfo **) NULL)
m_freebsd.c 301 * pbase points to the array that holds the kinfo_proc structures. pref
303 * we build up a list of processes we wish to display. Both pbase and pref are
313 static struct kinfo_proc *pbase = NULL; variable in typeref:struct:kinfo_proc
899 pbase = NULL;
1178 /* reallocate both pbase and pref */
1179 pbase = (struct kinfo_proc *)realloc(pbase, size);
1186 if (pref == NULL || pbase == NULL)
1199 nproc = get_sysctl(K_PROC, pbase, size);
1232 for (pp = pbase, i = 0; i < nproc; pp++, i++
    [all...]
  /src/sys/dev/marvell/
if_mvgbe.c 685 uint32_t pbase, maddrh, maddrl; local
691 pbase = MVGBE_PORTR_BASE + mva->mva_unit * MVGBE_PORTR_SIZE;
693 bus_space_read_4(mva->mva_iot, mva->mva_ioh, pbase + MVGBE_MACAH);
695 bus_space_read_4(mva->mva_iot, mva->mva_ioh, pbase + MVGBE_MACAL);
  /src/external/gpl2/gmake/dist/
read.c 2353 char *pbase = qbase + (p-q);
2356 char *p1 = pbase;
2358 while (q1 != pbase)
2342 char *pbase = qbase + (p-q); local
  /src/sys/dev/pci/
pci_subr.c 4834 uint64_t pbase, plimit; local
4926 pbase = PCI_BRIDGE_PREFETCHMEM_BASE_ADDR(rval);
4929 pbase |= (uint64_t)base_h << 32;
4932 if (pbase < plimit) {
4935 "\n", pbase, plimit);
4938 (uint32_t)pbase, (uint32_t)plimit);

Completed in 57 milliseconds