Symbol: set_state
tests/lib/libc/sys/t_eventfd.c
149
set_state(ctx, 0);
tests/lib/libc/sys/t_eventfd.c
189
set_state(&ctx, 666);
tests/lib/libc/sys/t_eventfd.c
390
set_state(ctx, 0);
tests/lib/libc/sys/t_eventfd.c
410
set_state(ctx, 0);
tests/lib/libc/sys/t_eventfd.c
429
set_state(ctx, 0);
tests/lib/libc/sys/t_eventfd.c
444
set_state(ctx, 0);
tests/lib/libc/sys/t_eventfd.c
467
set_state(ctx, 0);
tests/lib/libc/sys/t_eventfd.c
486
set_state(ctx, 0);
tests/lib/libc/sys/t_eventfd.c
520
set_state(&ctx, 666);
tests/lib/libc/sys/t_eventfd.c
541
set_state(&ctx, 666);
tests/lib/libc/sys/t_eventfd.c
562
set_state(&ctx, 666);
tests/lib/libc/sys/t_eventfd.c
584
set_state(&ctx, 666);
tests/lib/libc/sys/t_eventfd.c
605
set_state(&ctx, 666);
tests/lib/libc/sys/t_eventfd.c
627
set_state(&ctx, 666);
tests/lib/libc/sys/t_eventfd.c
675
set_state(ctx, 0);
tests/lib/libc/sys/t_eventfd.c
705
set_state(&ctx, 666);
usr.bin/mail/thread.c
1133
oldstate = set_state(~(S_RESTRICT | S_EXPOSE), S_EXPOSE); /* restrict off, expose on */
usr.bin/mail/thread.c
1155
(void)set_state(~S_RESTRICT, S_RESTRICT); /* restrict on */
usr.bin/mail/thread.c
1167
(void)set_state(~S_RESTRICT, 0); /* restrict off */
usr.bin/mail/thread.c
1183
(void)set_state(~S_EXPOSE, S_EXPOSE); /* expose on */
usr.bin/mail/thread.c
1196
(void)set_state(~S_EXPOSE, 0); /* expose off */
usr.bin/mail/thread.c
1667
oldstate = set_state(~(S_RESTRICT | S_EXPOSE), cutit ? S_EXPOSE : 0);
usr.bin/mail/thread.c
1752
oldstate = set_state(~(S_RESTRICT | S_EXPOSE), S_EXPOSE); /* restrict off, expose on */
usr.bin/mail/thread.c
977
oldstate = set_state(~(S_RESTRICT | S_EXPOSE), S_EXPOSE); /* restrict off, expose on */