Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfilesys.h172 int (*mount_func) (void); member
H A Ddisk_io.c438 if ((fsys_table[fsys_type].mount_func) ()) in attempt_mount()
445 if ((*(fsys_table[fsys_type].mount_func)) () != 1) in attempt_mount()
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c165 static int mount_func(int argc, char *argv[]);
194 { CMD_MOUNT, "mount", NULL, mount_func },
5115 mount_func(int argc, char *argv[]) in mount_func() function