Home
last modified time | relevance | path

Searched refs:ep2 (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/cmd/nscd/
H A Dgetexec.c86 _priv_execattr *ep2 = (_priv_execattr *)e2->key.attrp; in execattr_compar() local
91 EXEC_STR_CMP(ep1->name, ep2->name); in execattr_compar()
94 EXEC_STR_CMP(ep1->policy, ep2->policy); in execattr_compar()
97 EXEC_STR_CMP(ep1->type, ep2->type); in execattr_compar()
100 EXEC_STR_CMP(ep1->id, ep2->id); in execattr_compar()
103 return (_NSC_INT_KEY_CMP(ep1->search_flag, ep2->search_flag)); in execattr_compar()
/titanic_50/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_ep_modify.c88 DAPL_EP *ep1, *ep2; in dapl_ep_modify() local
180 ep_param_mask, ep_param, &ia, &ep2, &ep_attr2); in dapl_ep_modify()
182 dapl_os_unlock(&ep2->header.lock); in dapl_ep_modify()
191 dapl_os_assert(ep1 == ep2); in dapl_ep_modify()
195 copy_of_old_ep = *ep2; in dapl_ep_modify()
200 new_ep = *ep2; in dapl_ep_modify()
217 ep2->param.ep_attr.max_recv_dtos)) { in dapl_ep_modify()
224 ep2->param.ep_attr.max_request_dtos)) { in dapl_ep_modify()
246 dapl_os_assert((ep2->param.ep_state != in dapl_ep_modify()
248 (ep2->param.ep_state != in dapl_ep_modify()
[all …]
/titanic_50/usr/src/cmd/sgs/error/common/
H A Derrormain.c288 Eptr ep1, ep2; in errorsort() local
298 ep1 = *epp1; ep2 = *epp2; in errorsort()
299 if (ep1 == 0 || ep2 == 0) in errorsort()
302 (NOTSORTABLE(ep2->error_e_class))) { in errorsort()
306 return (ep1->error_no - ep2->error_no); in errorsort()
307 order = strcmp(ep1->error_text[0], ep2->error_text[0]); in errorsort()
309 return (ep1->error_line - ep2->error_line); in errorsort()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_debug.c665 nfs4_revent_t *ep1, *ep2; in events_same() local
679 ep2 = &new_msg->rmsg_u.msg_event; in events_same()
680 if (ep1->re_type != ep2->re_type) in events_same()
688 if (ep1->re_mi != ep2->re_mi) in events_same()
690 if (ep1->re_uint != ep2->re_uint) in events_same()
692 if (ep1->re_stat4 != ep2->re_stat4) in events_same()
694 if (ep1->re_pid != ep2->re_pid) in events_same()
696 if (ep1->re_rp1 != ep2->re_rp1) in events_same()
698 if (ep1->re_rp2 != ep2->re_rp2) in events_same()
700 if (ep1->re_tag1 != ep2->re_tag1) in events_same()
[all …]
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c221 set_needed_arrows(struct event *ep, struct event *ep2, struct fme *fmep) in set_needed_arrows() argument
240 unset_needed_arrows(struct event *ep, struct event *ep2, struct fme *fmep) in unset_needed_arrows() argument
256 static void clear_arrows(struct event *ep, struct event *ep2, struct fme *fmep);
1606 clear_arrows(struct event *ep, struct event *ep2, struct fme *fmep) in clear_arrows() argument
3621 struct event *ep2 = ap->arrowp->head->myevent; in mark_arrows() local
3631 if (keep && (ep2->cached_state & in mark_arrows()
3633 ep2->keep_in_tree = 1; in mark_arrows()
3634 ep2->cached_state &= in mark_arrows()
3636 (void) mark_arrows(fmep, ep2, mark, 0, NULL, in mark_arrows()
3641 if (ep2->cached_state & REQMNTS_DISPROVED) { in mark_arrows()
[all …]
H A Ditree.c477 event_cmp(struct event *ep1, struct event *ep2) in event_cmp() argument
481 if ((diff = ep2->enode->u.event.ename->u.name.s - in event_cmp()
484 if ((diff = (char *)ep2->ipp - (char *)ep1->ipp) != 0) in event_cmp()
/titanic_50/usr/src/cmd/fm/fmd/common/
H A Dfmd_event.c360 fmd_event_impl_t *ep2 = (fmd_event_impl_t *)e2; in fmd_event_equal() local
363 ep1->ev_log == ep2->ev_log && ep1->ev_off == ep2->ev_off); in fmd_event_equal()
/titanic_50/usr/src/cmd/file/
H A Dmagicutils.c113 static Entry *ep2; /* current entry in mtab2 */ variable
241 ep = ep2; in f_mkmtab()
519 ep2 = ep; in f_mkmtab()