HomeSort by: relevance | last modified time | path
    Searched defs:direction (Results 1 - 25 of 87) sorted by relevancy

1 2 3 4

  /src/sys/arch/hpc/stand/hpcboot/menu/
tabwindow.cpp 80 int direction = 0; local in function:TabWindowBase::focusManagerHook
85 direction = 1; // next
89 direction = -1; // prev
94 direction = -1; // prev
96 direction = 1; // next
100 if (!direction)
105 if (direction > 0) { // next - into the current dialog
tabwindow.cpp 80 int direction = 0; local in function:TabWindowBase::focusManagerHook
85 direction = 1; // next
89 direction = -1; // prev
94 direction = -1; // prev
96 direction = 1; // next
100 if (!direction)
105 if (direction > 0) { // next - into the current dialog
tabwindow.cpp 80 int direction = 0; local in function:TabWindowBase::focusManagerHook
85 direction = 1; // next
89 direction = -1; // prev
94 direction = -1; // prev
96 direction = 1; // next
100 if (!direction)
105 if (direction > 0) { // next - into the current dialog
  /src/sys/dev/raidframe/
rf_cvscan.h 43 ** current direction is toward set 2, and you will only switch to set
63 RF_CvscanArmDir_t direction; member in struct:RF_CvscanHeader_s
rf_cvscan.h 43 ** current direction is toward set 2, and you will only switch to set
63 RF_CvscanArmDir_t direction; member in struct:RF_CvscanHeader_s
rf_cvscan.h 43 ** current direction is toward set 2, and you will only switch to set
63 RF_CvscanArmDir_t direction; member in struct:RF_CvscanHeader_s
  /src/usr.sbin/pf/pfs/
parse.y 100 : STATE direction iface proto addrs id cid expire timeout src_peer dst_peer {
105 direction label
107 global_state.direction = PF_IN;
112 global_state.direction = PF_OUT;
parse.y 100 : STATE direction iface proto addrs id cid expire timeout src_peer dst_peer {
105 direction label
107 global_state.direction = PF_IN;
112 global_state.direction = PF_OUT;
parse.y 100 : STATE direction iface proto addrs id cid expire timeout src_peer dst_peer {
105 direction label
107 global_state.direction = PF_IN;
112 global_state.direction = PF_OUT;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_g84.c 106 enum nvkm_therm_thrs_direction direction; local in function:g84_therm_threshold_hyst_emulation
131 /* find the direction */
133 direction = NVKM_THERM_THRS_RISING;
135 direction = NVKM_THERM_THRS_FALLING;
139 /* advertise a change in direction */
140 nvkm_therm_sensor_event(therm, thrs_name, direction);
nouveau_nvkm_subdev_therm_g84.c 106 enum nvkm_therm_thrs_direction direction; local in function:g84_therm_threshold_hyst_emulation
131 /* find the direction */
133 direction = NVKM_THERM_THRS_RISING;
135 direction = NVKM_THERM_THRS_FALLING;
139 /* advertise a change in direction */
140 nvkm_therm_sensor_event(therm, thrs_name, direction);
nouveau_nvkm_subdev_therm_g84.c 106 enum nvkm_therm_thrs_direction direction; local in function:g84_therm_threshold_hyst_emulation
131 /* find the direction */
133 direction = NVKM_THERM_THRS_RISING;
135 direction = NVKM_THERM_THRS_FALLING;
139 /* advertise a change in direction */
140 nvkm_therm_sensor_event(therm, thrs_name, direction);
nouveau_nvkm_subdev_therm_temp.c 146 enum nvkm_therm_thrs_direction direction; local in function:nvkm_therm_threshold_hyst_polling
153 direction = NVKM_THERM_THRS_RISING;
157 direction = NVKM_THERM_THRS_FALLING;
163 nvkm_therm_sensor_event(therm, thrs_name, direction);
nouveau_nvkm_subdev_therm_temp.c 146 enum nvkm_therm_thrs_direction direction; local in function:nvkm_therm_threshold_hyst_polling
153 direction = NVKM_THERM_THRS_RISING;
157 direction = NVKM_THERM_THRS_FALLING;
163 nvkm_therm_sensor_event(therm, thrs_name, direction);
nouveau_nvkm_subdev_therm_temp.c 146 enum nvkm_therm_thrs_direction direction; local in function:nvkm_therm_threshold_hyst_polling
153 direction = NVKM_THERM_THRS_RISING;
157 direction = NVKM_THERM_THRS_FALLING;
163 nvkm_therm_sensor_event(therm, thrs_name, direction);
  /src/usr.bin/ftp/
progressbar.h 62 GLOBAL const char *direction; /* direction transfer is occurring */ variable in typeref:typename:GLOBAL const char *
progressbar.h 62 GLOBAL const char *direction; /* direction transfer is occurring */ variable in typeref:typename:GLOBAL const char *
progressbar.h 62 GLOBAL const char *direction; /* direction transfer is occurring */ variable in typeref:typename:GLOBAL const char *
  /src/sys/dev/fdt/
fdt_pinctrl.c 275 int direction = -1; local in function:fdtbus_pinctrl_parse_input_output
279 direction = GPIO_PIN_INPUT;
283 * just "don't set the direction" - it's an active
290 if (direction == -1)
291 direction = 0;
292 direction |= GPIO_PIN_OUTPUT;
294 if (direction == -1)
295 direction = 0;
296 direction |= GPIO_PIN_TRISTATE;
300 if (direction == -1
    [all...]
fdt_pinctrl.c 275 int direction = -1; local in function:fdtbus_pinctrl_parse_input_output
279 direction = GPIO_PIN_INPUT;
283 * just "don't set the direction" - it's an active
290 if (direction == -1)
291 direction = 0;
292 direction |= GPIO_PIN_OUTPUT;
294 if (direction == -1)
295 direction = 0;
296 direction |= GPIO_PIN_TRISTATE;
300 if (direction == -1
    [all...]
fdt_pinctrl.c 275 int direction = -1; local in function:fdtbus_pinctrl_parse_input_output
279 direction = GPIO_PIN_INPUT;
283 * just "don't set the direction" - it's an active
290 if (direction == -1)
291 direction = 0;
292 direction |= GPIO_PIN_OUTPUT;
294 if (direction == -1)
295 direction = 0;
296 direction |= GPIO_PIN_TRISTATE;
300 if (direction == -1
    [all...]
  /src/sys/external/bsd/ipf/netinet/
ip_rcmd_pxy.c 136 int off, dlen, nflags, direction; local in function:ipf_p_rcmd_portmsg
274 direction = NAT_INBOUND;
277 direction = NAT_OUTBOUND;
284 direction);
288 direction);
ip_rcmd_pxy.c 136 int off, dlen, nflags, direction; local in function:ipf_p_rcmd_portmsg
274 direction = NAT_INBOUND;
277 direction = NAT_OUTBOUND;
284 direction);
288 direction);
ip_rcmd_pxy.c 136 int off, dlen, nflags, direction; local in function:ipf_p_rcmd_portmsg
274 direction = NAT_INBOUND;
277 direction = NAT_OUTBOUND;
284 direction);
288 direction);
  /src/games/battlestar/
globals.c 269 int direction; variable in typeref:typename:int

Completed in 60 milliseconds

1 2 3 4