Searched refs:isroot (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h196 * ctt_info: | kind | isroot | vlen |
217 #define CTF_TYPE_INFO(kind, isroot, vlen) \
218 (((kind) << 11) | (((isroot) ? 1 : 0) << 10) | ((vlen) & CTF_MAX_VLEN))
244 #define CTF_TYPE_INFO_V1(kind, isroot, vlen) \
245 (((kind) << 12) | (((isroot) ? 1 : 0) << 11) | ((vlen) & 0x07ff))
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctf.c236 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 Dclassifier-objects.h174 uint16_t isroot; /* 1 if is root node, 0 otherwise */ member in struct:node_s
H A Dtrie.c67 buf->isroot = 0;
430 if (c_node->isroot != 1) {
476 if (c_node->isroot != 1) {
578 if (c_node->isroot != 1) {
H A Dfilters.c197 saddr_trie->isroot = 1;
204 daddr_trie->isroot = 1;
211 sport_trie->isroot = 1;
218 dport_trie->isroot = 1;
225 saddr6_trie->isroot = 1;
232 daddr6_trie->isroot = 1;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c797 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 Dhsfs_vfsops.c231 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 Dnfs4_rnode.c1918 int isroot; local
1920 isroot = 0;
1922 isroot = 1;
1924 return (isroot);
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c617 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/lib/libdevinfo/
H A Ddevinfo_devlink.c316 int isroot = 0; local
347 isroot = 1;
369 if (flags == OPEN_RDWR && isroot) {
383 } else if (isroot) {

Completed in 111 milliseconds