Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.c107 const char pool_info_location[] = "/dev/pool"; variable
683 if ((fd = open(pool_info_location, O_RDONLY)) < 0) { in pool_get_status()
H A Dpool_kernel.c180 extern const char pool_info_location[];
2147 if ((prov->pkc_fd = open(pool_info_location, O_RDWR)) < 0) { in pool_knl_connection_alloc()