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

/freebsd-13-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-13-stable/lib/libsecureboot/openpgp/
H A Dpacket.h56 int sig_type; member in struct:OpenPGP_sig
H A Dopgp_sig.c141 sig->sig_type = *ptr++;
148 sig->sig_type = *ptr++;
/freebsd-13-stable/lib/libc/resolv/
H A Dres_mkupdate.c474 int sig_type, success, dateerror;
481 sig_type = sym_ston(__p_type_syms, buf2, &success);
482 if (!success || sig_type == ns_t_any)
485 PUTSHORT(sig_type, cp);
/freebsd-13-stable/sys/dev/mlx5/
H A Dqp.h372 u8 sig_type; member in struct:mlx5_bsf_inl
/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c3377 inl->sig_type = domain->sig.dif.bg_type == IB_T10DIF_CRC ?
3412 switch (sig_attrs->mem.sig_type) {
3425 switch (sig_attrs->wire.sig_type) {
3430 mem->sig_type == wire->sig_type) {
3510 prot_size = prot_field_size(sig_attrs->mem.sig_type);
3642 switch (domain->sig_type) {
/freebsd-13-stable/sys/ofed/include/rdma/
H A Dib_verbs.h765 * @sig_type: specific signauture type
770 enum ib_signature_type sig_type; member in struct:ib_sig_domain

Completed in 208 milliseconds