Home
last modified time | relevance | path

Searched refs:tgid (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dlun_map.c64 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 Dadt_xlate.h135 gid_t tgid; member
H A Dadt_token.c519 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 Djobs.c226 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 Dkernel.implicit_dependencies.no_structs243 …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 Dibcm_sm.c6662 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()