Searched refs:tmfd (Results 1 – 1 of 1) sorted by relevance
1501 int tafd = -1, tmfd = -1; in da_update_device() local1673 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()