HomeSort by relevance Sort by last modified time
    Searched defs:cb_status (Results 1 - 4 of 4) sorted by null

  /external/syslinux/com32/gfxboot/
realmode_callback.asm 35 cb_status: label
175 cb_table dw cb_status
  /external/syslinux/efi/
tcp.c 37 static int volatile cb_status = -1; variable
45 cb_status = 0;
47 cb_status = 1;
102 while (cb_status == -1)
105 if (cb_status == 0)
109 cb_status = -1;
160 while (cb_status == -1)
163 if (cb_status == 0)
167 cb_status = -1;
238 while (cb_status == -1
    [all...]
udp.c 185 static int volatile cb_status = -1; variable
193 cb_status = 0;
195 cb_status = 1;
237 while (cb_status == -1) {
250 if (cb_status == 0)
254 cb_status = -1;
320 while (cb_status == -1)
324 cb_status = -1;
403 while (cb_status == -1)
407 cb_status = -1
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 137 cb_status; member in struct:eapol_sm
303 sm->cb_status = EAPOL_CB_FAILURE;
311 sm->cb_status = EAPOL_CB_SUCCESS;
976 if (sm->ctx->cb && sm->cb_status != EAPOL_CB_IN_PROGRESS) {
978 if (sm->cb_status == EAPOL_CB_SUCCESS)
984 sm->cb_status = EAPOL_CB_IN_PROGRESS;
    [all...]

Completed in 120 milliseconds