Home
last modified time | relevance | path

Searched refs:qstat (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/crypto/heimdal/appl/rcp/
H A Dutil.c119 void (*istat)(int), (*qstat)(int); local
133 qstat = signal(SIGQUIT, SIG_IGN);
137 (void)signal(SIGQUIT, qstat);
/freebsd-14.2/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c3681 struct bnxt_ioctl_hwrm_fw_qstatus *qstat = in bnxt_priv_ioctl() local
3684 rc = bnxt_hwrm_fw_qstatus(softc, qstat->processor, in bnxt_priv_ioctl()
3685 &qstat->selfreset); in bnxt_priv_ioctl()