| /src/external/bsd/libpcap/dist/pcap/ |
| bluetooth.h | 46 uint32_t direction; /* if first bit is set direction is incoming */ member in struct:_pcap_bluetooth_h4_header
|
| /src/external/bsd/tcpdump/dist/ |
| print-bt.c | 39 * the direction field is in network byte order. 42 nd_uint32_t direction; /* if first bit is set direction is incoming */ member in struct:_bluetooth_h4_header 68 ND_PRINT(", hci length %u, direction %s", length, 69 (GET_BE_U_4(hdr->direction)&0x1) ? "in" : "out");
|
| print-bcm-li.c | 66 u_int shim, direction, pkt_type, pkt_subtype, li_id; local 75 direction = (shim >> 29) & 0x7; 83 ND_PRINT("%sBCM-LI-SHIM: direction %s, pkt-type %s, pkt-subtype %s, li-id %u%s", 85 tok2str(bcm_li_direction_values, "unknown", direction),
|
| print-token.c | 80 #define DIRECTION(trp) ((GET_BE_U_2((trp)->token_rcf) & 0x0080) >> 7) 133 static const char *direction[] = { variable 191 ND_PRINT("%s", direction[DIRECTION(trp)]);
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| hw-ports.h | 31 port_direction direction; member in struct:hw_port_descriptor 119 port_direction direction); 126 port_direction direction);
|
| sim-n-core.h | 81 const char *direction = (type == read_transfer ? "->" : "<-"); local 92 direction, local 104 direction, local 115 direction, local 125 direction, local 135 direction, local
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| hw-ports.h | 31 port_direction direction; member in struct:hw_port_descriptor 119 port_direction direction); 126 port_direction direction);
|
| sim-n-core.h | 81 const char *direction = (type == read_transfer ? "->" : "<-"); local 92 direction, local 104 direction, local 115 direction, local 125 direction, local 135 direction, local
|
| /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
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| source.h | 161 class can be built from a single line number and a direction (forward or 168 enum direction enum in class:source_lines_range 175 direction DIR. The number of lines is from GET_LINES_TO_LIST. If the 176 direction is backward then the start is actually (STARTLINE - 179 explicit source_lines_range (int startline, direction dir = FORWARD);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| source.h | 161 class can be built from a single line number and a direction (forward or 168 enum direction enum in class:source_lines_range 175 direction DIR. The number of lines is from GET_LINES_TO_LIST. If the 176 direction is backward then the start is actually (STARTLINE - 179 explicit source_lines_range (int startline, direction dir = FORWARD);
|
| /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
|
| /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_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
|
| /src/external/bsd/ipf/dist/tools/ |
| ipmon_y.y | 76 %type <opt> direction dstip dstport every group interface 120 direction { $$ = $1; } 154 direction: label 254 { "direction", IPM_DIRECTION }, 466 verbose(8, "-- direction not in\n"); 471 verbose(8, "-- direction not out\n"); 853 printf("direction = ");
|
| /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/ |
| ucpgba.h | 56 * These are the direction values that can appear in render runs and render 69 * This structure is used to contain runs of text in a particular direction. 78 int direction; /* Direction of the run. */ member in struct:_ucrun_t 95 int direction; /* Overall direction of the string. */ member in struct:_ucstring_t 120 * "Pretty Good Bidi Algorithm." A default direction is provided for cases 121 * of a string containing no strong direction characters and the default 163 * This routine retrieves the direction of the run containing the cursor 167 ucstring_cursor_info LDAP_P((ucstring_t *string, int *direction, [all...] |
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| interrupts.c | 167 spreg direction = (is_store ? dsisr_store_operation : 0); local 170 DSISR = dsisr_direct_store_error_exception | direction; 173 DSISR = dsisr_hash_table_or_dbat_miss | direction; 176 DSISR = dsisr_protection_violation | direction; 179 DSISR = dsisr_earwax_violation | direction; 182 DSISR = dsisr_segment_table_miss | direction; 185 DSISR = dsisr_earwax_disabled | direction;
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| interrupts.c | 167 spreg direction = (is_store ? dsisr_store_operation : 0); local 170 DSISR = dsisr_direct_store_error_exception | direction; 173 DSISR = dsisr_hash_table_or_dbat_miss | direction; 176 DSISR = dsisr_protection_violation | direction; 179 DSISR = dsisr_earwax_violation | direction; 182 DSISR = dsisr_segment_table_miss | direction; 185 DSISR = dsisr_earwax_disabled | direction;
|
| /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...] |
| /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);
|
| /src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/rijndael/ |
| rijndael-api-fst.h | 32 #define BAD_KEY_DIR -1 /* Key direction is invalid, e.g., unknown value */ 54 u_int8_t direction; /* Key used for encrypting or decrypting? */ member in struct:__anon18 84 int rijndael_makeKey(keyInstance *key, u_int8_t direction, int keyLen, char *keyMaterial);
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| wmm_ac.h | 56 * wmm_ac_dir - WMM Admission Control Direction 69 * the respective tspec slot (according to the direction). 126 * direction - Traffic Stream's direction 128 enum wmm_ac_dir direction; member in struct:wmm_ac_ts_setup_params
|
| /src/external/gpl2/texinfo/dist/info/ |
| window.h | 84 int direction; /* The direction that this search is heading in. */ member in struct:__anon9542
|
| /src/games/battlestar/ |
| globals.c | 269 int direction; variable
|