Searched refs:my_state (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dkeyword-gen.c523 u_short my_state; local
543 * keyword as my_state, otherwise, allocate a new state.
546 my_state = curr_char_s;
556 my_state = sst_highwater++;
557 while (my_state < COUNTOF(sst)
558 && sst[my_state].finishes_token);
559 if (my_state >= COUNTOF(sst)) {
568 sst[my_state].ch = text[0];
569 sst[my_state].other_next_s = curr_char_s;
570 sst[my_state]
[all...]
/freebsd-13-stable/sys/contrib/ngatm/netnatm/sig/
H A Dunidef.h379 enum uni_callstate my_state; member in struct:uniapi_status_indication
H A Dsig_print.c462 uni_print_entry(cx, "my_state", "U%u", api->my_state);
H A Dsig_call.c1754 stat->my_state = map_callstate(c->cstate);
1894 stat->my_state = map_callstate(c->cstate);

Completed in 89 milliseconds