Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dctf.h217 #define CTF_TYPE_INFO(kind, isroot, vlen) \ argument
218 (((kind) << 11) | (((isroot) ? 1 : 0) << 10) | ((vlen) & CTF_MAX_VLEN))
244 #define CTF_TYPE_INFO_V1(kind, isroot, vlen) \ argument
245 (((kind) << 12) | (((isroot) ? 1 : 0) << 11) | ((vlen) & 0x07ff))
/titanic_41/usr/src/tools/ctf/cvt/
H A Dctf.c236 int isroot = tp->t_flags & TDESC_F_ISROOT; in write_type() local
275 isroot, 1); in write_type()
277 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_FLOAT, isroot, 1); in write_type()
299 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_POINTER, isroot, 0); in write_type()
305 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_ARRAY, isroot, 1); in write_type()
325 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_STRUCT, isroot, i); in write_type()
327 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_UNION, isroot, i); in write_type()
368 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_ENUM, isroot, i); in write_type()
380 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_FORWARD, isroot, 0); in write_type()
386 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_TYPEDEF, isroot, 0); in write_type()
[all …]
/titanic_41/usr/src/uts/common/ipp/ipgpc/
H A Dtrie.c67 buf->isroot = 0; in create_node()
430 if (c_node->isroot != 1) { in t_traverse_delete()
476 if (c_node->isroot != 1) { in t_traverse_delete()
578 if (c_node->isroot != 1) { in t_traverse_delete()
H A Dclassifier-objects.h174 uint16_t isroot; /* 1 if is root node, 0 otherwise */ member
H A Dfilters.c197 saddr_trie->isroot = 1; in initialize_tries()
204 daddr_trie->isroot = 1; in initialize_tries()
211 sport_trie->isroot = 1; in initialize_tries()
218 dport_trie->isroot = 1; in initialize_tries()
225 saddr6_trie->isroot = 1; in initialize_tries()
232 daddr6_trie->isroot = 1; in initialize_tries()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c797 char *path, cred_t *cr, int isroot, void *raw_argsp, int args_len) in mountfs() argument
1026 if (!(isroot & (vfsp->vfs_flag & VFS_RDONLY)) && in mountfs()
1040 if (isroot) { in mountfs()
1075 if (isroot) { in mountfs()
1260 if (isroot && !(flags & UFSMNT_ONERROR_FLGMASK)) in mountfs()
1266 if (why == ROOT_INIT && isroot) in mountfs()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_rnode.c1923 int isroot; in isrootfh() local
1925 isroot = 0; in isrootfh()
1927 isroot = 1; in isrootfh()
1929 return (isroot); in isrootfh()
/titanic_41/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c231 mode_t mode, int flags, struct cred *cr, int isroot);
574 int isroot) in hs_mountfs() argument
842 if (isroot) { in hs_mountfs()
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c617 struct cred *cr, int32_t isroot) in ud_mountfs() argument
902 if (isroot) { in ud_mountfs()
936 if (why == ROOT_INIT && isroot) in ud_mountfs()
/titanic_41/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c316 int isroot = 0; in handle_alloc() local
347 isroot = 1; in handle_alloc()
369 if (flags == OPEN_RDWR && isroot) { in handle_alloc()
383 } else if (isroot) { in handle_alloc()