/src/sys/arch/mac68k/dev/ |
pm_direct.c | 92 struct sysmon_pswitch pbutton; variable in typeref:struct:sysmon_pswitch 274 memset(&pbutton, 0, sizeof(struct sysmon_pswitch)); 275 pbutton.smpsw_name = "PB"; 276 pbutton.smpsw_type = PSWITCH_TYPE_POWER; 277 if (sysmon_pswitch_register(&pbutton) != 0) 295 memset(&pbutton, 0, sizeof(struct sysmon_pswitch)); 296 pbutton.smpsw_name = "PB"; 297 pbutton.smpsw_type = PSWITCH_TYPE_POWER; 298 if (sysmon_pswitch_register(&pbutton) != 0) 617 sysmon_pswitch_event(&pbutton, PSWITCH_EVENT_PRESSED) [all...] |
pm_direct.c | 92 struct sysmon_pswitch pbutton; variable in typeref:struct:sysmon_pswitch 274 memset(&pbutton, 0, sizeof(struct sysmon_pswitch)); 275 pbutton.smpsw_name = "PB"; 276 pbutton.smpsw_type = PSWITCH_TYPE_POWER; 277 if (sysmon_pswitch_register(&pbutton) != 0) 295 memset(&pbutton, 0, sizeof(struct sysmon_pswitch)); 296 pbutton.smpsw_name = "PB"; 297 pbutton.smpsw_type = PSWITCH_TYPE_POWER; 298 if (sysmon_pswitch_register(&pbutton) != 0) 617 sysmon_pswitch_event(&pbutton, PSWITCH_EVENT_PRESSED) [all...] |
pm_direct.c | 92 struct sysmon_pswitch pbutton; variable in typeref:struct:sysmon_pswitch 274 memset(&pbutton, 0, sizeof(struct sysmon_pswitch)); 275 pbutton.smpsw_name = "PB"; 276 pbutton.smpsw_type = PSWITCH_TYPE_POWER; 277 if (sysmon_pswitch_register(&pbutton) != 0) 295 memset(&pbutton, 0, sizeof(struct sysmon_pswitch)); 296 pbutton.smpsw_name = "PB"; 297 pbutton.smpsw_type = PSWITCH_TYPE_POWER; 298 if (sysmon_pswitch_register(&pbutton) != 0) 617 sysmon_pswitch_event(&pbutton, PSWITCH_EVENT_PRESSED) [all...] |
/src/usr.sbin/moused/ |
moused.c | 2025 int pbutton; local in function:r_installmap 2045 pbutton = atoi(s); 2049 if ((pbutton <= 0) || (pbutton > MOUSE_MAXBUTTON)) 2051 p2l[pbutton - 1] = 1 << (lbutton - 1); 2052 mstate[lbutton - 1] = &bstate[pbutton - 1];
|
moused.c | 2025 int pbutton; local in function:r_installmap 2045 pbutton = atoi(s); 2049 if ((pbutton <= 0) || (pbutton > MOUSE_MAXBUTTON)) 2051 p2l[pbutton - 1] = 1 << (lbutton - 1); 2052 mstate[lbutton - 1] = &bstate[pbutton - 1];
|
moused.c | 2025 int pbutton; local in function:r_installmap 2045 pbutton = atoi(s); 2049 if ((pbutton <= 0) || (pbutton > MOUSE_MAXBUTTON)) 2051 p2l[pbutton - 1] = 1 << (lbutton - 1); 2052 mstate[lbutton - 1] = &bstate[pbutton - 1];
|