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

/osnet-11/usr/src/lib/libast/common/misc/
H A Dfs3d.c31 #define mount ______mount macro
35 #undef mount macro
57 if (!fsview && (!getenv("LD_PRELOAD") || mount("", "", 0, NiL)))
59 if (FS3D_op(op) == FS3D_OP_INIT && mount(FS3D_init, NiL, FS3D_VIEW, NiL))
61 if (mount(on, val, FS3D_VIEW|FS3D_GET|FS3D_SIZE(sizeof(val)), NiL))
91 if (v && mount(v, NiL, FS3D_VIEW, NiL))
102 * user code that includes <fs3d.h> will have mount() mapped to fs3d_mount()
103 * this restricts the various "standard" mount prototype conflicts to this spot
104 * this means that code that includes <fs3d.h> cannot access the real mount
108 #undef mount macro
[all...]
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dfs3d.h97 * mount(2) ops
108 #define mount(s,t,f,d) fs3d_mount(s,t,f,d) macro
/osnet-11/usr/src/lib/libast/common/include/
H A Dfs3d.h88 * mount(2) ops
99 #define mount(s,t,f,d) fs3d_mount(s,t,f,d) macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dfs3d.h97 * mount(2) ops
108 #define mount(s,t,f,d) fs3d_mount(s,t,f,d) macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dfs3d.h97 * mount(2) ops
108 #define mount(s,t,f,d) fs3d_mount(s,t,f,d) macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dfs3d.h97 * mount(2) ops
108 #define mount(s,t,f,d) fs3d_mount(s,t,f,d) macro
/osnet-11/usr/src/lib/libshare_plugins/legacy/
H A Dlibshare_legacy.c697 * A path identifies its mount point by its st_dev field in stat. To
698 * find the mount point, work backward up the path until the st_dev
729 /* special case of mount point being the path */
857 legacy_mount_t *mount; local
870 * when cleaning so we use that to force a reload of the mount
886 prevmount = mount = NULL;
888 mount = calloc(1, sizeof (legacy_mount_t));
889 if (mount == NULL) {
893 mount->lm_mntpnt = strdup(entry.mnt_mountp);
894 if (mount
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dbfs.c750 mount (grub_disk_t disk, struct grub_bfs_superblock *sb) function
818 err = mount (device->disk, &sb);
845 err = mount (file->device->disk, &sb);
904 err = mount (device->disk, &sb);
988 err = mount (device->disk, &sb);
/osnet-11/usr/src/grub/grub2/include/grub/arc/
H A Darc.h205 void *mount; member in struct:grub_arc_firmware_vector
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c1374 char mount[MAXPATHLEN], fstype[MAXPATHLEN], spec[MAXPATHLEN]; local
1389 (void) strcpy(mount, S_STR(vfst.vfs_mountp));
1394 if (strcmp(mount, "/") && strcmp(mount, "/usr") &&
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_crypto.c34 #include <sys/mount.h>
571 * We can't do this with the 'zfs mount -a' that is in
816 zfs_key_load(zfs_handle_t *zhp, boolean_t mount, boolean_t share, argument
899 if (mount) {

Completed in 87 milliseconds