Searched refs:upp (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/games/hack/
H A Dhack.timeout.c77 struct prop *upp; local
80 for (upp = u.uprops; upp < u.uprops + SIZE(u.uprops); upp++)
81 if ((upp->p_flgs & TIMEOUT) && !--upp->p_flgs) {
82 if (upp->p_tofn)
83 (*upp->p_tofn) ();
85 switch (upp - u.uprops) {
/netbsd-current/sys/arch/amiga/dev/
H A Dpar.c449 struct parparam *pp, *upp; local
456 upp = (struct parparam *)data;
457 upp->burst = pp->burst;
458 upp->timo = parhztoms(pp->timo);
459 upp->delay = parhztoms(pp->delay);
464 upp = (struct parparam *)data;
465 if (upp->burst < PAR_BURST_MIN || upp->burst > PAR_BURST_MAX ||
466 upp->delay < PAR_DELAY_MIN || upp
[all...]
/netbsd-current/sys/dev/gpib/
H A Dppi.c437 struct ppiparam *pp, *upp; local
443 upp = (struct ppiparam *)data;
444 upp->burst = pp->burst;
445 upp->timo = ppihztoms(pp->timo);
446 upp->delay = ppihztoms(pp->delay);
450 upp = (struct ppiparam *)data;
451 if (upp->burst < PPI_BURST_MIN || upp->burst > PPI_BURST_MAX ||
452 upp->delay < PPI_DELAY_MIN || upp
[all...]
/netbsd-current/sys/arch/hp300/dev/
H A Dppi.c457 struct ppiparam *pp, *upp; local
463 upp = (struct ppiparam *)data;
464 upp->burst = pp->burst;
465 upp->timo = ppihztoms(pp->timo);
466 upp->delay = ppihztoms(pp->delay);
470 upp = (struct ppiparam *)data;
471 if (upp->burst < PPI_BURST_MIN || upp->burst > PPI_BURST_MAX ||
472 upp->delay < PPI_DELAY_MIN || upp
[all...]
/netbsd-current/sys/arch/x68k/dev/
H A Dpar.c419 struct parparam *pp, *upp; local
425 upp = (struct parparam *)data;
426 upp->burst = pp->burst;
427 upp->timo = parhztoms(pp->timo);
428 upp->delay = parhztoms(pp->delay);
433 upp = (struct parparam *)data;
434 if (upp->burst < PAR_BURST_MIN || upp->burst > PAR_BURST_MAX ||
435 upp->delay < PAR_DELAY_MIN || upp
[all...]
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dpacket.c265 unsigned char *upp; local
283 upp = buf + bufix;
284 memcpy(&ip, upp, sizeof(ip));
285 ip_len = (*upp & 0x0f) << 2;
286 upp += ip_len;
302 memcpy(&udp, upp, sizeof(udp));
367 data = upp + sizeof(udp);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp37 upp = std::upper_bound(low, CondDirectiveLocs.end(),
40 if (upp != CondDirectiveLocs.end())
41 uppRegion = upp->getRegionLoc();
/netbsd-current/sys/kern/
H A Dsubr_prof.c491 struct uprof *upp; local
501 upp = &p->p_stats->p_prof;
505 upp->pr_off = SCARG(uap, offset);
506 upp->pr_scale = SCARG(uap, scale);
507 upp->pr_base = SCARG(uap, samples);
508 upp->pr_size = SCARG(uap, size);
/netbsd-current/external/bsd/am-utils/dist/conf/autofs/
H A Dautofs_linux.c231 struct autofs_pending_umount **upp, *up; local
257 upp = &fh->pending_umounts;
258 while (*upp) {
259 up = *upp;
261 *upp = up->next;

Completed in 219 milliseconds