Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c162 char map_rec[MAXPATHLEN]; in loadzone_maps() local
164 len = snprintf(map_rec, sizeof (map_rec), in loadzone_maps()
167 if (len <= sizeof (map_rec)) in loadzone_maps()
168 (void) write(fd, map_rec, len); in loadzone_maps()
/titanic_44/usr/src/cmd/zoneadmd/
H A Dvplat.c3909 char map_rec[MAXPATHLEN]; in tsol_mounts() local
3911 len = snprintf(map_rec, sizeof (map_rec), in tsol_mounts()
3914 (void) write(fd, map_rec, len); in tsol_mounts()