Home
last modified time | relevance | path

Searched refs:mip (Results 1 – 25 of 42) sorted by relevance

12

/netbsd-src/usr.bin/mail/
H A Dmime_decode.c72 show_one_mime_info(FILE *fp, struct mime_info *mip)
77 (void)fprintf(fp, "mip %d:\n", mip->mi_partnum);
78 (void)fprintf(fp, "** Version: %s\n", XX(mip->mi_version));
79 (void)fprintf(fp, "** type: %s\n", XX(mip->mi_type));
80 (void)fprintf(fp, "** subtype: %s\n", XX(mip->mi_subtype));
81 (void)fprintf(fp, "** boundary: %s\n", XX(mip->mi_boundary));
82 (void)fprintf(fp, "** charset: %s\n", XX(mip->mi_charset));
83 (void)fprintf(fp, "** encoding: %s\n", XX(mip->mi_encoding));
84 (void)fprintf(fp, "** disposition: %s\n", XX(mip->mi_disposition));
85 (void)fprintf(fp, "** filename: %s\n", XX(mip->mi_filename));
[all …]
H A Dmime_detach.c177 detach_open_target(struct mime_info *mip) in detach_open_target() argument
189 partstr = mip->mi_partstr && mip->mi_partstr[0] ? mip->mi_partstr : "0"; in detach_open_target()
190 subtype = mip->mi_subtype ? mip->mi_subtype : "unknown"; in detach_open_target()
195 if (mip->mi_filename != NULL) in detach_open_target()
196 (void)sasprintf(&pathname, "%s/%s", mip->mi_detachdir, in detach_open_target()
197 mip->mi_filename); in detach_open_target()
199 if (mip->mi_detachall == 0) in detach_open_target()
203 mip->mi_detachdir, mip->mi_msgstr, in detach_open_target()
251 mime_detach_parts(struct mime_info *mip) in mime_detach_parts() argument
256 if (mip->mi_ignore_body || mip->mp->m_blines == 0) in mime_detach_parts()
[all …]
H A Dcmd1.c271 struct mime_info **mip; member
282 if (args->mip == NULL) in type1_core()
285 *args->mip = mime_decode_open(mp); in type1_core()
286 (void)mime_sendmessage(mp, args->obuf, args->igtab, NULL, *args->mip); in type1_core()
287 mime_decode_close(*args->mip); in type1_core()
331 struct mime_info *volatile mip; /* avoid longjmp clobbering? */ in type1() local
333 mip = NULL; in type1()
363 args.mip = mime_decode ? __UNVOLATILE(&mip) : NULL; in type1()
365 args.mip = NULL; in type1()
371 if (mip != NULL) { in type1()
[all …]
H A Dmime_detach.h70 struct mime_info *mip; /* parent of part of multipart message */ member
89 void run_decoder(struct mime_info *mip, void(*fn)(FILE*, FILE*, void *));
H A Dcmd2.c626 struct mime_info *mip; in detach1_core() local
632 mip = mime_decode_open(mp); in detach1_core()
633 mime_detach_msgnum(mip, sget_msgnum(mp, args->parent)); in detach1_core()
634 (void)mime_sendmessage(mp, NULL, args->igtab, args->dstdir, mip); in detach1_core()
635 mime_decode_close(mip); in detach1_core()
H A Dcollect.c217 struct mime_info *mip; in interpolate() local
251 mip = NULL; in interpolate()
255 mip = mime_decode_open(mp); in interpolate()
257 retval = mime_sendmessage(mp, fp, ig, tabst, mip); in interpolate()
258 mime_decode_close(mip); in interpolate()
H A Dsend.c121 const char *prefix, struct mime_info *mip) in sendmessage() argument
158 if (mip) in sendmessage()
159 obuf = mime_decode_header(mip); in sendmessage()
273 if (mip) { in sendmessage()
274 obuf = mime_decode_body(mip); in sendmessage()
H A Dlist.c643 struct mime_info *mip; in matchbody() local
646 mip = value(ENAME_MIME_DECODE_MSG) ? mime_decode_open(mp) in matchbody()
649 retval = mime_sendmessage(mp, fp, ignoreall, NULL, mip); in matchbody()
650 mime_decode_close(mip); in matchbody()
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dpowm.c123 #define MPN_REDC_2(rp, up, mp, n, mip) \ argument
126 cy = mpn_redc_2 (rp, up, mp, n, mip); \
197 mp_limb_t ip[2], *mip; in mpn_powm() local
234 mip = ip; in mpn_powm()
235 binvert_limb (mip[0], mp[0]); in mpn_powm()
236 mip[0] = -mip[0]; in mpn_powm()
240 mip = ip; in mpn_powm()
241 mpn_binvert (mip, mp, 2, tp); in mpn_powm()
242 mip[0] = -mip[0]; mip[1] = ~mip[1]; in mpn_powm()
247 mip = ip; in mpn_powm()
[all …]
H A Dsec_powm.c84 #define MPN_REDC_2_SEC(rp, up, mp, n, mip) \ argument
87 cy = mpn_redc_2 (rp, up, mp, n, mip); \
91 #define MPN_REDC_2_SEC(rp, up, mp, n, mip) /* empty */ argument
217 mp_limb_t ip[2], *mip; in mpn_sec_powm() local
235 mip = ip; in mpn_sec_powm()
236 binvert_limb (mip[0], mp[0]); in mpn_sec_powm()
237 mip[0] = -mip[0]; in mpn_sec_powm()
241 mip = ip; in mpn_sec_powm()
242 mpn_binvert (mip, mp, 2, tp); in mpn_sec_powm()
243 mip[0] = -mip[0]; mip[1] = ~mip[1]; in mpn_sec_powm()
[all …]
H A Dredc_2.c82 mpn_redc_2 (mp_ptr rp, mp_ptr up, mp_srcptr mp, mp_size_t n, mp_srcptr mip) in mpn_redc_2() argument
94 up[0] = mpn_addmul_1 (up, mp, n, (up[0] * mip[0]) & GMP_NUMB_MASK); in mpn_redc_2()
100 umul2low (q[1], q[0], mip[1], mip[0], up[1], up[0]); in mpn_redc_2()
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
H A Dsvga3d_surfacedefs.h1228 u32 mip; in svga3dsurface_get_serialized_size() local
1230 for (mip = 0; mip < num_mip_levels; mip++) { in svga3dsurface_get_serialized_size()
1232 svga3dsurface_get_mip_size(base_level_size, mip); in svga3dsurface_get_serialized_size()
1290 u32 mip) in svga3dsurface_get_image_offset() argument
1309 if (i < mip) in svga3dsurface_get_image_offset()
1409 struct svga3dsurface_mip mip[DRM_VMW_MAX_MIP_LEVELS]; member
1468 struct svga3dsurface_mip *mip = &cache->mip[i]; in svga3dsurface_setup_cache() local
1470 mip->size = svga3dsurface_get_mip_size(*size, i); in svga3dsurface_setup_cache()
1471 mip->bytes = svga3dsurface_get_image_buffer_size in svga3dsurface_setup_cache()
1472 (desc, &mip->size, 0); in svga3dsurface_setup_cache()
[all …]
/netbsd-src/sys/arch/x86/x86/
H A Dmp.c213 struct mp_intr_map *mip, *intrs; in intr_scan_bus() local
222 for (mip = intrs; mip != NULL; mip = mip->next) { in intr_scan_bus()
223 if (mip->bus_pin == pin) { in intr_scan_bus()
225 if (mip->linkdev != NULL) in intr_scan_bus()
226 if (mpacpi_findintr_linkdev(mip) != 0) in intr_scan_bus()
229 *handle = mip->ioapic_ih; in intr_scan_bus()
H A Dmpacpi.c1026 mpacpi_findintr_linkdev(struct mp_intr_map *mip) in mpacpi_pci_attach_hook()
1032 if (mip->linkdev == NULL) in mpacpi_pci_attach_hook()
1035 irq = acpi_pci_link_route_interrupt(mip->linkdev, NULL,
1036 mip->sourceindex, &line, &pol, &trig);
1039 acpi_pci_link_name(mip->linkdev), irq, line); in mpacpi_findintr_linkdev()
1045 acpi_pci_link_name(mip->linkdev), irq, line); in mpacpi_findintr_linkdev()
1062 mip->flags = pol | (trig << 2); in mpacpi_findintr_linkdev()
1063 mip->global_int = irq; in mpacpi_findintr_linkdev()
1067 mip->ioapic = pic; in mpacpi_findintr_linkdev()
1072 mip in mpacpi_findintr_linkdev()
1037 mpacpi_findintr_linkdev(struct mp_intr_map * mip) mpacpi_findintr_linkdev() argument
[all...]
/netbsd-src/sys/arch/x86/acpi/
H A Dacpi_machdep.c252 struct mp_intr_map tmpmap, *mip, **mipp = NULL; in acpi_md_intr_establish() local
333 mip = ioapic->sc_pins[pin].ip_map; in acpi_md_intr_establish()
334 if (mip) { in acpi_md_intr_establish()
335 mip->flags &= ~0xf; in acpi_md_intr_establish()
336 mip->flags |= mpflags; in acpi_md_intr_establish()
337 mip->redir &= ~(IOAPIC_REDLO_LEVEL | in acpi_md_intr_establish()
339 mip->redir |= redir; in acpi_md_intr_establish()
/netbsd-src/external/bsd/pcc/libexec/mkext/
H A DMakefile9 .PATH: ${PCC_DIST}/mip \
19 HOST_CPPFLAGS+= -I${PCC_DIST}/mip
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_types.c652 ctf_membinfo_t *mip) in _ctf_member_info() argument
678 mp->ctm_offset + off, mip) == 0) in _ctf_member_info()
681 mip->ctm_type = mp->ctm_type; in _ctf_member_info()
682 mip->ctm_offset = mp->ctm_offset + off; in _ctf_member_info()
693 (ulong_t)CTF_LMEM_OFFSET(lmp) + off, mip) == 0) in _ctf_member_info()
696 mip->ctm_type = lmp->ctlm_type; in _ctf_member_info()
697 mip->ctm_offset = in _ctf_member_info()
712 ctf_membinfo_t *mip) in ctf_member_info() argument
715 return (_ctf_member_info(fp, type, name, 0, mip)); in ctf_member_info()
/netbsd-src/sys/kern/
H A Dkern_module.c278 module_builtin_add(modinfo_t *const *mip, size_t nmodinfo, bool init) in module_builtin_add() argument
293 if (mip[i] == &module_dummy) { in module_builtin_add()
303 if (mip[i+mipskip] == &module_dummy) { in module_builtin_add()
308 modp[i]->mod_info = mip[i+mipskip]; in module_builtin_add()
414 modinfo_t *const *mip; in module_init() local
455 __link_set_foreach(mip, modules) { in module_init()
456 if ((rv = module_builtin_add(mip, 1, false)) != 0) in module_init()
458 (*mip)->mi_name, rv); in module_init()
1560 modinfo_t *const *mip; in module_prime() local
1566 __link_set_foreach(mip, modules) { in module_prime()
[all …]
/netbsd-src/external/bsd/pcc/libexec/ccom/
H A DMakefile9 ${PCC_DIST}/mip
26 CPPFLAGS+= -I${PCC_DIST}/mip
/netbsd-src/external/bsd/pcc/libexec/cxxcom/
H A DMakefile9 ${PCC_DIST}/mip
27 CPPFLAGS+= -I${PCC_DIST}/mip
/netbsd-src/external/cddl/osnet/dist/uts/common/ctf/
H A Dctf_mod.c54 _info(struct modinfo *mip) in _info() argument
56 return (mod_info(&modlinkage, mip)); in _info()
/netbsd-src/sys/rump/librump/rumpkern/
H A Drump.c635 rump_module_init(const struct modinfo * const *mip, size_t nmodinfo) in rump_module_init() argument
638 return module_builtin_add(mip, nmodinfo, true); in rump_module_init()
657 add_linkedin_modules(const struct modinfo * const *mip, size_t nmodinfo) in add_linkedin_modules() argument
660 module_builtin_add(mip, nmodinfo, false); in add_linkedin_modules()
/netbsd-src/external/bsd/pcc/libexec/cpp/
H A DMakefile23 CPPFLAGS+= -I${PCC_DIST}/mip
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_surface.c72 uint32_t mip; member
332 body->host.mipmap = cur_offset->mip; in vmw_surface_dma_encode()
842 cur_offset->mip = j; in vmw_surface_define_ioctl()
1845 u32 mip = loc_start->sub_resource % cache->num_mip_levels; in vmw_subres_dirty_add() local
1846 const struct drm_vmw_size *size = &cache->mip[mip].size; in vmw_subres_dirty_add()
1890 u32 mip = subres % cache->num_mip_levels; in vmw_subres_dirty_full() local
1891 const struct drm_vmw_size *size = &cache->mip[mip].size; in vmw_subres_dirty_full()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/
H A DMakefile.in31 MIPDIR=$(top_srcdir)/mip

12