Home
last modified time | relevance | path

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

/illumos-gate/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))
246 #define CTF_TYPE_INFO_V1(kind, isroot, vlen) \ argument
247 (((kind) << 12) | (((isroot) ? 1 : 0) << 11) | ((vlen) & 0x07ff))
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c1493 int kind, int isroot) in ctf_dwarf_create_sou() argument
1781 isroot)) != 0) in ctf_dwarf_create_array()
1858 int kind, int isroot) in ctf_dwarf_create_reference() argument
2113 int isroot) in ctf_dwarf_convert_type() argument
2163 isroot); in ctf_dwarf_convert_type()
2168 isroot); in ctf_dwarf_convert_type()
2177 isroot); in ctf_dwarf_convert_type()
2182 isroot); in ctf_dwarf_convert_type()
2187 isroot); in ctf_dwarf_convert_type()
2192 isroot); in ctf_dwarf_convert_type()
[all …]
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dtrie.c65 buf->isroot = 0; in create_node()
428 if (c_node->isroot != 1) { in t_traverse_delete()
474 if (c_node->isroot != 1) { in t_traverse_delete()
576 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()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c799 char *path, cred_t *cr, int isroot, void *raw_argsp, int args_len) in mountfs() argument
1028 if (!(isroot & (vfsp->vfs_flag & VFS_RDONLY)) && in mountfs()
1042 if (isroot) { in mountfs()
1077 if (isroot) { in mountfs()
1262 if (isroot && !(flags & UFSMNT_ONERROR_FLGMASK)) in mountfs()
1268 if (why == ROOT_INIT && isroot) in mountfs()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_rnode.c1962 int isroot; in isrootfh() local
1964 isroot = 0; in isrootfh()
1966 isroot = 1; in isrootfh()
1968 return (isroot); in isrootfh()
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c232 mode_t mode, int flags, struct cred *cr, int isroot);
575 int isroot) in hs_mountfs() argument
843 if (isroot) { in hs_mountfs()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c616 struct cred *cr, int32_t isroot) in ud_mountfs() argument
901 if (isroot) { in ud_mountfs()
935 if (why == ROOT_INIT && isroot) in ud_mountfs()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c317 int isroot = 0; in handle_alloc() local
348 isroot = 1; in handle_alloc()
370 if (flags == OPEN_RDWR && isroot) { in handle_alloc()
384 } else if (isroot) { in handle_alloc()