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

/freebsd-10-stable/usr.sbin/ppp/
H A Dsig.h29 typedef void (*sig_type)(int); typedef
32 extern sig_type sig_signal(int, sig_type);
H A Dsig.c38 static sig_type handler[NSIG]; /* all start at SIG_DFL */
63 sig_type
64 sig_signal(int sig, sig_type fn)
66 sig_type Result;
77 handler[sig - 1] = (sig_type) 0;
/freebsd-10-stable/lib/libc/resolv/
H A Dres_mkupdate.c473 int sig_type, success, dateerror;
480 sig_type = sym_ston(__p_type_syms, buf2, &success);
481 if (!success || sig_type == ns_t_any)
484 PUTSHORT(sig_type, cp);
/freebsd-10-stable/sys/dev/mlx5/
H A Dqp.h368 u8 sig_type; member in struct:mlx5_bsf_inl

Completed in 179 milliseconds