Searched defs:rmm (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c567 const char *rmm = "/usr/sbin/rmmount"; local
624 dprintf("call_unmount_prog: calling \"%s -D\"\n", rmm);
625 (void) execl(rmm, rmm, "-D", NULL);
627 (void) execl(rmm, rmm, NULL);

Completed in 45 milliseconds