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

/freebsd-11-stable/usr.sbin/ppp/
H A Dsig.h31 typedef void (*sig_type)(int); typedef
34 extern sig_type sig_signal(int, sig_type);
H A Dsig.c40 static sig_type handler[NSIG]; /* all start at SIG_DFL */
65 sig_type
66 sig_signal(int sig, sig_type fn)
68 sig_type Result;
79 handler[sig - 1] = (sig_type) 0;
/freebsd-11-stable/lib/libc/resolv/
H A Dres_mkupdate.c472 int sig_type, success, dateerror;
479 sig_type = sym_ston(__p_type_syms, buf2, &success);
480 if (!success || sig_type == ns_t_any)
483 PUTSHORT(sig_type, cp);
/freebsd-11-stable/sys/dev/mlx5/
H A Dqp.h372 u8 sig_type; member in struct:mlx5_bsf_inl
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c3370 inl->sig_type = domain->sig.dif.bg_type == IB_T10DIF_CRC ?
3405 switch (sig_attrs->mem.sig_type) {
3418 switch (sig_attrs->wire.sig_type) {
3423 mem->sig_type == wire->sig_type) {
3503 prot_size = prot_field_size(sig_attrs->mem.sig_type);
3635 switch (domain->sig_type) {
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h763 * @sig_type: specific signauture type
768 enum ib_signature_type sig_type; member in struct:ib_sig_domain

Completed in 156 milliseconds