Searched refs:sig_type (Results 1 - 8 of 8) sorted by path

/freebsd-current/lib/libc/resolv/
H A Dres_mkupdate.c468 int sig_type, success, dateerror;
475 sig_type = sym_ston(__p_type_syms, buf2, &success);
476 if (!success || sig_type == ns_t_any)
479 PUTSHORT(sig_type, cp);
/freebsd-current/lib/libsecureboot/openpgp/
H A Dopgp_sig.c137 sig->sig_type = *ptr++;
144 sig->sig_type = *ptr++;
H A Dpacket.h55 int sig_type; member in struct:OpenPGP_sig
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c3479 inl->sig_type = domain->sig.dif.bg_type == IB_T10DIF_CRC ?
3514 switch (sig_attrs->mem.sig_type) {
3527 switch (sig_attrs->wire.sig_type) {
3532 mem->sig_type == wire->sig_type) {
3612 prot_size = prot_field_size(sig_attrs->mem.sig_type);
3744 switch (domain->sig_type) {
/freebsd-current/sys/dev/mlx5/
H A Dqp.h377 u8 sig_type; member in struct:mlx5_bsf_inl
/freebsd-current/sys/ofed/include/rdma/
H A Dsignature.h69 * @sig_type: specific signauture type
74 enum ib_signature_type sig_type; member in struct:ib_sig_domain
/freebsd-current/usr.sbin/ppp/
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;
H A Dsig.h29 typedef void (*sig_type)(int); typedef
32 extern sig_type sig_signal(int, sig_type);

Completed in 252 milliseconds