Searched refs:curstate (Results 1 - 3 of 3) sorted by relevance
/third_party/alsa-utils/seq/aseqnet/ |
H A D | aseqnet.c | 353 int curstate = 1; in init_server() local 370 if (setsockopt(sockfd, SOL_SOCKET, SO_REUSEADDR, &curstate, sizeof(curstate)) < 0) { in init_server() 437 int curstate = 1; in init_client() local 455 if (setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, &curstate, sizeof(curstate)) < 0) { in init_client()
|
/third_party/mksh/ |
H A D | expr.c | 125 Expr_state curstate; in v_evaluate() local 126 Expr_state * const es = &curstate; in v_evaluate() 130 memset(&curstate, 0, sizeof(curstate)); in v_evaluate() 131 curstate.expression = curstate.tokp = expr; in v_evaluate() 132 curstate.tok = BAD; in v_evaluate() 133 curstate.arith = arith; in v_evaluate() 138 if (curstate.evaling) in v_evaluate() 139 curstate in v_evaluate() [all...] |
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_mass_storage.c | 1311 uint32_t curstate = fmass->task_state; in fmass_main_thread() local 1317 if (oldstate == curstate) in fmass_main_thread() 1319 DPRINTFN(1, "\n -- process thread wait --(curstate:%u)\n", fmass->task_state); in fmass_main_thread() 1326 curstate = fmass->task_state; in fmass_main_thread() 1328 oldstate = curstate; in fmass_main_thread() 1343 switch (curstate) in fmass_main_thread() 1366 curstate = fmass->task_state; in fmass_main_thread() 1392 DPRINTFN(1, " - process thread signal -(curstate:%u newstate: %d)\n", fmass->task_state, state); in fmass_main_thread_signal()
|
Completed in 6 milliseconds