/titanic_50/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))
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 976 ctf_dwarf_create_base(ctf_cu_t *cup, Dwarf_Die die, ctf_id_t *idp, int isroot, in ctf_dwarf_create_base() argument 1007 id = ctf_add_encoded(cup->cu_ctfp, isroot, name, &enc, kind); in ctf_dwarf_create_base() 1326 int kind, int isroot) in ctf_dwarf_create_sou() argument 1358 base = ctf_add_forward(cup->cu_ctfp, isroot, name, kind); in ctf_dwarf_create_sou() 1360 base = ctf_add_struct(cup->cu_ctfp, isroot, name); in ctf_dwarf_create_sou() 1362 base = ctf_add_union(cup->cu_ctfp, isroot, name); in ctf_dwarf_create_sou() 1393 ctf_id_t base, int isroot) in ctf_dwarf_create_array_range() argument 1443 if ((*idp = ctf_add_array(cup->cu_ctfp, isroot, &ar)) == CTF_ERR) in ctf_dwarf_create_array_range() 1455 ctf_dwarf_create_array(ctf_cu_t *cup, Dwarf_Die die, ctf_id_t *idp, int isroot) in ctf_dwarf_create_array() argument 1485 isroot)) != 0) in ctf_dwarf_create_array() [all …]
|
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | ctf.c | 236 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_50/usr/src/uts/common/ipp/ipgpc/ |
H A D | trie.c | 67 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 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()
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 799 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()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_rnode.c | 1923 int isroot; in isrootfh() local 1925 isroot = 0; in isrootfh() 1927 isroot = 1; in isrootfh() 1929 return (isroot); in isrootfh()
|
/titanic_50/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 231 mode_t mode, int flags, struct cred *cr, int isroot); 574 int isroot) in hs_mountfs() argument 842 if (isroot) { in hs_mountfs()
|
/titanic_50/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 617 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_50/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.c | 316 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()
|