/illumos-gate/usr/src/uts/common/sys/ |
H A D | ctf.h | 217 #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 D | ctf_dwarf.c | 1135 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 …]
|
/illumos-gate/usr/src/uts/common/ipp/ipgpc/ |
H A D | trie.c | 65 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 D | classifier-objects.h | 174 uint16_t isroot; /* 1 if is root node, 0 otherwise */ member
|
H A D | filters.c | 197 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 D | ufs_vfsops.c | 800 char *path, cred_t *cr, int isroot, void *raw_argsp, int args_len) in mountfs() argument 1029 if (!(isroot & (vfsp->vfs_flag & VFS_RDONLY)) && in mountfs() 1043 if (isroot) { in mountfs() 1078 if (isroot) { in mountfs() 1263 if (isroot && !(flags & UFSMNT_ONERROR_FLGMASK)) in mountfs() 1269 if (why == ROOT_INIT && isroot) in mountfs()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_rnode.c | 1962 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 D | hsfs_vfsops.c | 232 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 D | udf_vfsops.c | 616 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 D | devinfo_devlink.c | 317 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()
|