Home
last modified time | relevance | path

Searched refs:my_id (Results 1 – 25 of 159) sorted by last modified time

1234567

/illumos-gate/usr/src/cmd/truss/
H A Dmain.c182 lwpid_t my_id = thr_self(); in broadcast_signals() local
189 if ((lwpid = truss_lwpid[i]) != 0 && lwpid != my_id) in broadcast_signals()
196 if ((lwpid = truss_lwpid[i]) != 0 && lwpid != my_id) in broadcast_signals()
203 if ((lwpid = truss_lwpid[i]) != 0 && lwpid != my_id) in broadcast_signals()
1446 lwpid_t my_id = thr_self(); in worker_thread() local
1450 if (truss_lwpid[i] == my_id) { in worker_thread()
/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Dsupport.c266 u_int32_t my_id; in dst_s_build_filename() local
276 my_id = id; in dst_s_build_filename()
277 sprintf(filename, "K%s+%03d+%05d.%s", name, alg, my_id, in dst_s_build_filename()
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c1400 my_id *nl_idp; in sm_crash()
1411 nl_idp = &nl_monp->id.mon_id.my_id; in sm_crash()
H A Dsm_proc.c152 monidp->my_id.my_prog, monidp->my_id.my_vers, in sm_unmon_svc()
153 monidp->my_id.my_proc); in sm_unmon_svc()
167 my_id *myidp = arg1; in sm_unmon_all_svc()
418 my_id *my_idp, *nl_idp; in insert_mon()
447 if ((new->id.mon_id.my_id.my_name = in insert_mon()
496 my_idp = &new->id.mon_id.my_id; in insert_mon()
602 my_id *nl_idp; in delete_onemon()
610 nl_idp = &nl->id.mon_id.my_id; in delete_onemon()
735 free(minfop->id.mon_id.my_id.my_name); in thr_send_notice()
754 my_id *my_idp; in statd_call_lockd()
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_mtag.c51 static int my_id; variable
458 my_id = id; in register_mtag()
H A Dsmatch_type_links.c48 static int my_id; variable
71 my_id = id; in register_type_links()
H A Dsmatch_type_val.c39 static int my_id; variable
132 old = get_state_stree(fn_type_val, my_id, member, NULL); in add_type_val()
138 set_state_stree(&fn_type_val, my_id, member, NULL, new); in add_type_val()
146 old = get_state_stree(fn_type_val, my_id, member, NULL); in add_fake_type_val()
161 set_state_stree(&fn_type_val, my_id, member, NULL, new); in add_fake_type_val()
169 old = get_state_stree(global_type_val, my_id, member, NULL); in add_global_type_val()
176 set_state_stree_perm(&global_type_val, my_id, member, NULL, new); in add_global_type_val()
666 my_id = id; in register_type_val()
H A Dsmatch_untracked_param.c38 static int my_id; variable
125 set_state(my_id, name, sym, &untracked); in mark_untracked_lost()
183 set_state_expr(my_id, arg, &untracked); in match_after_call()
232 } else if ((sm = get_sm_state(my_id, arg->ident->name, arg))) { in print_untracked_params()
264 set_state_expr(my_id, right, &untracked); in match_param_assign()
283 set_state_expr(my_id, expr, &untracked); in match_param_assign_in_asm()
299 my_id = id; in register_untracked_param()
H A Dsmatch_stored_conditions.c42 static int my_id; variable
135 set_state(my_id, name, NULL, &undefined); in match_link_modify()
209 set_true_false_states(my_id, name, NULL, true_state, false_state); in __stored_condition()
223 state = get_state(my_id, name, NULL); in get_stored_condition()
240 my_id = id; in register_stored_conditions()
241 set_dynamic_states(my_id); in register_stored_conditions()
295 sm = get_sm_state(my_id, name, NULL); in stored_condition_implication_hook()
H A Dsmatch_strings.c22 static int my_id; variable
69 set_state_expr(my_id, dest, alloc_state_str(src->string->data)); in match_strcpy()
81 sm = alloc_sm_state(my_id, expr->string->data, NULL, state); in get_strings()
103 sm = get_sm_state_expr(my_id, expr); in get_strings()
124 set_state_expr(my_id, expr->left, sm->state); in match_assignment()
147 my_id = id; in register_strings()
H A Dsmatch_sval.c877 void register_sval(int my_id) in register_sval() argument
H A Dsmatch_start_states.c27 static int my_id; variable
60 my_id = id; in register_start_states()
H A Dsmatch_statement_count.c24 static int my_id; variable
43 state = get_state(my_id, "stmts", NULL); in get_stmt_cnt()
55 set_state(my_id, "stmts", NULL, alloc_state_num(cnt)); in match_statement()
75 set_state(my_id, "stmts", NULL, alloc_state_num(cnt + add)); in select_return_info()
80 my_id = id; in register_statement_count()
82 set_dynamic_states(my_id); in register_statement_count()
84 add_merge_hook(my_id, &merge_states); in register_statement_count()
H A Dsmatch_return_to_param.c31 static int my_id; variable
48 set_state(my_id, sm->name, sm->sym, &undefined); in undef()
60 state = get_state(my_id, sym->ident->name, sym); in map_call_to_other_name_sym()
106 if (sm->owner == my_id) { in map_long_to_short_name_sym()
135 state = get_state(my_id, name, start_sym); in map_call_to_param_name_sym()
181 set_state(my_id, left_name, left_sym, alloc_my_state(right_name, right_sym)); in store_mapping_helper()
229 my_id = id; in register_return_to_param()
230 set_dynamic_states(my_id); in register_return_to_param()
231 add_modification_hook(my_id, &undef); in register_return_to_param()
237 set_up_link_functions(my_id, link_id); in register_return_to_param_links()
H A Dsmatch_parse_call_math.c22 static int my_id; variable
483 set_state_expr(my_id, expr->left, alloc_state_sname(sname)); in match_alloc()
604 set_state_expr(my_id, expr->left, alloc_state_sname(sname)); in match_call_assignment()
625 state = get_state_expr(my_id, expr); in get_allocation_math()
636 my_id = id; in register_parse_call_math()
638 set_dynamic_states(my_id); in register_parse_call_math()
/illumos-gate/usr/src/uts/common/rpcsvc/
H A Dsm_inter.x50 struct sm_stat SM_UNMON_ALL(struct my_id) = 4;
64 struct my_id { struct
74 struct my_id my_id; argument
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c934 args.mon_id.my_id.my_name = uts_nodename(); in nlm_nsm_mon()
935 args.mon_id.my_id.my_prog = NLM_PROG; in nlm_nsm_mon()
936 args.mon_id.my_id.my_vers = NLM_SM; in nlm_nsm_mon()
937 args.mon_id.my_id.my_proc = NLM_SM_NOTIFY1; in nlm_nsm_mon()
959 args.my_id.my_name = uts_nodename(); in nlm_nsm_unmon()
960 args.my_id.my_prog = NLM_PROG; in nlm_nsm_unmon()
961 args.my_id.my_vers = NLM_SM; in nlm_nsm_unmon()
962 args.my_id.my_proc = NLM_SM_NOTIFY1; in nlm_nsm_unmon()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_dbg.c287 qede_debug_after_pf_stop(void *cdev, u8 my_id) in qede_debug_after_pf_stop() argument
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_ll2.h121 u8 my_id; member
H A Decore_int.c1161 p_hwfn, p_hwfn->my_id); in ecore_int_sp_dpc()
H A Decore_hw.c83 p_pool->ptts[i].hwfn_id = p_hwfn->my_id; in ecore_ptt_pool_alloc()
215 if (p_ptt->hwfn_id != p_hwfn->my_id) in ecore_set_ptt()
218 p_ptt->idx, p_ptt->hwfn_id, p_hwfn->my_id); in ecore_set_ptt()
H A Decore_dev.c152 p_hwfn->my_id = i; in ecore_init_struct()
1942 OSAL_BEFORE_PF_START((void *)p_hwfn->p_dev, p_hwfn->my_id); in ecore_hw_init_pf()
2432 OSAL_AFTER_PF_STOP((void *)p_dev, p_hwfn->my_id); in ecore_hw_stop()
3988 if (!p_hwfn->my_id) { in ecore_hw_prepare_single()
H A Decore_cxt.c628 p_hwfn->my_id, p_hwfn->p_cxt_mngr->pf_start_line); in ecore_cxt_cfg_ilt_compute()
H A Decore.h570 u8 my_id; /* ID inside the PF */ member
571 #define IS_LEAD_HWFN(edev) (!((edev)->my_id))
H A Dbcm_osal.h550 void qede_debug_after_pf_stop(void *cdev, u8 my_id);

1234567