Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbe/common/
H A Dbe_mount.c54 #define BE_TMP_MNTPNT "/tmp/.be.XXXXXX" macro
945 if ((*tmp_mp = (char *)calloc(1, sizeof (BE_TMP_MNTPNT) + 1)) == NULL) { in be_make_tmp_mountpoint()
950 (void) strlcpy(*tmp_mp, BE_TMP_MNTPNT, sizeof (BE_TMP_MNTPNT) + 1); in be_make_tmp_mountpoint()