Home
last modified time | relevance | path

Searched refs:mptr (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/sys/arch/alpha/alpha/
Ddec_kn8ae.c234 mc_cc_ev5 *mptr; in kn8ae_harderr() local
238 mptr = (mc_cc_ev5 *) (logout + sizeof (*hdr)); in kn8ae_harderr()
240 (logout + sizeof (*hdr) + sizeof (*mptr)); in kn8ae_harderr()
246 printf(fmt1, "EI Status", mptr->ei_stat); in kn8ae_harderr()
247 printf(fmt1, "EI Address", mptr->ei_addr); in kn8ae_harderr()
248 printf(fmt1, "Fill Syndrome", mptr->fill_syndrome); in kn8ae_harderr()
249 printf(fmt1, "Interrupt Status Reg.", mptr->isr); in kn8ae_harderr()
313 mc_cc_ev5 *mptr; in kn8ae_softerr() local
317 mptr = (mc_cc_ev5 *) (logout + sizeof (*hdr)); in kn8ae_softerr()
319 (logout + sizeof (*hdr) + sizeof (*mptr)); in kn8ae_softerr()
[all …]
Ddec_kn20aa.c112 mc_uc_ev5 *mptr; in dec_kn20aa_mcheck() local
124 mptr = (mc_uc_ev5 *) (logout + sizeof (*hdr)); in dec_kn20aa_mcheck()
129 ev5_logout_print(hdr, mptr); in dec_kn20aa_mcheck()
/netbsd/src/sys/kern/
Dsysv_msg.c255 struct msqid_ds *mptr; in msgrealloc() local
259 mptr = &msq->msq_u; in msgrealloc()
260 if (mptr->msg_qbytes || (mptr->msg_perm.mode & MSG_LOCKED)) in msgrealloc()
304 struct msqid_ds *nmptr, *mptr; in msgrealloc() local
308 mptr = &msq->msq_u; in msgrealloc()
310 if (mptr->msg_qbytes == 0 && in msgrealloc()
311 (mptr->msg_perm.mode & MSG_LOCKED) == 0) in msgrealloc()
316 memcpy(nmptr, mptr, sizeof(struct msqid_ds)); in msgrealloc()
323 msghdr = mptr->_msg_first; in msgrealloc()
/netbsd/src/sys/dev/pcmcia/
Dif_cnw.c689 u_int8_t *mptr; in cnw_transmit() local
706 mptr = mtod(m, u_int8_t *); in cnw_transmit()
722 bufptr, mptr, n); in cnw_transmit()
725 mptr += n; in cnw_transmit()
744 u_int8_t *mptr; in cnw_read() local
789 mptr = mtod(m, u_int8_t *); in cnw_read()
808 bufptr, mptr, n); in cnw_read()
812 mptr += n; in cnw_read()
/netbsd/src/external/bsd/tcpdump/dist/
Dprint-lldp.c1186 const u_char *tptr, *mptr; in lldp_private_dcbx_print() local
1309 mptr = tptr + 4; in lldp_private_dcbx_print()
1313 GET_BE_U_2(mptr)); in lldp_private_dcbx_print()
1314 uval = GET_BE_U_3(mptr + 2); in lldp_private_dcbx_print()
1320 GET_U_1(mptr + 5)); in lldp_private_dcbx_print()
1322 mptr = mptr + 6; in lldp_private_dcbx_print()
/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_pid.c865 const char *mptr; in dt_pid_get_types() local
916 if ((mptr = strchr(pdp->dtpd_mod, '`')) != NULL) { in dt_pid_get_types()
929 if (errno == ERANGE || eptr != mptr) { in dt_pid_get_types()
934 mptr++; in dt_pid_get_types()
936 mptr = pdp->dtpd_mod; in dt_pid_get_types()
940 if (Pxlookup_by_name(p, lmid, mptr, pdp->dtpd_func, in dt_pid_get_types()
/netbsd/src/sys/fs/nfs/common/
Dbootp_subr.c1209 xdr_opaque_decode(struct mbuf **mptr, u_char *buf, int len) in xdr_opaque_decode() argument
1214 m = *mptr; in xdr_opaque_decode()
1220 *mptr = NULL; in xdr_opaque_decode()
1226 *mptr = m; in xdr_opaque_decode()
1231 xdr_int_decode(struct mbuf **mptr, int *iptr) in xdr_int_decode() argument
1235 if (xdr_opaque_decode(mptr, (u_char *) &i, sizeof(u_int32_t)) != 0) in xdr_int_decode()
/netbsd/src/sys/dev/ic/
Dnvmereg.h134 uint64_t mptr; member
187 uint64_t mptr; member
/netbsd/src/sys/ufs/lfs/
Dlfs_segment.c1309 lfs_gatherblock(struct segment *sp, struct buf *bp, kmutex_t *mptr) in lfs_gatherblock() argument
1324 if (mptr) in lfs_gatherblock()
1325 mutex_exit(mptr); in lfs_gatherblock()
1334 if (mptr) in lfs_gatherblock()
1335 mutex_enter(mptr); in lfs_gatherblock()
/netbsd/src/sys/arch/amiga/dev/
Dgrf_cl.c874 unsigned long long *tptr, *iptr, *mptr, line; in writeshifted() local
878 mptr = (unsigned long long *) cl_cursprite.mask; in writeshifted()
893 line = mptr[y]; in writeshifted()
/netbsd/src/sys/dev/pci/
Dmachfb.c416 const char *mptr = NULL; in mach64_attach() local
523 "videomode", &mptr); in mach64_attach()
526 if (mptr == NULL && in mach64_attach()
Dradeonfb.c460 const char *mptr; in radeonfb_attach() local
817 "videomode", &mptr)) { in radeonfb_attach()
819 strncpy(sc->sc_modebuf, mptr, sizeof(sc->sc_modebuf)); in radeonfb_attach()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/
DChangeLog-2014-202114373 * gdb.dwarf2/dw2-anon-mptr.exp
23199 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
24011 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
DChangeLog-1993-20134396 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
4397 * gdb.dwarf2/dw2-anon-mptr.S: New file.
/netbsd/src/external/gpl3/gdb/dist/
Dsha256.sum4815 …3f8fe31638d134ad44035a826236ad0337846c401d8dd4f99ee56ef81 gdb/testsuite/gdb.dwarf2/dw2-anon-mptr.S
4821 …894462ea49d5c1bac8990bf99c7562a2ad6409967c7dc65a8c8fe3a gdb/testsuite/gdb.dwarf2/dw2-anon-mptr.exp