Searched defs:tmfp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libbsm/common/
H A Ddevalloc.c1508 FILE *tafp = NULL, *tmfp = NULL, *dafp = NULL; local
1680 if ((tmfp = fdopen(tmfd, "r+")) == NULL) {
1693 _write_device_maps(tmfp, head_devmapp);
1705 rc = _write_new_entry(tmfp, dargs, DA_MAPS_ONLY);
1706 (void) fclose(tmfp);
1710 if (tmfp)
1711 (void) fclose(tmfp);

Completed in 182 milliseconds