Home
last modified time | relevance | path

Searched refs:isroot (Results 1 – 10 of 10) sorted by last modified time

/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 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()
H A Dclassifier-objects.h174 uint16_t isroot; /* 1 if is root node, 0 otherwise */ member
/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/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/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/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/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()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c1135 ctf_dwarf_create_base(ctf_cu_t *cup, Dwarf_Die die, ctf_id_t *idp, int isroot, in ctf_dwarf_create_base() argument
1176 id = ctf_add_encoded(cup->cu_ctfp, isroot, name, &enc, kind); in ctf_dwarf_create_base()
1493 int kind, int isroot) in ctf_dwarf_create_sou() argument
1525 base = ctf_add_forward(cup->cu_ctfp, isroot, name, kind); in ctf_dwarf_create_sou()
1527 base = ctf_add_struct(cup->cu_ctfp, isroot, name); in ctf_dwarf_create_sou()
1529 base = ctf_add_union(cup->cu_ctfp, isroot, name); in ctf_dwarf_create_sou()
1713 ctf_id_t base, int isroot) in ctf_dwarf_create_array_range() argument
1739 if ((*idp = ctf_add_array(cup->cu_ctfp, isroot, &ar)) == CTF_ERR) in ctf_dwarf_create_array_range()
1751 ctf_dwarf_create_array(ctf_cu_t *cup, Dwarf_Die die, ctf_id_t *idp, int isroot) in ctf_dwarf_create_array() argument
1781 isroot)) != 0) in ctf_dwarf_create_array()
[all …]