/src/sys/arch/hpcmips/vr/ |
cmu.c | 133 int why = (int)msg; local in function:vrcmu_hardpower 135 switch (why) {
|
vrled.c | 361 int why =*(int *)msg; local in function:vrled_event 369 switch (why) {
|
vrc4172pwm.c | 388 int why =(int)msg; local in function:vrc4172pwm_event 392 DPRINTF(("vrc4172pwm:POWERCONTROL_LCDLIGHT: %d\n", why)); 393 vrc4172pwm_light(sc, why); 430 int why =(int)msg; local in function:vrc4172pwm_pmevent 435 switch (why) {
|
/src/sys/dev/hpc/ |
pwctl.c | 180 int why =(int)msg; local in function:pwctl_hardpower 183 why == PWR_RESUME? "resume" 184 : why == PWR_SUSPEND? "suspend" : "standby", 187 switch (why) {
|
/src/sys/arch/hpcmips/dev/ |
mq200.c | 268 mq200_power(int why, void *arg) 272 switch (why) { 292 int why = (int)msg; local in function:mq200_hardpower 294 switch (why) {
|
ite8181.c | 449 ite8181_power(int why, void *arg) 453 switch (why) { 473 int why = (int)msg; local in function:ite8181_hardpower 475 switch (why) {
|
optpoint.c | 314 int why = (int)msg; local in function:optpoint_power 316 switch (why) {
|
plumvideo.c | 757 int why = (int)msg; local in function:plumvideo_power 759 switch (why) {
|
plumpcmcia.c | 973 int why = (int)msg; local in function:plumpcmcia_power 975 switch (why) {
|
/src/sys/fs/efs/ |
efs_vfsops.c | 71 const char *why; local in function:efs_mount_common 91 if (efs_sb_validate(&emp->em_sb, &why)) { 92 printf("efs: invalid superblock: %s\n", why);
|
/src/lib/libc/rpc/ |
svc.c | 558 svcerr_auth(SVCXPRT *xprt, enum auth_stat why) 567 rply.rjcted_rply.rj_why = why; 702 enum auth_stat why; local in function:svc_getreq_common 710 if ((why = _authenticate(&r, &msg)) != AUTH_OK) { 711 svcerr_auth(xprt, why);
|
/src/sys/arch/hpcmips/tx/ |
tx3912video.c | 211 int why = (int)msg; local in function:tx3912video_power 214 switch (why) {
|
/src/bin/rcp/ |
rcp.c | 501 const char *why; local in function:sink 508 #define SCREWUP(str) { why = str; goto screwup; } 741 run_err("protocol error: %s", why);
|