Home
last modified time | relevance | path

Searched refs:edp (Results 1 – 18 of 18) sorted by relevance

/titanic_41/usr/src/uts/common/exec/aout/
H A Daout.c58 static int get_aout_head(struct vnode **vpp, struct exdata *edp, long *execsz,
137 struct exdata edp, edpout; in aoutexec() local
153 if (error = get_aout_head(&vp, &edp, execsz, &isdyn)) in aoutexec()
156 if (error = chkaout(&edp)) in aoutexec()
183 if (CURRENT_TOTAL_AVAILABLE_SWAP < btopr(edp.ux_dsize) + btopr(SSIZE)) in aoutexec()
203 getexinfo(&edp, &edpout, &pagetext, &pagedata); in aoutexec()
208 if (error = execmap(edp.vp, edp.ux_txtorg, edp.ux_tsize, in aoutexec()
209 (size_t)0, edp.ux_toffset, textprot, pagetext, 0)) in aoutexec()
211 if (error = execmap(edp.vp, edp.ux_datorg, edp.ux_dsize, in aoutexec()
212 edp.ux_bsize, edp.ux_doffset, dataprot, pagedata, 0)) in aoutexec()
[all …]
/titanic_41/usr/src/lib/fm/topo/modules/common/ipmi/
H A Dipmi_enum.c194 ipmi_enum_data_t *edp = data; in ipmi_check_sdr() local
197 edp->ed_hasfru = B_TRUE; in ipmi_check_sdr()
209 ipmi_enum_data_t *edp = data; in ipmi_check_entity() local
211 tnode_t *pnode = edp->ed_pnode; in ipmi_check_entity()
212 topo_mod_t *mod = edp->ed_mod; in ipmi_check_entity()
221 if (ep->ie_type != edp->ed_entity) in ipmi_check_entity()
242 edp->ed_name, edp->ed_instance, NULL, auth, NULL, NULL, in ipmi_check_entity()
252 if ((tn = topo_node_bind(mod, pnode, edp->ed_name, in ipmi_check_entity()
253 edp->ed_instance, fmri)) == NULL) { in ipmi_check_entity()
265 if (edp->ed_label != NULL) in ipmi_check_entity()
[all …]
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_program.c105 dtrace_ecbdesc_t *edp = stp->ds_desc->dtsd_ecbdesc; in dtrace_program_info() local
107 if (edp == last) in dtrace_program_info()
109 last = edp; in dtrace_program_info()
121 if (edp->dted_action == NULL) in dtrace_program_info()
124 for (ap = edp->dted_action; ap != NULL; ap = ap->dtad_next) { in dtrace_program_info()
193 dt_ecbdesc_hold(dtrace_ecbdesc_t *edp) in dt_ecbdesc_hold() argument
195 edp->dted_refcnt++; in dt_ecbdesc_hold()
199 dt_ecbdesc_release(dtrace_hdl_t *dtp, dtrace_ecbdesc_t *edp) in dt_ecbdesc_release() argument
201 if (--edp->dted_refcnt > 0) in dt_ecbdesc_release()
204 dt_difo_free(dtp, edp->dted_pred.dtpdd_difo); in dt_ecbdesc_release()
[all …]
H A Ddt_dof.c633 const dtrace_ecbdesc_t *edp, *last; in dtrace_dof_create() local
670 stp != NULL; stp = dt_list_next(stp), last = edp) { in dtrace_dof_create()
681 if ((edp = sdp->dtsd_ecbdesc) == last) in dtrace_dof_create()
684 for (i = 0, ap = edp->dted_action; ap; ap = ap->dtad_next) in dtrace_dof_create()
714 stp != NULL; stp = dt_list_next(stp), last = edp) { in dtrace_dof_create()
727 if ((edp = stp->ds_desc->dtsd_ecbdesc) == last) in dtrace_dof_create()
730 pdp = &edp->dted_probe; in dtrace_dof_create()
751 if (edp->dted_pred.dtpdd_difo != NULL) in dtrace_dof_create()
752 prdsec = dof_add_difo(ddo, edp->dted_pred.dtpdd_difo); in dtrace_dof_create()
758 for (i = 0, ap = edp->dted_action; in dtrace_dof_create()
[all …]
H A Ddt_handle.c54 dtrace_ecbdesc_t *edp; in dtrace_handle_err() local
77 edp = stp->ds_desc->dtsd_ecbdesc; in dtrace_handle_err()
78 assert(edp != NULL); in dtrace_handle_err()
79 edp->dted_uarg = DT_ECB_ERROR; in dtrace_handle_err()
H A Ddt_cc.c141 dt_stmt_create(dtrace_hdl_t *dtp, dtrace_ecbdesc_t *edp, in dt_stmt_create() argument
144 dtrace_stmtdesc_t *sdp = dtrace_stmt_create(dtp, edp); in dt_stmt_create()
183 dtrace_ecbdesc_t *edp = sdp->dtsd_ecbdesc; in dt_stmt_append() local
192 for (ap = edp->dted_action; ap != NULL; ap = ap->dtad_next) { in dt_stmt_append()
1565 dtrace_ecbdesc_t *edp; in dt_compile_one_clause() local
1576 if ((edp = dt_ecbdesc_create(dtp, pnp->dn_desc)) == NULL) in dt_compile_one_clause()
1580 yypcb->pcb_ecbdesc = edp; in dt_compile_one_clause()
1584 edp->dted_pred.dtpdd_difo = dt_as(yypcb); in dt_compile_one_clause()
1588 dt_stmt_append(dt_stmt_create(dtp, edp, in dt_compile_one_clause()
1594 sdp = dt_stmt_create(dtp, edp, cnp->dn_ctxattr, cnp->dn_attr); in dt_compile_one_clause()
[all …]
/titanic_41/usr/src/cmd/th_tools/
H A Dth_define.c481 struct bofi_errdef *edp, in define_one_error() argument
495 (char *)edp->name, in define_one_error()
496 edp->instance, in define_one_error()
497 edp->rnumber, in define_one_error()
498 edp->offset + item->offset, /* offset into the regset */ in define_one_error()
512 define_op_err(FILE *fp, int *ecnt, struct bofi_errdef *edp, in define_op_err() argument
582 (void) define_one_error(fp, edp, in define_op_err()
584 fcnt, edp->acc_chk, opname, in define_op_err()
591 (void) define_one_error(fp, edp, item, in define_op_err()
593 edp->acc_chk, opname, operand); in define_op_err()
[all …]
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mangle_name.c384 #define edp u.u_edp in smb_unmangle() macro
415 reclen = edp->ed_reclen; in smb_unmangle()
416 offset = edp->ed_off; in smb_unmangle()
417 ino = edp->ed_ino; in smb_unmangle()
418 namep = edp->ed_name; in smb_unmangle()
H A Dsmb_odir.c990 edirent_t *edp; in smb_odir_next_odirent() local
1051 edp = od->d_edp; in smb_odir_next_odirent()
1052 odirent->od_ino = edp->ed_ino; in smb_odir_next_odirent()
1053 odirent->od_eflags = edp->ed_eflags; in smb_odir_next_odirent()
1054 np = edp->ed_name; in smb_odir_next_odirent()
H A Dsmb_node.c608 boolean_t edp = vfs_has_feature(n->vp->v_vfsp, VFSFT_DIRENTFLAGS); in smb_rmdir_possible() local
625 if (edp) { in smb_rmdir_possible()
/titanic_41/usr/src/uts/common/fs/
H A Dgfs.c262 edirent_t *edp; in gfs_readdir_emit_int() local
265 edp = st->grd_dirent; in gfs_readdir_emit_int()
266 reclen = EDIRENT_RECLEN(strlen(edp->ed_name)); in gfs_readdir_emit_int()
282 edp->ed_off = next; in gfs_readdir_emit_int()
283 edp->ed_reclen = (ushort_t)reclen; in gfs_readdir_emit_int()
316 edirent_t *edp = st->grd_dirent; in gfs_readdir_emit() local
318 edp->ed_ino = ino; in gfs_readdir_emit()
319 (void) strncpy(edp->ed_name, name, st->grd_namlen); in gfs_readdir_emit()
320 edp->ed_eflags = eflags; in gfs_readdir_emit()
/titanic_41/usr/src/cmd/dtrace/
H A Ddtrace.c537 dtrace_ecbdesc_t *edp = stp->dtsd_ecbdesc; in info_stmt() local
538 dtrace_probedesc_t *pdp = &edp->dted_probe; in info_stmt()
541 if (edp == *last) in info_stmt()
550 *last = edp; in info_stmt()
679 dtrace_ecbdesc_t *edp = stp->dtsd_ecbdesc; in list_stmt() local
681 if (edp == *last) in list_stmt()
684 if (dtrace_probe_iter(g_dtp, &edp->dted_probe, list_probe, NULL) != 0) { in list_stmt()
686 edp->dted_probe.dtpd_provider, edp->dted_probe.dtpd_mod, in list_stmt()
687 edp->dted_probe.dtpd_func, edp->dted_probe.dtpd_name, in list_stmt()
691 *last = edp; in list_stmt()
/titanic_41/usr/src/lib/libdtrace_jni/common/
H A Ddtrace_jni.c1740 dtrace_ecbdesc_t *edp = stp->dtsd_ecbdesc; in dtj_list_stmt() local
1742 if (edp == jc->dtjj_consumer->dtjc_last_probe) { in dtj_list_stmt()
1746 if (dtrace_probe_iter(dtp, &edp->dted_probe, in dtj_list_stmt()
1750 edp->dted_probe.dtpd_provider, edp->dted_probe.dtpd_mod, in dtj_list_stmt()
1751 edp->dted_probe.dtpd_func, edp->dted_probe.dtpd_name, in dtj_list_stmt()
1756 jc->dtjj_consumer->dtjc_last_probe = edp; in dtj_list_stmt()
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c1445 expand_data_t *edp = cb; in zprop_expand_list_cb() local
1447 if ((entry = zfs_alloc(edp->hdl, sizeof (zprop_list_t))) == NULL) in zprop_expand_list_cb()
1451 entry->pl_width = zprop_width(prop, &entry->pl_fixed, edp->type); in zprop_expand_list_cb()
1454 *(edp->last) = entry; in zprop_expand_list_cb()
1455 edp->last = &entry->pl_next; in zprop_expand_list_cb()
/titanic_41/usr/src/uts/common/io/
H A Dbofi.c1949 struct bofi_errdef *edp = (struct bofi_errdef *)arg; in bofi_signal() local
1952 (struct bofi_errent *)(uintptr_t)edp->errdef_handle; in bofi_signal()
1965 (edp->log.flags & BOFI_LOG_FULL)) { in bofi_signal()
1966 edp->log.stop_time = bofi_gettime(); in bofi_signal()
2249 struct bofi_errdef *edp = &(ep->errdef); in log_acc_event() local
2250 struct acc_log *log = &edp->log; in log_acc_event()
2257 else if (repcount == 0 && edp->access_count > 0 && in log_acc_event()
2259 edp->access_count += 1; in log_acc_event()
2275 (uintptr_t)edp->errdef_handle)->softintr_id); in log_acc_event()
2278 if ((log->flags & BOFI_LOG_WRAP) && edp->access_count <= 1) { in log_acc_event()
[all …]
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dvia-rhine.c461 unsigned long edp:1; member
489 unsigned long edp:1; member
/titanic_41/usr/src/cmd/fm/eversholt/files/sparc/sun4/
H A Dfire.esc141 event ereport.io.fire.pec.edp@hostbridge/pciexrc{within(5s)};
531 ereport.io.fire.pec.edp@hostbridge/pciexrc,
/titanic_41/usr/src/uts/sun4u/cpu/
H A Dspitfire.c3110 uint64_t edp; in cpu_log_ecmem_info() local
3115 edp = ecdptr->ec_afsr & P_AFSR_EDP; in cpu_log_ecmem_info()
3129 if (bad && edp) { in cpu_log_ecmem_info()