Searched refs:eip (Results 1 - 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_fm.c417 shrink_ranges(zfs_ecksum_info_t *eip) argument
420 uint32_t new_allowed_gap = eip->zei_mingap + 1;
423 size_t max = eip->zei_range_count;
425 struct zei_ranges *r = eip->zei_ranges;
427 ASSERT3U(eip->zei_range_count, >, 0);
428 ASSERT3U(eip->zei_range_count, <=, MAX_RANGES);
454 ASSERT3U(output, <, eip->zei_range_count);
455 eip->zei_range_count = output;
456 eip->zei_mingap = mingap;
457 eip
461 add_range(zfs_ecksum_info_t *eip, int start, int end) argument
489 range_total_size(zfs_ecksum_info_t *eip) argument
523 zfs_ecksum_info_t *eip = kmem_zalloc(sizeof (*eip), KM_SLEEP); local
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_intr.c122 efx_intr_t *eip = &(enp->en_intr); local
134 eip->ei_esmp = esmp;
135 eip->ei_type = type;
136 eip->ei_level = 0;
168 eip->ei_eiop = eiop;
186 efx_intr_t *eip = &(enp->en_intr); local
187 const efx_intr_ops_t *eiop = eip->ei_eiop;
202 efx_intr_t *eip = &(enp->en_intr); local
203 const efx_intr_ops_t *eiop = eip->ei_eiop;
215 efx_intr_t *eip local
228 efx_intr_t *eip = &(enp->en_intr); local
243 efx_intr_t *eip = &(enp->en_intr); local
258 efx_intr_t *eip = &(enp->en_intr); local
273 efx_intr_t *eip = &(enp->en_intr); local
286 efx_intr_t *eip = &(enp->en_intr); local
308 efx_intr_t *eip = &(enp->en_intr); local
347 efx_intr_t *eip = &(enp->en_intr); local
388 efx_intr_t *eip = &(enp->en_intr); local
440 efx_intr_t *eip = &(enp->en_intr); local
466 efx_intr_t *eip = &(enp->en_intr); local
493 efx_intr_t *eip = &(enp->en_intr); local
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-threads.c278 PRLDAP_ErrorInfo *eip; local
280 if (( map = (PRLDAP_TPDMap *)errorarg ) != NULL && ( eip =
284 *matchedp = eip->plei_matched;
287 *errmsgp = eip->plei_errmsg;
289 return( eip->plei_lderrno );
306 PRLDAP_ErrorInfo *eip; local
309 if (( eip = (PRLDAP_ErrorInfo *)prldap_get_thread_private(
322 eip = (PRLDAP_ErrorInfo *)PR_Calloc( 1,
324 if ( eip == NULL ) {
327 (void)prldap_set_thread_private( map->prtm_index, eip );
473 PRLDAP_ErrorInfo *eip; local
[all...]
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_entity.c70 ipmi_entity_add_assoc(ipmi_handle_t *ihp, ipmi_entity_impl_t *eip, argument
99 cp->ie_parent = eip;
100 ipmi_list_append(&eip->ie_child_list, cp);
101 eip->ie_entity.ie_children++;
200 ipmi_entity_impl_t *eip; local
209 if ((eip = ipmi_hash_lookup(ihp->ih_entities, &search)) == NULL) {
210 if ((eip = ipmi_zalloc(ihp,
214 eip->ie_entity.ie_type = id;
215 eip->ie_entity.ie_instance = instance;
217 ipmi_hash_insert(ihp->ih_entities, eip);
404 ipmi_entity_impl_t *eip = ENTITY_TO_IMPL(ep); local
580 ipmi_entity_impl_t *eip; local
604 ipmi_entity_impl_t *eip = ENTITY_TO_IMPL(ep); local
623 ipmi_entity_impl_t *eip = ENTITY_TO_IMPL(ep); local
640 ipmi_entity_impl_t *eip = ENTITY_TO_IMPL(ep); local
654 ipmi_entity_impl_t *eip; local
692 const ipmi_entity_impl_t *eip = p; local
734 ipmi_entity_impl_t *eip; local
[all...]
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_node.c29 #define NEXT_ED(eip) \
30 ((ses2_ed_impl_t *)((uint8_t *)(eip) + \
31 ((eip)->st_hdr.sehi_ed_len + sizeof (ses2_ed_hdr_impl_t))))
136 ses2_ed_impl_t *eip; local
172 for (eip = (ses2_ed_impl_t *)pip->scpi_data, i = 0;
174 i++, eip = NEXT_ED(eip)) {
175 if (!SES_WITHIN_PAGE_STRUCT(eip, pp->ssp_page, pp->ssp_len))
178 n_etds += eip->st_hdr.sehi_n_etd_hdrs;
180 ftip = (ses2_td_hdr_impl_t *)eip;
[all...]
/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2.c70 ses2_cmn_elem_ctl_impl_t *eip; local
76 if ((eip = ses_plugin_ctlpage_lookup(sp, ses_node_snapshot(np),
84 eip->seci_rst_swap = !v;
86 eip->seci_disable = v;
88 eip->seci_prdfail = v;
H A Dses2_pages.c41 ses2_cmn_elem_ctl_impl_t *eip = data; local
47 SES_NV_CTLBOOL_INVERT(props, SES_PROP_SWAP, eip->seci_rst_swap);
48 SES_NV_CTLBOOL(props, SES_PROP_DISABLED, eip->seci_disable);
49 SES_NV_CTLBOOL(props, SES_PROP_PRDFAIL, eip->seci_prdfail);
51 eip->seci_select = 1;
233 ses2_elem_ctl_impl_t *eip; local
244 data = eip = &pip->scpi_data[index];
249 if (eip->seci_common.seci_select)
H A Dses2_element_ctl.c642 ses2_expander_ctl_impl_t *eip; local
646 if ((eip = ses_plugin_ctlpage_lookup(sp, ses_node_snapshot(np),
654 eip->seci_rqst_fail = v;
656 eip->seci_rqst_ident = v;
1788 ses2_expander_ctl_impl_t *eip = data; local
1791 SES_NV_CTLBOOL(props, SES_PROP_FAIL, eip->seci_rqst_fail);
1792 SES_NV_CTLBOOL(props, SES_PROP_IDENT, eip->seci_rqst_ident);
H A Dses2_element.c483 ses2_expander_status_impl_t *eip = (ses2_expander_status_impl_t *)esip; local
486 SES_NV_ADD(boolean_value, nverr, nvl, SES_PROP_FAIL, eip->sesi_fail);
487 SES_NV_ADD(boolean_value, nverr, nvl, SES_PROP_IDENT, eip->sesi_ident);
/illumos-gate/usr/src/lib/scsi/libscsi/common/
H A Dscsi_engine.c46 libscsi_engine_impl_t *eip; local
58 for (eip = hp->lsh_engines; eip != NULL; eip = eip->lsei_next) {
59 if (strcmp(eip->lsei_engine->lse_name, name) == 0)
60 return (eip->lsei_engine);
130 eip = libscsi_zalloc(hp, sizeof (libscsi_engine_impl_t));
131 if (eip == NULL) {
135 eip
[all...]
H A Dscsi_subr.c211 libscsi_engine_impl_t *eip, *neip; local
218 for (eip = hp->lsh_engines; eip != NULL; eip = neip) {
219 neip = eip->lsei_next;
220 (void) dlclose(eip->lsei_dl_hdl);
221 libscsi_free(hp, eip);
/illumos-gate/usr/src/lib/libcurses/screen/
H A Didlok.c118 IDST *ip, *ep, *eip; local
128 eip = eid;
131 eip = sid - 1;
135 while (ip != eip) {
145 for (ep = ip+dir; ep != eip; ep += dir)
/illumos-gate/usr/src/uts/common/xen/public/arch-x86/
H A Dxen-x86_32.h152 uint32_t eip; member in struct:cpu_user_regs
183 unsigned long eip; member in struct:xen_callback
211 unsigned long eip; member in struct:panic_regs
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dsetjmp.s42 / env[5] = %eip 20
/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dasm_subr.s127 / args: cs, ss, gs, ..., eip, env, savemask
H A Dmachdep.c215 greg_t ebx, greg_t edx, greg_t ecx, greg_t eax, greg_t eip,
251 ucp->uc_mcontext.gregs[EIP] = eip;
212 __csigsetjmp(greg_t cs, greg_t ss, greg_t gs, greg_t fs, greg_t es, greg_t ds, greg_t edi, greg_t esi, greg_t ebp, greg_t esp, greg_t ebx, greg_t edx, greg_t ecx, greg_t eax, greg_t eip, sigjmp_buf env, int savemask) argument
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_log.c559 fmd_event_impl_t *eip; local
571 eip = (fmd_event_impl_t *)cit->cit_event;
573 if (eip->ev_log == NULL)
576 maj = major(eip->ev_log->log_stat.st_dev);
577 min = minor(eip->ev_log->log_stat.st_dev);
588 if (eip->ev_log->log_uuid == NULL) {
594 &eip->ev_log->log_stat.st_ino, 0);
598 eip->ev_log->log_uuid, 0) == -1) {
607 (void) ea_set_item(ip, CAT_FMA_OFFSET, &eip->ev_off, 0);
H A Dfmd_case.c1179 fmd_case_impl_t *eip; local
1185 for (eip = chp->ch_hash[h]; eip != NULL; eip = eip->ci_next) {
1186 if (strcmp(cip->ci_uuid, eip->ci_uuid) == 0 &&
1187 fmd_case_tryhold(eip) != NULL) {
1189 return (eip); /* uuid already present */
1252 fmd_case_impl_t *eip = NULL; local
1282 if (eip !
1345 fmd_case_impl_t *eip; local
[all...]
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dinterrupt.s168 / what a trap would do: push our flags, %cs, %eip, error code
H A Dsyscall_asm.s124 * | | user's %eip (user return address) |
473 * to push %ss, %esp, <top-of-stack>, %cs, %eip onto the kernel stack.
490 * - %edx contains the return %eip
496 * mov $1f, %edx / return %eip
504 * - %eip is pointing to sys_sysenter (below).
567 pushl %edx / userland makes this a copy of %eip
609 / sysexit uses %edx to restore %eip, so we can't use it
626 popl %edx / sysexit: %edx -> %eip
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_ia32util.c83 { "eip", KREG_EIP, MDB_TGT_R_EXPORT },
115 mdb_printf("%%eip = 0x%0?p %A\n", kregs[KREG_EIP], kregs[KREG_EIP]);
149 * Given a return address (%eip), determine the likely number of arguments
158 kvm_argcount(mdb_tgt_t *t, uintptr_t eip, ssize_t size) argument
169 if (mdb_tgt_vread(t, ins, sizeof (ins), eip) != sizeof (ins))
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dmp_xen.c373 vgc.user_regs.eip = tp->t_pc;
458 vgc->user_regs.eip = pcb->val[REG_LABEL_PC];
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c832 * Determine whether eip is likely to have an interrupt frame
1119 PANICNVADD(pnv, "eip", (uint32_t)rp->r_eip);
1144 * Given a return address (%eip), determine the likely number of arguments
1159 argcount(uintptr_t eip) argument
1161 const uint8_t *ins = (const uint8_t *)eip;
1170 if (eip < KERNELBASE || ins[1] != M_MODRM_ESP)
1200 * the corresponding %eip is not known.
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4/
H A Dfire.esc143 event ereport.io.fire.pec.eip@hostbridge/pciexrc{within(5s)};
533 ereport.io.fire.pec.eip@hostbridge/pciexrc,
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c2332 ipha_t *eip, *ip; local
2410 eip = (ipha_t *)(reghdr + 1);
2415 if (!CLASSD(eip->ipha_dst)) {
2429 ntohl(eip->ipha_src),
2430 ntohl(eip->ipha_dst),
2431 ntohs(eip->ipha_length));

Completed in 159 milliseconds

12