/src/games/hack/ |
hack.timeout.c | 77 struct prop *upp; local in function:timeout 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) {
|
hack.timeout.c | 77 struct prop *upp; local in function:timeout 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 | 491 struct uprof *upp; local in function:sys_profil 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);
|
subr_prof.c | 491 struct uprof *upp; local in function:sys_profil 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);
|
/src/sys/arch/amiga/dev/ |
par.c | 449 struct parparam *pp, *upp; local in function:parioctl 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...] |
par.c | 449 struct parparam *pp, *upp; local in function:parioctl 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 in function:ppiioctl 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...] |
ppi.c | 457 struct ppiparam *pp, *upp; local in function:ppiioctl 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/dev/gpib/ |
ppi.c | 437 struct ppiparam *pp, *upp; local in function:ppiioctl 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...] |
ppi.c | 437 struct ppiparam *pp, *upp; local in function:ppiioctl 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/sys/arch/x68k/dev/ |
par.c | 419 struct parparam *pp, *upp; local in function:parioctl 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...] |
par.c | 419 struct parparam *pp, *upp; local in function:parioctl 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...] |