Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_stat.c77 struct stat64_32 statb64_32; in pr_stat() local
109 adp->arg_object = &statb64_32; in pr_stat()
110 adp->arg_size = sizeof (statb64_32); in pr_stat()
135 stat64_32_to_n(&statb64_32, buf); in pr_stat()
152 struct stat64_32 statb64_32; in pr_lstat() local
184 adp->arg_object = &statb64_32; in pr_lstat()
185 adp->arg_size = sizeof (statb64_32); in pr_lstat()
210 stat64_32_to_n(&statb64_32, buf); in pr_lstat()
227 struct stat64_32 statb64_32; in pr_fstat() local
259 adp->arg_object = &statb64_32; in pr_fstat()
[all …]