Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbsm/common/
H A Ddevalloc.c1000 struct stat dastat; in _write_device_allocate() local
1010 if (stat(odevalloc, &dastat) == 0) { in _write_device_allocate()
1355 struct stat dastat; in _record_on_off() local
1363 if (fstat(dafd, &dastat) == -1) in _record_on_off()
1372 nsize = dastat.st_size; in _record_on_off()
1381 nsize = dastat.st_size + actionlen + 1; in _record_on_off()
1509 struct stat dastat; in da_update_device() local
1628 if (stat(dapathp, &dastat) == 0) { in da_update_device()