Searched refs:tgid (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/comstar/stmf/ |
H A D | lun_map.c | 64 stmf_lun_map_t *stmf_get_ve_map_per_ids(stmf_id_data_t *tgid, 602 stmf_id_data_t *tgid; in stmf_lookup_group_for_target() local 607 for (tgid = stmf_state.stmf_tg_list.idl_head; tgid; in stmf_lookup_group_for_target() 608 tgid = tgid->id_next) { in stmf_lookup_group_for_target() 610 (stmf_id_list_t *)tgid->id_impl_specific, in stmf_lookup_group_for_target() 613 return (tgid); in stmf_lookup_group_for_target() 1473 stmf_id_data_t *tgid; in stmf_add_group_member() local 1475 tgid = ilport->ilport_tg; in stmf_add_group_member() 1477 if (tgid) { in stmf_add_group_member() 1478 vemap = stmf_get_ve_map_per_ids(tgid, id_grp); in stmf_add_group_member() [all …]
|
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | adt_xlate.h | 135 gid_t tgid; member
|
H A D | adt_token.c | 519 egid = ((union convert *)p_data)->tgid; in adt_to_process() 523 rgid = ((union convert *)p_data)->tgid; in adt_to_process()
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | jobs.c | 226 pid_t tgid; in statjob() local 245 if (tgid = settgid(mypgid, jp->j_pgid)) in statjob() 246 jp->j_tgid = tgid; in statjob()
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
H A D | kernel.implicit_dependencies.no_structs | 243 …ruct restart_block)->fn, (struct task_struct)->pid, (struct task_struct)->tgid, (struct task_struc… 244 …ruct restart_block)->fn, (struct task_struct)->pid, (struct task_struct)->tgid, (struct task_struc… 266 …ruct restart_block)->fn, (struct task_struct)->pid, (struct task_struct)->tgid, (struct task_struc… 267 …ruct restart_block)->fn, (struct task_struct)->pid, (struct task_struct)->tgid, (struct task_struc… 268 …ruct restart_block)->fn, (struct task_struct)->pid, (struct task_struct)->tgid, (struct task_struc… 269 …ruct restart_block)->fn, (struct task_struct)->pid, (struct task_struct)->tgid, (struct task_struc… 276 …ruct restart_block)->fn, (struct task_struct)->pid, (struct task_struct)->tgid, (struct task_struc… 277 …ruct restart_block)->fn, (struct task_struct)->pid, (struct task_struct)->tgid, (struct task_struc… 278 …ruct restart_block)->fn, (struct task_struct)->pid, (struct task_struct)->tgid, (struct task_struc… 279 …ruct restart_block)->fn, (struct task_struct)->pid, (struct task_struct)->tgid, (struct task_struc… [all …]
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_sm.c | 6662 ib_gid_t tgid; in ibcm_process_cep_req_cm_hdlr() local 6664 tgid.gid_guid = in ibcm_process_cep_req_cm_hdlr() 6666 tgid.gid_prefix = in ibcm_process_cep_req_cm_hdlr() 6670 bcopy(&tgid, &rej_msgp->rej_addl_rej_info, sizeof (ib_gid_t)); in ibcm_process_cep_req_cm_hdlr() 6673 "%llX:%llX", tgid.gid_prefix, tgid.gid_guid); in ibcm_process_cep_req_cm_hdlr()
|