Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd.c392 int (*statfunc)(void *, void *) = cccp->ccc_get_status; in ghd_intr() local
410 while ((*statfunc)(handle, intr_status)) { in ghd_intr()
/illumos-gate/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c672 chroot_stat(char *dir, int (*statfunc)(), char *statp, char **dirp) in chroot_stat() argument
678 return (*statfunc)(dir, statp); in chroot_stat()