Searched refs:ep2 (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/nscd/ |
H A D | getexec.c | 86 _priv_execattr *ep2 = (_priv_execattr *)e2->key.attrp; local 91 EXEC_STR_CMP(ep1->name, ep2->name); 94 EXEC_STR_CMP(ep1->policy, ep2->policy); 97 EXEC_STR_CMP(ep1->type, ep2->type); 100 EXEC_STR_CMP(ep1->id, ep2->id); 103 return (_NSC_INT_KEY_CMP(ep1->search_flag, ep2->search_flag));
|
/illumos-gate/usr/src/cmd/sgs/error/common/ |
H A D | errormain.c | 288 Eptr ep1, ep2; local 298 ep1 = *epp1; ep2 = *epp2; 299 if (ep1 == 0 || ep2 == 0) 302 (NOTSORTABLE(ep2->error_e_class))) { 306 return (ep1->error_no - ep2->error_no); 307 order = strcmp(ep1->error_text[0], ep2->error_text[0]); 309 return (ep1->error_line - ep2->error_line);
|
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_ep_modify.c | 88 DAPL_EP *ep1, *ep2; local 180 ep_param_mask, ep_param, &ia, &ep2, &ep_attr2); 182 dapl_os_unlock(&ep2->header.lock); 191 dapl_os_assert(ep1 == ep2); 195 copy_of_old_ep = *ep2; 200 new_ep = *ep2; 217 ep2->param.ep_attr.max_recv_dtos)) { 224 ep2->param.ep_attr.max_request_dtos)) { 246 dapl_os_assert((ep2->param.ep_state != 248 (ep2 [all...] |
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_client_debug.c | 665 nfs4_revent_t *ep1, *ep2; local 679 ep2 = &new_msg->rmsg_u.msg_event; 680 if (ep1->re_type != ep2->re_type) 688 if (ep1->re_mi != ep2->re_mi) 690 if (ep1->re_uint != ep2->re_uint) 692 if (ep1->re_stat4 != ep2->re_stat4) 694 if (ep1->re_pid != ep2->re_pid) 696 if (ep1->re_rp1 != ep2->re_rp1) 698 if (ep1->re_rp2 != ep2->re_rp2) 700 if (ep1->re_tag1 != ep2 [all...] |
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | fme.c | 221 set_needed_arrows(struct event *ep, struct event *ep2, struct fme *fmep) argument 240 unset_needed_arrows(struct event *ep, struct event *ep2, struct fme *fmep) 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) argument 3621 struct event *ep2 = ap->arrowp->head->myevent; local 3631 if (keep && (ep2->cached_state & 3633 ep2->keep_in_tree = 1; 3634 ep2->cached_state &= 3636 (void) mark_arrows(fmep, ep2, mark, 0, NULL, 3641 if (ep2 3831 struct event *ep2; local [all...] |
H A D | itree.c | 477 event_cmp(struct event *ep1, struct event *ep2) argument 481 if ((diff = ep2->enode->u.event.ename->u.name.s - 484 if ((diff = (char *)ep2->ipp - (char *)ep1->ipp) != 0)
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_event.c | 360 fmd_event_impl_t *ep2 = (fmd_event_impl_t *)e2; local 363 ep1->ev_log == ep2->ev_log && ep1->ev_off == ep2->ev_off);
|
/illumos-gate/usr/src/cmd/file/ |
H A D | magicutils.c | 113 static Entry *ep2; /* current entry in mtab2 */ variable 241 ep = ep2; 519 ep2 = ep;
|
Completed in 111 milliseconds