/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
clk.h | 90 struct nvkm_pstate bstate; member in struct:nvkm_clk
|
clk.h | 90 struct nvkm_pstate bstate; member in struct:nvkm_clk
|
clk.h | 90 struct nvkm_pstate bstate; member in struct:nvkm_clk
|
/src/usr.sbin/apmd/ |
apmd.c | 97 struct apm_power_info bstate; local in function:power_status 102 memset(&bstate, 0, sizeof(bstate)); 103 if (ioctl(fd, APM_IOC_GETPOWER, &bstate) == 0) { 106 if (bstate.ac_state == APM_AC_ON) 108 if (bstate.battery_state != last.battery_state && 109 bstate.battery_state == APM_BATT_LOW) 112 bstate.ac_state != last.ac_state || 113 bstate.battery_state != last.battery_state || 114 (bstate.minutes_left && bstate.minutes_left < 15) | [all...] |
apmd.c | 97 struct apm_power_info bstate; local in function:power_status 102 memset(&bstate, 0, sizeof(bstate)); 103 if (ioctl(fd, APM_IOC_GETPOWER, &bstate) == 0) { 106 if (bstate.ac_state == APM_AC_ON) 108 if (bstate.battery_state != last.battery_state && 109 bstate.battery_state == APM_BATT_LOW) 112 bstate.ac_state != last.ac_state || 113 bstate.battery_state != last.battery_state || 114 (bstate.minutes_left && bstate.minutes_left < 15) | [all...] |
apmd.c | 97 struct apm_power_info bstate; local in function:power_status 102 memset(&bstate, 0, sizeof(bstate)); 103 if (ioctl(fd, APM_IOC_GETPOWER, &bstate) == 0) { 106 if (bstate.ac_state == APM_AC_ON) 108 if (bstate.battery_state != last.battery_state && 109 bstate.battery_state == APM_BATT_LOW) 112 bstate.ac_state != last.ac_state || 113 bstate.battery_state != last.battery_state || 114 (bstate.minutes_left && bstate.minutes_left < 15) | [all...] |
/src/common/dist/zlib/ |
deflate.c | 1182 block_state bstate; local in function:deflate 1184 bstate = s->level == 0 ? deflate_stored(s, flush) : 1189 if (bstate == finish_started || bstate == finish_done) { 1192 if (bstate == need_more || bstate == finish_started) { 1205 if (bstate == block_done) {
|
deflate.c | 1182 block_state bstate; local in function:deflate 1184 bstate = s->level == 0 ? deflate_stored(s, flush) : 1189 if (bstate == finish_started || bstate == finish_done) { 1192 if (bstate == need_more || bstate == finish_started) { 1205 if (bstate == block_done) {
|
deflate.c | 1182 block_state bstate; local in function:deflate 1184 bstate = s->level == 0 ? deflate_stored(s, flush) : 1189 if (bstate == finish_started || bstate == finish_done) { 1192 if (bstate == need_more || bstate == finish_started) { 1205 if (bstate == block_done) {
|
/src/sys/dev/pckbport/ |
synaptics.c | 1539 u_char bstate = (psc->packet[0] ^ psc->packet[3]) local in function:pms_synaptics_parse 1544 bstate ? PMS_RBUTMASK : 0; 1547 bstate ? PMS_MBUTMASK : 0; 1549 nsp.sp_left = bstate ? PMS_LBUTMASK : 0; 1552 nsp.sp_left = bstate ? 1 : 0;
|
synaptics.c | 1539 u_char bstate = (psc->packet[0] ^ psc->packet[3]) local in function:pms_synaptics_parse 1544 bstate ? PMS_RBUTMASK : 0; 1547 bstate ? PMS_MBUTMASK : 0; 1549 nsp.sp_left = bstate ? PMS_LBUTMASK : 0; 1552 nsp.sp_left = bstate ? 1 : 0;
|
synaptics.c | 1539 u_char bstate = (psc->packet[0] ^ psc->packet[3]) local in function:pms_synaptics_parse 1544 bstate ? PMS_RBUTMASK : 0; 1547 bstate ? PMS_MBUTMASK : 0; 1549 nsp.sp_left = bstate ? PMS_LBUTMASK : 0; 1552 nsp.sp_left = bstate ? 1 : 0;
|
/src/usr.sbin/moused/ |
moused.c | 385 static struct button_state bstate[MOUSE_MAXBUTTON]; /* button state */ variable in typeref:struct:button_state[] 538 mstate[i] = &bstate[i]; 750 if (mstate[j] == &bstate[rodent.zmap[i] - 1]) 884 bstate[i].count = 0; 885 bstate[i].tv = mouse_button_state_tv; 2052 mstate[lbutton - 1] = &bstate[pbutton - 1]; 2160 (intmax_t)bstate[i].tv.tv_sec, 2161 (intmax_t)bstate[i].tv.tv_usec); 2162 if (timercmp(&tv, &bstate[i].tv, >)) { 2163 bstate[i].count = 1 [all...] |
moused.c | 385 static struct button_state bstate[MOUSE_MAXBUTTON]; /* button state */ variable in typeref:struct:button_state[] 538 mstate[i] = &bstate[i]; 750 if (mstate[j] == &bstate[rodent.zmap[i] - 1]) 884 bstate[i].count = 0; 885 bstate[i].tv = mouse_button_state_tv; 2052 mstate[lbutton - 1] = &bstate[pbutton - 1]; 2160 (intmax_t)bstate[i].tv.tv_sec, 2161 (intmax_t)bstate[i].tv.tv_usec); 2162 if (timercmp(&tv, &bstate[i].tv, >)) { 2163 bstate[i].count = 1 [all...] |
moused.c | 385 static struct button_state bstate[MOUSE_MAXBUTTON]; /* button state */ variable in typeref:struct:button_state[] 538 mstate[i] = &bstate[i]; 750 if (mstate[j] == &bstate[rodent.zmap[i] - 1]) 884 bstate[i].count = 0; 885 bstate[i].tv = mouse_button_state_tv; 2052 mstate[lbutton - 1] = &bstate[pbutton - 1]; 2160 (intmax_t)bstate[i].tv.tv_sec, 2161 (intmax_t)bstate[i].tv.tv_usec); 2162 if (timercmp(&tv, &bstate[i].tv, >)) { 2163 bstate[i].count = 1 [all...] |
/src/lib/libcurses/ |
curses.h | 1041 mmask_t bstate; /* button state bits */ member in struct:__anon92d93d590208
|
curses.h | 1041 mmask_t bstate; /* button state bits */ member in struct:__anon92d93d590208
|
curses.h | 1041 mmask_t bstate; /* button state bits */ member in struct:__anon92d93d590208
|
/src/sys/net/ |
zlib.c | 1121 block_state bstate; local in function:deflate 1123 bstate = (*(configuration_table[s->level].func))(s, flush); 1125 if (bstate == finish_started || bstate == finish_done) { 1128 if (bstate == need_more || bstate == finish_started) { 1141 if (bstate == block_done) {
|
zlib.c | 1121 block_state bstate; local in function:deflate 1123 bstate = (*(configuration_table[s->level].func))(s, flush); 1125 if (bstate == finish_started || bstate == finish_done) { 1128 if (bstate == need_more || bstate == finish_started) { 1141 if (bstate == block_done) {
|
zlib.c | 1121 block_state bstate; local in function:deflate 1123 bstate = (*(configuration_table[s->level].func))(s, flush); 1125 if (bstate == finish_started || bstate == finish_done) { 1128 if (bstate == need_more || bstate == finish_started) { 1141 if (bstate == block_done) {
|