Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbsm/common/
H A Ddevalloc.c1501 int tafd = -1, tmfd = -1; in da_update_device() local
1673 if ((tmfd = open(mpathp, O_RDWR|O_CREAT, DA_DBMODE)) == -1) { in da_update_device()
1679 (void) fchown(tmfd, DA_UID, DA_GID); in da_update_device()
1680 if ((tmfp = fdopen(tmfd, "r+")) == NULL) { in da_update_device()
1683 (void) close(tmfd); in da_update_device()