Home
last modified time | relevance | path

Searched refs:GROUPS (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/data/
H A Dbash_pre_rc.sh66 set -A GROUPS $(id -G)
67 function GROUPS.set
71 function GROUPS.unset
73 unset -f GROUPS.set
74 unset -f GROUPS.unset
/titanic_41/usr/src/ucbcmd/groups/
H A DTHIRDPARTYLICENSE.descrip1 PORTIONS OF GROUPS(1B) COMMAND
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Dremove.c339 if (GROUPS(lmp) != NULL) { in remove_so()
343 for (APLIST_TRAVERSE(GROUPS(lmp), idx1, ghp)) { in remove_so()
355 free(GROUPS(lmp)); in remove_so()
813 (void) aplist_delete_value(GROUPS(lmp), ghp); in free_hdl()
963 (void) aplist_delete_value(GROUPS(lmp), ghp); in remove_lmc()
1466 (void) aplist_delete_value(GROUPS(lmp), ghp); in remove_hdl()
H A Dobject.c373 GROUPS(nlmp) = GROUPS(olmp); in elf_obj_fini()
H A Danalyze.c2313 if (GROUPS(clmp) == NULL) in load_finish()
2322 for (APLIST_TRAVERSE(GROUPS(clmp), idx1, ghp)) { in load_finish()
H A Dutil.c3493 ((calp = GROUPS(clmp)) == NULL) || ((dalp = GROUPS(dlmp)) == NULL)) in callable()
H A Ddlfcns.c157 if (aplist_append(&GROUPS(lmp), ghp, AL_CNT_GROUPS) == NULL) in hdl_add()
/titanic_41/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.msg162 @ MSG_LFL_GROUPSEXIST "LOCAL-GROUPS-EXIST"
468 @ MSG_RTMAP_LINE7 " GROUPS: 0x%0?p\t HANDLES: 0x%0?p\n"
637 @ MSG_GROUPS_DCD "Display Rt_map GROUPS group handles"
639 @ MSG_GROUPS_LINE1 "GROUPS for %s\n"
643 Display the list of GROUPS() that the Rt_map, specified by addr, is a \
644 member\nof. A GROUPS() entry consists of an APlist of Grp_hdl entries. \
H A Drtld.c466 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE7), GROUPS(&rtmap), HANDLES(&rtmap)); in dcmd_rtmap()
1273 if (GROUPS(&rtmap) == 0) in dcmd_Groups()
1276 addr = (uintptr_t)GROUPS(&rtmap); in dcmd_Groups()
/titanic_41/usr/src/test/zfs-tests/include/
H A Dcommands.cfg69 export GROUPS="/usr/bin/groups"
/titanic_41/usr/src/cmd/sgs/include/
H A Drtld.h949 #define GROUPS(X) ((X)->rt_groups) macro