Searched defs:isroot (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 797 char *path, cred_t *cr, int isroot, void *raw_argsp, int args_len) 1026 if (!(isroot & (vfsp->vfs_flag & VFS_RDONLY)) && 1040 if (isroot) { 1075 if (isroot) { 1260 if (isroot && !(flags & UFSMNT_ONERROR_FLGMASK)) 1266 if (why == ROOT_INIT && isroot) 796 mountfs(struct vfs *vfsp, enum whymountroot why, struct vnode *devvp, char *path, cred_t *cr, int isroot, void *raw_argsp, int args_len) argument
|
/illumos-gate/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 231 mode_t mode, int flags, struct cred *cr, int isroot); 574 int isroot) 842 if (isroot) { 567 hs_mountfs( struct vfs *vfsp, dev_t dev, char *path, mode_t mode, int mount_flags, struct cred *cr, int isroot) argument
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_rnode.c | 1918 int isroot; local 1920 isroot = 0; 1922 isroot = 1; 1924 return (isroot);
|
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 617 struct cred *cr, int32_t isroot) 902 if (isroot) { 936 if (why == ROOT_INIT && isroot) 615 ud_mountfs(struct vfs *vfsp, enum whymountroot why, dev_t dev, char *name, struct cred *cr, int32_t isroot) argument
|
/illumos-gate/usr/src/tools/ctf/cvt/ |
H A D | ctf.c | 236 int isroot = tp->t_flags & TDESC_F_ISROOT; local 275 isroot, 1); 277 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_FLOAT, isroot, 1); 299 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_POINTER, isroot, 0); 305 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_ARRAY, isroot, 1); 325 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_STRUCT, isroot, i); 327 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_UNION, isroot, i); 368 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_ENUM, isroot, i); 380 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_FORWARD, isroot, 0); 386 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_TYPEDEF, isroot, [all...] |
/illumos-gate/usr/src/uts/common/ipp/ipgpc/ |
H A D | classifier-objects.h | 174 uint16_t isroot; /* 1 if is root node, 0 otherwise */ member in struct:node_s
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.c | 316 int isroot = 0; local 347 isroot = 1; 369 if (flags == OPEN_RDWR && isroot) { 383 } else if (isroot) {
|
Completed in 111 milliseconds