Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbsm/common/
H A Ddevalloc.c1501 int tafd = -1, tmfd = -1; in da_update_device() local
1583 if ((tafd = open(apathp, O_RDWR|O_CREAT, DA_DBMODE)) == -1) { in da_update_device()
1588 (void) fchown(tafd, DA_UID, DA_GID); in da_update_device()
1589 if ((tafp = fdopen(tafd, "r+")) == NULL) { in da_update_device()
1590 (void) close(tafd); in da_update_device()
1603 (void) close(tafd); in da_update_device()
1639 (void) close(tafd); in da_update_device()
1648 (void) close(tafd); in da_update_device()
1674 (void) close(tafd); in da_update_device()
1681 (void) close(tafd); in da_update_device()