Searched defs:edp (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/ipmi/
H A Dipmi_enum.c194 ipmi_enum_data_t *edp = data; local
197 edp->ed_hasfru = B_TRUE;
209 ipmi_enum_data_t *edp = data; local
211 tnode_t *pnode = edp->ed_pnode;
212 topo_mod_t *mod = edp->ed_mod;
221 if (ep->ie_type != edp->ed_entity)
242 edp->ed_name, edp->ed_instance, NULL, auth, NULL, NULL,
252 if ((tn = topo_node_bind(mod, pnode, edp->ed_name,
253 edp
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_handle.c54 dtrace_ecbdesc_t *edp; local
77 edp = stp->ds_desc->dtsd_ecbdesc;
78 assert(edp != NULL);
79 edp->dted_uarg = DT_ECB_ERROR;
H A Ddt_program.c105 dtrace_ecbdesc_t *edp = stp->ds_desc->dtsd_ecbdesc; local
107 if (edp == last)
109 last = edp;
121 if (edp->dted_action == NULL)
124 for (ap = edp->dted_action; ap != NULL; ap = ap->dtad_next) {
193 dt_ecbdesc_hold(dtrace_ecbdesc_t *edp) argument
195 edp->dted_refcnt++;
199 dt_ecbdesc_release(dtrace_hdl_t *dtp, dtrace_ecbdesc_t *edp) argument
201 if (--edp->dted_refcnt > 0)
204 dt_difo_free(dtp, edp
212 dtrace_ecbdesc_t *edp; local
225 dtrace_stmt_create(dtrace_hdl_t *dtp, dtrace_ecbdesc_t *edp) argument
244 dtrace_ecbdesc_t *edp = sdp->dtsd_ecbdesc; local
308 dtrace_ecbdesc_t *edp = sdp->dtsd_ecbdesc; local
[all...]
H A Ddt_dof.c633 const dtrace_ecbdesc_t *edp, *last; local
670 stp != NULL; stp = dt_list_next(stp), last = edp) {
681 if ((edp = sdp->dtsd_ecbdesc) == last)
684 for (i = 0, ap = edp->dted_action; ap; ap = ap->dtad_next)
714 stp != NULL; stp = dt_list_next(stp), last = edp) {
727 if ((edp = stp->ds_desc->dtsd_ecbdesc) == last)
730 pdp = &edp->dted_probe;
751 if (edp->dted_pred.dtpdd_difo != NULL)
752 prdsec = dof_add_difo(ddo, edp->dted_pred.dtpdd_difo);
758 for (i = 0, ap = edp
[all...]
H A Ddt_cc.c141 dt_stmt_create(dtrace_hdl_t *dtp, dtrace_ecbdesc_t *edp, argument
144 dtrace_stmtdesc_t *sdp = dtrace_stmt_create(dtp, edp);
183 dtrace_ecbdesc_t *edp = sdp->dtsd_ecbdesc; local
192 for (ap = edp->dted_action; ap != NULL; ap = ap->dtad_next) {
1565 dtrace_ecbdesc_t *edp; local
1576 if ((edp = dt_ecbdesc_create(dtp, pnp->dn_desc)) == NULL)
1580 yypcb->pcb_ecbdesc = edp;
1584 edp->dted_pred.dtpdd_difo = dt_as(yypcb);
1588 dt_stmt_append(dt_stmt_create(dtp, edp,
1594 sdp = dt_stmt_create(dtp, edp, cn
[all...]
/illumos-gate/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; local
153 if (error = get_aout_head(&vp, &edp, execsz, &isdyn))
156 if (error = chkaout(&edp))
183 if (CURRENT_TOTAL_AVAILABLE_SWAP < btopr(edp.ux_dsize) + btopr(SSIZE))
203 getexinfo(&edp, &edpout, &pagetext, &pagedata);
208 if (error = execmap(edp.vp, edp.ux_txtorg, edp.ux_tsize,
209 (size_t)0, edp
277 get_aout_head(struct vnode **vpp, struct exdata *edp, long *execsz, int *isdyn) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mangle_name.c357 * the pointer into the buffer (bufptr, edp and dp).
384 #define edp u.u_edp macro
415 reclen = edp->ed_reclen;
416 offset = edp->ed_off;
417 ino = edp->ed_ino;
418 namep = edp->ed_name;
H A Dsmb_odir.c1049 edirent_t *edp; local
1110 edp = od->d_edp;
1111 odirent->od_ino = edp->ed_ino;
1112 odirent->od_eflags = edp->ed_eflags;
1113 np = edp->ed_name;
H A Dsmb_node.c609 boolean_t edp = vfs_has_feature(n->vp->v_vfsp, VFSFT_DIRENTFLAGS); local
626 if (edp) {
/illumos-gate/usr/src/boot/lib/libstand/
H A Dufs.c449 struct direct *edp; local
464 edp = (struct direct *)(buf + buf_size);
465 while (dp < edp) {
H A Dext2fs.c761 struct ext2dirent *dp, *edp; local
774 edp = (struct ext2dirent *)(buf + buf_size);
775 while (dp < edp) {
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_tx.c523 efx_desc_t *edp = &ed[i]; local
530 EFSYS_MEM_WRITEQ(etp->et_esmp, offset, &edp->ed_eq);
553 __out efx_desc_t *edp)
562 EFX_POPULATE_QWORD_5(edp->ed_eq,
576 __out efx_desc_t *edp)
582 EFX_POPULATE_QWORD_5(edp->ed_eq,
597 __out_ecount(count) efx_desc_t *edp,
606 EFX_POPULATE_QWORD_5(edp[0].ed_eq,
614 EFX_POPULATE_QWORD_4(edp[1].ed_eq,
627 __out efx_desc_t *edp)
548 ef10_tx_qdesc_dma_create( __in efx_txq_t *etp, __in efsys_dma_addr_t addr, __in size_t size, __in boolean_t eop, __out efx_desc_t *edp) argument
571 ef10_tx_qdesc_tso_create( __in efx_txq_t *etp, __in uint16_t ipv4_id, __in uint32_t tcp_seq, __in uint8_t tcp_flags, __out efx_desc_t *edp) argument
592 ef10_tx_qdesc_tso2_create( __in efx_txq_t *etp, __in uint16_t ipv4_id, __in uint32_t tcp_seq, __in uint16_t tcp_mss, __out_ecount(count) efx_desc_t *edp, __in int count) argument
624 ef10_tx_qdesc_vlantci_create( __in efx_txq_t *etp, __in uint16_t tci, __out efx_desc_t *edp) argument
[all...]
H A Defx_tx.c112 __out efx_desc_t *edp);
584 __out efx_desc_t *edp)
592 etxop->etxo_qdesc_dma_create(etp, addr, size, eop, edp);
601 __out efx_desc_t *edp)
609 etxop->etxo_qdesc_tso_create(etp, ipv4_id, tcp_seq, tcp_flags, edp);
618 __out_ecount(count) efx_desc_t *edp,
627 etxop->etxo_qdesc_tso2_create(etp, ipv4_id, tcp_seq, mss, edp, count);
634 __out efx_desc_t *edp)
642 etxop->etxo_qdesc_vlantci_create(etp, tci, edp);
977 efx_desc_t *edp local
579 efx_tx_qdesc_dma_create( __in efx_txq_t *etp, __in efsys_dma_addr_t addr, __in size_t size, __in boolean_t eop, __out efx_desc_t *edp) argument
596 efx_tx_qdesc_tso_create( __in efx_txq_t *etp, __in uint16_t ipv4_id, __in uint32_t tcp_seq, __in uint8_t tcp_flags, __out efx_desc_t *edp) argument
613 efx_tx_qdesc_tso2_create( __in efx_txq_t *etp, __in uint16_t ipv4_id, __in uint32_t tcp_seq, __in uint16_t mss, __out_ecount(count) efx_desc_t *edp, __in int count) argument
631 efx_tx_qdesc_vlantci_create( __in efx_txq_t *etp, __in uint16_t tci, __out efx_desc_t *edp) argument
1001 siena_tx_qdesc_dma_create( __in efx_txq_t *etp, __in efsys_dma_addr_t addr, __in size_t size, __in boolean_t eop, __out efx_desc_t *edp) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/
H A Dgfs.c262 edirent_t *edp; local
265 edp = st->grd_dirent;
266 reclen = EDIRENT_RECLEN(strlen(edp->ed_name));
282 edp->ed_off = next;
283 edp->ed_reclen = (ushort_t)reclen;
316 edirent_t *edp = st->grd_dirent; local
318 edp->ed_ino = ino;
319 (void) strncpy(edp->ed_name, name, st->grd_namlen);
320 edp->ed_eflags = eflags;
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtrace_jni.c1740 dtrace_ecbdesc_t *edp = stp->dtsd_ecbdesc; local
1742 if (edp == jc->dtjj_consumer->dtjc_last_probe) {
1746 if (dtrace_probe_iter(dtp, &edp->dted_probe,
1750 edp->dted_probe.dtpd_provider, edp->dted_probe.dtpd_mod,
1751 edp->dted_probe.dtpd_func, edp->dted_probe.dtpd_name,
1756 jc->dtjj_consumer->dtjc_last_probe = edp;
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c1450 expand_data_t *edp = cb; local
1452 if ((entry = zfs_alloc(edp->hdl, sizeof (zprop_list_t))) == NULL)
1456 entry->pl_width = zprop_width(prop, &entry->pl_fixed, edp->type);
1459 *(edp->last) = entry;
1460 edp->last = &entry->pl_next;
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c537 dtrace_ecbdesc_t *edp = stp->dtsd_ecbdesc; local
538 dtrace_probedesc_t *pdp = &edp->dted_probe;
541 if (edp == *last)
550 *last = edp;
679 dtrace_ecbdesc_t *edp = stp->dtsd_ecbdesc; local
681 if (edp == *last)
684 if (dtrace_probe_iter(g_dtp, &edp->dted_probe, list_probe, NULL) != 0) {
686 edp->dted_probe.dtpd_provider, edp->dted_probe.dtpd_mod,
687 edp
[all...]
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c481 struct bofi_errdef *edp,
495 (char *)edp->name,
496 edp->instance,
497 edp->rnumber,
498 edp->offset + item->offset, /* offset into the regset */
512 define_op_err(FILE *fp, int *ecnt, struct bofi_errdef *edp, argument
582 (void) define_one_error(fp, edp,
584 fcnt, edp->acc_chk, opname,
591 (void) define_one_error(fp, edp, item,
593 edp
479 define_one_error( FILE *fp, struct bofi_errdef *edp, struct acc_log_elem *item, ulong_t nttime, ulong_t interval, char *type, int fon, size_t fcnt, uint_t acc_chk, char *opname, uint64_t operand) argument
666 define_nerrs(int fd, FILE *fp, int *ecnt, struct bofi_errdef *edp, struct acc_log_elem *items, size_t nitems, uint_t naccess, uint_t minac, uint_t maxac, ulong_t logtime, ulong_t logsize) argument
1052 log2errdefs(int fd, struct bofi_errdef *edp, struct acc_log *log, char *devpath) argument
1231 add_edef(int fd, struct bofi_errdef *errdef, struct bofi_errstate *errstate, struct handle_info *hdl, struct bofi_errdef *edp) argument
1748 test_driver(struct bofi_errdef *edp, unsigned long long collecttime) argument
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c1949 struct bofi_errdef *edp = (struct bofi_errdef *)arg; local
1952 (struct bofi_errent *)(uintptr_t)edp->errdef_handle;
1965 (edp->log.flags & BOFI_LOG_FULL)) {
1966 edp->log.stop_time = bofi_gettime();
2249 struct bofi_errdef *edp = &(ep->errdef); local
2250 struct acc_log *log = &edp->log;
2257 else if (repcount == 0 && edp->access_count > 0 &&
2259 edp->access_count += 1;
2275 (uintptr_t)edp->errdef_handle)->softintr_id);
2278 if ((log->flags & BOFI_LOG_WRAP) && edp
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dvia-rhine.c461 unsigned long edp:1; member in struct:rhine_tx_desc::VTC_tx_ctrl_tag::__anon2163
489 unsigned long edp:1; member in struct:rhine_rx_desc::VTC_rx_status_tag::__anon2164
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c3110 uint64_t edp; local
3115 edp = ecdptr->ec_afsr & P_AFSR_EDP;
3129 if (bad && edp) {

Completed in 179 milliseconds