Home
last modified time | relevance | path

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

/freebsd/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/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c4088 struct bnxt_ioctl_hwrm_fw_qstatus *qstat = in bnxt_priv_ioctl() local
4091 rc = bnxt_hwrm_fw_qstatus(softc, qstat->processor, in bnxt_priv_ioctl()
4092 &qstat->selfreset); in bnxt_priv_ioctl()