Home
last modified time | relevance | path

Searched defs:rescount (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/dev/ctau/
H A Dif_ct.c335 rman_res_t iobase, rescount; in ct_identify() local
443 rman_res_t iobase, rescount; in ct_probe() local
532 rman_res_t iobase, drq, irq, rescount; in ct_attach() local
/freebsd-12.1/sys/dev/cx/
H A Dif_cx.c423 rman_res_t iobase, rescount; in cx_identify() local
533 rman_res_t iobase, rescount; in cx_probe() local
632 rman_res_t iobase, drq, irq, rescount; in cx_attach() local
/freebsd-12.1/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.c508 ln_aent_to_ace(aclent_t *aclent, int n, ace_t **acepp, int *rescount, int isdir) in ln_aent_to_ace()