Searched refs:ep1 (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/sgs/error/common/ |
H A D | errormain.c | 288 Eptr ep1, ep2; in errorsort() local 298 ep1 = *epp1; ep2 = *epp2; in errorsort() 299 if (ep1 == 0 || ep2 == 0) in errorsort() 301 if ((NOTSORTABLE(ep1->error_e_class)) ^ in errorsort() 303 return (NOTSORTABLE(ep1->error_e_class) ? -1 : 1); in errorsort() 305 if (NOTSORTABLE(ep1->error_e_class)) /* then both are */ 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_41/usr/src/cmd/nscd/ |
H A D | getexec.c | 85 _priv_execattr *ep1 = (_priv_execattr *)e1->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_41/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_ep_modify.c | 88 DAPL_EP *ep1, *ep2; in dapl_ep_modify() local 107 ep_param_mask, ep_param, &ia, &ep1, &ep_attr1); in dapl_ep_modify() 116 alloc_ep = *ep1; in dapl_ep_modify() 146 &alloc_ep.req_buffer, ep1, DAPL_COOKIE_QUEUE_EP, in dapl_ep_modify() 153 if (!ep1->srq_attached) { in dapl_ep_modify() 154 dat_status = dapls_cb_create(&alloc_ep.recv_buffer, ep1, in dapl_ep_modify() 162 dat_status = dapls_ib_qp_alloc(ia, &alloc_ep, ep1); in dapl_ep_modify() 173 dapl_os_lock(&ep1->header.lock); in dapl_ep_modify() 191 dapl_os_assert(ep1 == ep2); in dapl_ep_modify()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_client_debug.c | 665 nfs4_revent_t *ep1, *ep2; in events_same() local 678 ep1 = &cur_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_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_event.c | 362 fmd_event_impl_t *ep1 = (fmd_event_impl_t *)e1; in fmd_event_equal() local 365 return (ep1->ev_log != NULL && in fmd_event_equal() 366 ep1->ev_log == ep2->ev_log && ep1->ev_off == ep2->ev_off); in fmd_event_equal()
|
/titanic_41/usr/src/cmd/file/ |
H A D | magicutils.c | 112 static Entry *ep1; /* current entry in mtab1 */ variable 237 ep = ep1; in f_mkmtab() 515 ep1 = ep; in f_mkmtab()
|
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | itree.c | 477 event_cmp(struct event *ep1, struct event *ep2) in event_cmp() argument 482 ep1->enode->u.event.ename->u.name.s) != 0) in event_cmp() 484 if ((diff = (char *)ep2->ipp - (char *)ep1->ipp) != 0) in event_cmp()
|