Home
last modified time | relevance | path

Searched refs:check_out (Results 1 – 9 of 9) sorted by relevance

/dragonfly/games/trek/
H A Dcomputer.c116 if (check_out(COMPUTER)) in computer()
162 if (check_out(SRSCAN)) { in computer()
H A Dcheck_out.c48 check_out(int device) in check_out() function
H A Dlrscan.c55 if (check_out(LRSCAN)) { in lrscan()
H A DMakefile5 SRCS= abandon.c attack.c autover.c capture.c check_out.c checkcond.c \
H A Dsrscan.c69 if (f >= 0 && check_out(SRSCAN)) { in srscan()
H A Dtorped.c79 if (check_out(TORPED)) in torped()
H A Dtrek.h386 int check_out(int);
/dragonfly/sys/net/ipfw3_basic/
H A Dip_fw3_basic.h100 void check_out(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args,
H A Dip_fw3_basic.c244 check_out(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_out() function
591 O_BASIC_OUT, (filter_func)check_out); in ip_fw3_basic_init()