HomeSort by: relevance | last modified time | path
    Searched defs:is_beforemount (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libpuffs/
puffs.c 443 bool is_beforemount; local in function:puffs_daemon
445 is_beforemount = (puffs_getstate(pu) < PUFFS_STATE_RUNNING);
446 if (is_beforemount)
460 if (is_beforemount)
464 if (is_beforemount) {
498 if (is_beforemount) {
puffs.c 443 bool is_beforemount; local in function:puffs_daemon
445 is_beforemount = (puffs_getstate(pu) < PUFFS_STATE_RUNNING);
446 if (is_beforemount)
460 if (is_beforemount)
464 if (is_beforemount) {
498 if (is_beforemount) {

Completed in 22 milliseconds