Searched defs:control (Results 1 - 25 of 194) sorted by last modified time

12345678

/external/wpa_supplicant_8/hostapd/src/ap/
H A Diapp.c94 u8 control; member in struct:iapp_layer2_update
226 msg.control = 0xaf; /* XID response lsb.1111F101.
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c4313 u8 control[512]; local
4323 msg.msg_control = &control;
4324 msg.msg_controllen = sizeof(control);
8245 /* load the lower byte of the IEEE 802.11 frame control field */
8260 /* load the IEEE 802.11 frame control field */
8272 /* load the lower byte of the frame control field */
8279 /* load the upper byte of the frame control field */
8289 /* load the lower byte of the frame control field */
8829 wpa_printf(MSG_DEBUG, " * control port");
/external/wpa_supplicant_8/src/ap/
H A Diapp.c94 u8 control; member in struct:iapp_layer2_update
226 msg.control = 0xaf; /* XID response lsb.1111F101.
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c4313 u8 control[512]; local
4323 msg.msg_control = &control;
4324 msg.msg_controllen = sizeof(control);
8245 /* load the lower byte of the IEEE 802.11 frame control field */
8260 /* load the IEEE 802.11 frame control field */
8272 /* load the lower byte of the frame control field */
8279 /* load the upper byte of the frame control field */
8289 /* load the lower byte of the frame control field */
8829 wpa_printf(MSG_DEBUG, " * control port");
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Diapp.c94 u8 control; member in struct:iapp_layer2_update
226 msg.control = 0xaf; /* XID response lsb.1111F101.
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c4313 u8 control[512]; local
4323 msg.msg_control = &control;
4324 msg.msg_controllen = sizeof(control);
8245 /* load the lower byte of the IEEE 802.11 frame control field */
8260 /* load the IEEE 802.11 frame control field */
8272 /* load the lower byte of the frame control field */
8279 /* load the upper byte of the frame control field */
8289 /* load the lower byte of the frame control field */
8829 wpa_printf(MSG_DEBUG, " * control port");
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DFixASCIIControlsReader.java39 private int control = 0; field in class:FixASCIIControlsReader
73 // replace control chars with space
108 * Processes numeric escaped chars to find out if they are a control character.
137 control = 0;
143 control = Character.digit(ch, 10);
156 control = control * 10 + Character.digit(ch, 10);
167 else if (ch == ';' && Utils.isControlChar((char) control))
170 return (char) control;
183 control
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c5909 vm_purgable_t control; member in struct:__anon32647
5918 (ULong)req->address, req->control, req->state);
5952 vm_purgable_t control; member in struct:__anon32649
5961 (unsigned long long)req->address, req->control, req->state);
/external/valgrind/main/none/tests/
H A Dfdleak_cmsg.c91 char control[CMSG_SPACE(sizeof(int) * 2)]; member in union:__anon33120
93 struct msghdr msg = { NULL, 0, iov, 1, control_un.control,
/external/tcpdump/
H A Dappletalk.h77 u_int8_t control; member in struct:atATP
111 u_int8_t control; member in struct:atNBP
H A Dprint-llc.c155 u_int16_t control; local
172 * of the control field depends on that - I frames
173 * have a two-byte control field, and U frames have
174 * a one-byte control field.
176 control = *(p + 2);
177 if ((control & LLC_U_FMT) == LLC_U_FMT) {
184 * The control field in I and S frames is
196 control = EXTRACT_LE_16BITS(p + 2);
236 printf(", ctrl 0x%02x: ", control);
238 printf(", ctrl 0x%04x: ", control);
[all...]
H A Dprint-smb.c1385 netbeui_print(u_short control, const u_char *data, int length) argument
1410 printf("\n>>> NBF Packet\nType=0x%X ", control);
/external/tinyalsa/
H A Dtinymix.c36 static void tinymix_detail_control(struct mixer *mixer, const char *control,
38 static void tinymix_set_value(struct mixer *mixer, const char *control,
73 printf("Usage: tinymix [-D card] [control id] [value to set]\n");
122 static void tinymix_detail_control(struct mixer *mixer, const char *control, argument
131 if (isdigit(control[0]))
132 ctl = mixer_get_ctl(mixer, atoi(control));
134 ctl = mixer_get_ctl_by_name(mixer, control);
137 fprintf(stderr, "Invalid mixer control\n");
178 static void tinymix_set_value(struct mixer *mixer, const char *control, argument
186 if (isdigit(control[
[all...]
/external/strace/tests/
H A Dscm_rights.c15 } control = {}; local
27 .msg_control = &control,
28 .msg_controllen = sizeof(control)
/external/svox/pico/lib/
H A Dpicoctrl.c61 * The "control" is a processing unit (PU) that contains and governs a sequence of sub-PUs
63 * At each step (ctrlStep) it passes control to one of the sub-PUs (currrent PU). It may re-assign
75 /* control sub-object */
408 * initializes a control PU object
503 picodata_ProcessingUnit control; member in struct:picoctrl_engine
533 status = this->control->terminate(this->control);
535 status = this->control->initialize(this->control, resetMode);
593 this->control
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_rtttl.c982 EAS_I8 control; local
1031 /* control fields */
1035 /* get control type */
1036 if ((result = RTTTL_GetNextChar(pEASData->hwInstData, pData, &control)) != EAS_SUCCESS)
1045 /* get the control value */
1046 switch (control)
1083 /* unrecognized control */
1092 /* check for end of control field */
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_mdls.c249 EAS_U16 control; member in struct:s_connection_tag
1919 EAS_U16 control; local
1948 if ((result = EAS_HWGetWord(pDLSData->hwInstData, pDLSData->fileHandle, &control, EAS_FALSE)) != EAS_SUCCESS)
1962 (connTable[i].control == control))
H A Deas_rtttl.c982 EAS_I8 control; local
1031 /* control fields */
1035 /* get control type */
1036 if ((result = RTTTL_GetNextChar(pEASData->hwInstData, pData, &control)) != EAS_SUCCESS)
1045 /* get the control value */
1046 switch (control)
1083 /* unrecognized control */
1092 /* check for end of control field */
/external/skia/src/core/
H A DSkPath.cpp21 * Path.bounds is defined to be the bounds of all the control points.
1011 // control points.
1015 const SkScalar control = 1 - SK_ScalarTanPIOver8; local
1016 SkScalar offPtX = rx * control;
1017 SkScalar offPtY = ry * control;
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_rtttl.c982 EAS_I8 control; local
1031 /* control fields */
1035 /* get control type */
1036 if ((result = RTTTL_GetNextChar(pEASData->hwInstData, pData, &control)) != EAS_SUCCESS)
1045 /* get the control value */
1046 switch (control)
1083 /* unrecognized control */
1092 /* check for end of control field */
/external/skia/experimental/nanomsg/
H A Dpicture_demo.cpp130 int control = nn_socket(AF_SP, NN_PULL); local
134 nn_bind(control, controlEndpoint);
137 int ready = poll_in(data, control);
139 // If we got any message on the control socket, we can stop.
140 if (ready == control) {
168 int control = nn_socket(AF_SP, NN_PUSH); local
169 nn_connect(control, controlEndpoint);
172 nn_send(control, NULL, 0, 0/*flags*/);
179 DEFINE_string(control, "ipc://nanomsg-picture-control", "Endpoin
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/qemu/android/config/linux-x86/linux/
H A Dkvm.h308 __u32 control; member in struct:kvm_guest_debug
/external/qemu/android/config/linux-x86_64/linux/
H A Dkvm.h308 __u32 control; member in struct:kvm_guest_debug
/external/qemu/android/
H A Dhw-control.c13 /* this file implements the support of the new 'hardware control'
23 #include "android/hw-control.h"
122 hw_control_init( HwControl* control, argument
126 control->client = client;
127 control->client_funcs = client_funcs[0];
128 control->service = qemud_service_register( "hw-control", 0,
129 control,
144 D("%s: hw-control qemud handler initialized", __FUNCTION__);

Completed in 493 milliseconds

12345678