Searched refs:active_root_statbuf (Results 1 – 1 of 1) sorted by relevance
237 struct stat active_root_statbuf; in rootdev_get_device() local243 if ((stat(kActiveRoot, &active_root_statbuf) == 0) && in rootdev_get_device()244 active_root_statbuf.st_rdev == dev) { in rootdev_get_device()