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

1 2 3

  /src/sys/arch/hpc/stand/hpcboot/menu/
tabwindow.cpp 80 int direction = 0; local
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
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
  /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
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
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
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
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
progressbar.h 62 GLOBAL const char *direction; /* direction transfer is occurring */ variable
  /src/sys/dev/fdt/
fdt_pinctrl.c 275 int direction = -1; local
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
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
274 direction = NAT_INBOUND;
277 direction = NAT_OUTBOUND;
284 direction);
288 direction);
ip_rcmd_pxy.c 136 int off, dlen, nflags, direction; local
274 direction = NAT_INBOUND;
277 direction = NAT_OUTBOUND;
284 direction);
288 direction);
  /src/games/battlestar/
globals.c 269 int direction; variable
globals.c 269 int direction; variable
  /src/sys/arch/arm/rockchip/
rk3328_iomux.c 230 const int direction = local
232 if (direction != -1) {
233 rk3328_iomux_set_direction(sc, bank, idx, direction,
rk3328_iomux.c 230 const int direction = local
232 if (direction != -1) {
233 rk3328_iomux_set_direction(sc, bank, idx, direction,
  /src/bin/sh/
histedit.c 613 int first, last, direction; local
806 direction = first < last ? H_PREV : H_NEXT;
837 for ( ; retval != -1; retval = history(hist, &he, direction)) {
histedit.c 613 int first, last, direction; local
806 direction = first < last ? H_PREV : H_NEXT;
837 for ( ; retval != -1; retval = history(hist, &he, direction)) {
  /src/games/hunt/hunt/
otto.c 227 #define direction(abs,rel) (((abs) + (rel)) % NUMDIRECTIONS) macro
311 switch (direction(facing, rel_dir)) {
425 cmd = DIRKEYS[facing = direction(facing, rel_dir)];
485 switch (dir = direction(facing, rel_dir)) {
otto.c 227 #define direction(abs,rel) (((abs) + (rel)) % NUMDIRECTIONS) macro
311 switch (direction(facing, rel_dir)) {
425 cmd = DIRKEYS[facing = direction(facing, rel_dir)];
485 switch (dir = direction(facing, rel_dir)) {
  /src/sys/external/bsd/drm2/dist/drm/via/
via_dmablit.h 61 enum dma_data_direction direction; member in struct:_drm_via_sg_info
142 #define VIA_DMA_DPR_DT (1<<3) /* direction of transfer (RO) */
via_dmablit.h 61 enum dma_data_direction direction; member in struct:_drm_via_sg_info
142 #define VIA_DMA_DPR_DT (1<<3) /* direction of transfer (RO) */
  /src/sys/netinet/
ip_encap.c 108 enum direction { INBOUND, OUTBOUND }; enum
111 static struct encaptab *encap4_lookup(struct mbuf *, int, int, enum direction,
115 static struct encaptab *encap6_lookup(struct mbuf *, int, int, enum direction,
194 encap4_lookup(struct mbuf *m, int off, int proto, enum direction dir,
356 encap6_lookup(struct mbuf *m, int off, int proto, enum direction dir,

Completed in 86 milliseconds

1 2 3