Searched refs:kstate (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libtnfctl/
H A Dkernel_int.c86 tifiocstate_t kstate; local
93 if (ioctl(kfd, TIFIOCGSTATE, &kstate) < 0)
97 hdl->kpidfilter_state = kstate.pidfilter_mode;
98 hdl->trace_state = !kstate.trace_stopped;
256 tifiocstate_t kstate; local
261 if (ioctl(hdl->kfd, TIFIOCGSTATE, &kstate) < 0)
264 if (kstate.pidfilter_size == 0) {
270 filterset = (int *) malloc((kstate.pidfilter_size + 1) *
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c1075 gecos_state_t kstate = S0; local
1085 kstate_next = gecos_scan_state(kstate, *gp);
1098 if (kstate == S1 || kstate == S3) {
1117 kstate = kstate_next;
1119 } while ((bp < buffer + sizeof (buffer)) && kstate != S4);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c790 after_key(enum key_state kstate) argument
795 if (kep->kwe_out == kstate)

Completed in 82 milliseconds