Home
last modified time | relevance | path

Searched refs:mi_type (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/usr.bin/mail/
H A Dmime_decode.c79 (void)fprintf(fp, "** type: %s\n", XX(mip->mi_type));
241 mip->mi_type = cparam(NULL, mime_type_field, 1); in get_content()
242 if (mip->mi_type) { in get_content()
243 cp = strchr(mip->mi_type, '/'); in get_content()
275 if (mip->mi_version == NULL && mip->mi_type != NULL) in get_content()
461 if (mip->mi_type == NULL) in get_command_hook()
470 domain, mip->mi_type, mip->mi_subtype) == -1) { in get_command_hook()
478 if (asprintf(&key, "mime%s-%s", domain, mip->mi_type) == -1) { in get_command_hook()
493 strcasecmp(mip->mi_type, "text") == 0 && in is_basic_alternative()
514 if (this_mip->mi_type == NULL || in select_alternative()
[all …]
H A Dmime_detach.h60 const char *mi_type; member
/netbsd-src/sys/dev/mscp/
H A Dmscp_subr.c187 mi->mi_type = ma->ma_type; in mscp_attach()
382 if ((mi->mi_type & MSCPBUS_KDB) == 0) in mscp_init()
423 if (mi->mi_type & MSCPBUS_UDA) { in mscp_init()
490 if (mi->mi_type & MSCPBUS_TAPE) in mscp_initds()
H A Dmscpvar.h230 int mi_type; member
H A Dmscp.c512 da.da_typ = mi->mi_type; in mscp_worker()
/netbsd-src/sys/arch/hppa/include/
H A Dautoconf.h73 int mi_type; member
/netbsd-src/sys/arch/mips/cfe/
H A Dcfe_api_int.h133 cfe_xint_t mi_type; /* type of memory block */ member
H A Dcfe_api.c201 *type = xiocb.plist.xiocb_meminfo.mi_type; in cfe_enummem()
/netbsd-src/sys/arch/sbmips/stand/common/
H A Dcfe_api_int.h133 cfe_xint_t mi_type; /* type of memory block */ member
H A Dcfe_api.c198 *type = xiocb.plist.xiocb_meminfo.mi_type; in cfe_enummem()
/netbsd-src/sys/arch/evbmips/stand/sbmips/common/
H A Dcfe_api_int.h133 cfe_xint_t mi_type; /* type of memory block */ member
H A Dcfe_api.c198 *type = xiocb.plist.xiocb_meminfo.mi_type; in cfe_enummem()
/netbsd-src/external/bsd/am-utils/dist/include/
H A Damq_defs.h100 amq_string mi_type; member
/netbsd-src/external/bsd/am-utils/dist/amq/
H A Damq_xdr.c142 if (!xdr_amq_string(xdrs, &objp->mi_type)) { in xdr_amq_mount_info()
H A Damq.c223 int tw = strlen(mi->mi_type); in show_mi()
241 *twid, *twid, mi->mi_type, in show_mi()
/netbsd-src/sys/arch/hppa/hppa/
H A Dautoconf.c650 if (mi->mi_type == type && mi->mi_sv == sv) { in hppa_mod_info()