Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/luxadm/
H A Dfabric_conf.c96 char *tmp_ptr, *mmap_ptr; in read_repos_file() local
128 tmp_ptr = mmap_ptr = mmap((caddr_t)0, filesize, in read_repos_file()
131 if (mmap_ptr == MAP_FAILED) { in read_repos_file()
163 ret = munmap(mmap_ptr, filesize); in read_repos_file()