Searched refs:sg_id (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | map_support.c | 657 sgp->sg_id = SGID_TEXT_EMPTY; in ld_map_seg_insert() 659 sgp->sg_id = SGID_TEXT; in ld_map_seg_insert() 663 sgp->sg_id = SGID_NULL_EMPTY; in ld_map_seg_insert() 665 sgp->sg_id = SGID_NULL; in ld_map_seg_insert() 668 sgp->sg_id = SGID_NOTE; in ld_map_seg_insert() 685 if (sgp->sg_id > sgp2->sg_id) { in ld_map_seg_insert() 690 if (sgp->sg_id >= sgp2->sg_id) { in ld_map_seg_insert()
|
H A D | entry.c | 461 switch (sgp->sg_id) { in ld_ent_setup()
|
H A D | map_core.c | 2461 if (sgp1->sg_id >= SGID_TEXT) in sort_seg_list() 2573 if ((sgp1->sg_id < SGID_TEXT) || in sort_seg_list()
|
/titanic_41/usr/src/uts/common/avs/ns/sv/ |
H A D | sv_impl.h | 65 sv_gid_t sg_id; /* id (bitmask) of client */ member
|
/titanic_41/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_sam.c | 393 new_ids->i_sid = smb_sid_dup(lgrp.sg_id.gs_sid); in smb_sam_usr_groups() 539 *sid = smb_sid_dup(grp.sg_id.gs_sid); in smb_sam_lookup_group()
|
H A D | smb_lgrp.c | 321 grp.sg_id.gs_type = SidTypeAlias; in smb_lgrp_add() 331 grp.sg_id.gs_type = wka->wka_type; in smb_lgrp_add() 781 smb_sid_free(grp->sg_id.gs_sid); in smb_lgrp_free() 1495 grp->sg_name, dom_idx, grp->sg_rid, grp->sg_id.gs_type, in smb_lgrp_gtbl_insert() 2332 grp->sg_id.gs_type = atoi(values[SMB_LGRP_GTBL_SIDTYP]); in smb_lgrp_decode() 2333 rc = smb_lgrp_getsid(sid_idx, &grp->sg_rid, grp->sg_id.gs_type, in smb_lgrp_decode() 2334 db, &grp->sg_id.gs_sid); in smb_lgrp_decode()
|
H A D | libsmb.h | 699 smb_gsid_t sg_id; member
|
/titanic_41/usr/src/cmd/sgs/liblddbg/common/ |
H A D | map.c | 213 EC_WORD(sgp->sg_id - SGID_TEXT)); in Dbg_map_sort_seg()
|
/titanic_41/usr/src/cmd/mdb/common/modules/sv/ |
H A D | sv.c | 314 addr, sg.sg_next, sg.sg_id, name); in sv_gclient()
|
/titanic_41/usr/src/cmd/sgs/include/ |
H A D | libld.h | 1042 Word sg_id; /* segment identifier (for sorting) */ member
|
/titanic_41/usr/src/cmd/smbsrv/smbadm/ |
H A D | smbadm.c | 958 smb_sid_tostr(grp->sg_id.gs_sid, sidstr); in smbadm_group_dump()
|