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

  /src/games/hack/
hack.timeout.c 77 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) {
  /src/sys/kern/
subr_prof.c 493 struct uprof *upp; local
503 upp = &p->p_stats->p_prof;
507 upp->pr_off = SCARG(uap, offset);
508 upp->pr_scale = SCARG(uap, scale);
509 upp->pr_base = SCARG(uap, samples);
510 upp->pr_size = SCARG(uap, size);
  /src/external/mpl/dhcp/dist/common/
packet.c 265 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);
  /src/sys/arch/amiga/dev/
par.c 449 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->delay > PAR_DELAY_MAX
    [all...]
  /src/sys/arch/hp300/dev/
ppi.c 457 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->delay > PPI_DELAY_MAX
    [all...]
  /src/sys/arch/x68k/dev/
par.c 419 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->delay > PAR_DELAY_MAX
    [all...]
  /src/sys/dev/gpib/
ppi.c 437 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->delay > PPI_DELAY_MAX
    [all...]
  /src/external/bsd/am-utils/dist/conf/autofs/
autofs_linux.c 231 struct autofs_pending_umount **upp, *up; local
257 upp = &fh->pending_umounts;
258 while (*upp) {
259 up = *upp;
261 *upp = up->next;

Completed in 28 milliseconds