Home
last modified time | relevance | path

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

/illumos-gate/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()
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()
/illumos-gate/usr/src/cmd/nscd/
H A Dgetexec.c83 _priv_execattr *ep1 = (_priv_execattr *)e1->key.attrp; in execattr_compar() local
89 EXEC_STR_CMP(ep1->name, ep2->name); in execattr_compar()
92 EXEC_STR_CMP(ep1->policy, ep2->policy); in execattr_compar()
95 EXEC_STR_CMP(ep1->type, ep2->type); in execattr_compar()
98 EXEC_STR_CMP(ep1->id, ep2->id); in execattr_compar()
101 return (_NSC_INT_KEY_CMP(ep1->search_flag, ep2->search_flag)); in execattr_compar()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_ep_modify.c88 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()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_debug.c665 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()
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()
719 if (ep1->re_char1 != NULL) { in events_same()
722 len = strlen(ep1->re_char1); in events_same()
729 if (ep1->re_char2 != NULL) { in events_same()
[all …]
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_event.c359 fmd_event_impl_t *ep1 = (fmd_event_impl_t *)e1; in fmd_event_equal() local
362 return (ep1->ev_log != NULL && in fmd_event_equal()
363 ep1->ev_log == ep2->ev_log && ep1->ev_off == ep2->ev_off); in fmd_event_equal()
/illumos-gate/usr/src/cmd/mandoc/
H A Ddba.c503 const struct macro_entry *ep1, *ep2; in compare_entries() local
505 ep1 = *(const struct macro_entry * const *)vp1; in compare_entries()
507 return strcmp(ep1->value, ep2->value); in compare_entries()
/illumos-gate/usr/src/cmd/file/
H A Dmagicutils.c110 static Entry *ep1; /* current entry in mtab1 */ variable
235 ep = ep1; in f_mkmtab()
513 ep1 = ep; in f_mkmtab()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c477 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()