| /netbsd-src/external/bsd/am-utils/dist/conf/mtab/ |
| H A D | mtab_svr4.c | 142 mnt_dup(const mntent_t *mtp) in mnt_dup() argument 146 mep->mnt_fsname = xstrdup(mtp->mnt_fsname); in mnt_dup() 147 mep->mnt_dir = xstrdup(mtp->mnt_dir); in mnt_dup() 148 mep->mnt_type = xstrdup(mtp->mnt_type); in mnt_dup() 149 mep->mnt_opts = xstrdup(mtp->mnt_opts); in mnt_dup() 150 mep->mnt_time = xstrdup(mtp->mnt_time); in mnt_dup() 288 write_mntent(mntent_t *mtp, const char *mnttabname) in write_mntent() argument 300 write_mntent_to_mtab(fp, mtp); in write_mntent()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
| H A D | msm8916-mtp.dts | 8 #include "msm8916-mtp.dtsi" 12 compatible = "qcom,msm8916-mtp", "qcom,msm8916-mtp/1", "qcom,msm8916";
|
| H A D | Makefile | 15 dtb-$(CONFIG_ARCH_QCOM) += msm8916-mtp.dtb 29 dtb-$(CONFIG_ARCH_QCOM) += msm8996-mtp.dtb 39 dtb-$(CONFIG_ARCH_QCOM) += msm8998-mtp.dtb 81 dtb-$(CONFIG_ARCH_QCOM) += sdm845-mtp.dtb 89 dtb-$(CONFIG_ARCH_QCOM) += sm8150-mtp.dtb 93 dtb-$(CONFIG_ARCH_QCOM) += sm8250-mtp.dtb 97 dtb-$(CONFIG_ARCH_QCOM) += sm8350-mtp.dtb
|
| H A D | msm8996-mtp.dts | 8 #include "msm8996-mtp.dtsi" 12 compatible = "qcom,msm8996-mtp";
|
| H A D | msm8998-mtp.dts | 6 #include "msm8998-mtp.dtsi" 10 compatible = "qcom,msm8998-mtp";
|
| H A D | sm8350-mtp.dts | 20 compatible = "qcom,sm8350-mtp", "qcom,sm8350";
|
| H A D | sm8150-mtp.dts | 18 compatible = "qcom,sm8150-mtp", "qcom,sm8150";
|
| H A D | msm8998-oneplus-common.dtsi | 3 * OnePlus 5(T) (cheeseburger / dumpling) common device tree source based on msm8998-mtp.dtsi
|
| H A D | sdm845-mtp.dts | 16 compatible = "qcom,sdm845-mtp", "qcom,sdm845";
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| H A D | seqmod.c | 110 modtarget *mtp = av->avl_data; in seqmod_op_mod() local 111 mtp->mt_tail->mt_next = mt; in seqmod_op_mod() 112 mtp->mt_tail = mt; in seqmod_op_mod() 114 while ( mtp != mt ) { in seqmod_op_mod() 120 mtp = av->avl_data; in seqmod_op_mod()
|
| /netbsd-src/external/cddl/osnet/dev/dtmalloc/ |
| H A D | dtmalloc.c | 113 dtmalloc_type_cb(struct malloc_type *mtp, void *arg __unused) in dtmalloc_type_cb() argument 116 struct malloc_type_internal *mtip = mtp->ks_handle; in dtmalloc_type_cb() 124 strlcpy(name, mtp->ks_shortdesc, sizeof(name)); in dtmalloc_type_cb()
|
| /netbsd-src/usr.bin/mail/ |
| H A D | list.c | 816 const struct matchtbl_s *mtp; in match_string() local 825 for (mtp = matchtbl; mtp->key; mtp++) { in match_string() 826 if (len == mtp->len && in match_string() 827 strncmp(str, mtp->key, len) == 0) in match_string() 830 matchfn = mtp->matchfn; in match_string() 831 if (mtp->key) in match_string() 832 fieldname = mtp->fieldname; in match_string()
|
| H A D | mime_decode.c | 926 const struct mime_type_s *mtp; in get_display_mode() local 957 for (mtp = mime_type_tbl; mtp->mt_type; mtp++) { in get_display_mode() 958 if (strcasecmp(mtp->mt_type, mi_type) == 0) { in get_display_mode() 960 return mtp->mt_dispmode; in get_display_mode() 961 for (stp = mtp->mt_subtype; stp->st_name; stp++) { in get_display_mode() 968 return mtp->mt_dispmode; in get_display_mode()
|
| H A D | cmd3.c | 1017 const struct modetbl_s *mtp; in ifcmd() local 1023 for (mtp = modetbl; mtp->m_name; mtp++) in ifcmd() 1024 if (strcasecmp(keyword, mtp->m_name) == 0) in ifcmd() 1027 if (mtp->m_name == NULL) { in ifcmd() 1032 if (mtp->m_mode != mailmode) in ifcmd()
|
| /netbsd-src/external/bsd/am-utils/dist/amq/ |
| H A D | amq.c | 790 amq_mount_tree_p *mtp = amqproc_mnttree_1(&fs, clnt); in main() local 791 if (mtp) { in main() 792 amq_mount_tree *mt = *mtp; in main() 804 xdr_pri_free((XDRPROC_T_TYPE) xdr_amq_mount_tree_p, (caddr_t) mtp); in main()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | qcom-apq8084-mtp.dts | 7 compatible = "qcom,apq8084-mtp", "qcom,apq8084";
|
| H A D | qcom-sdx55-mtp.dts | 16 compatible = "qcom,sdx55-mtp", "qcom,sdx55";
|
| /netbsd-src/distrib/common/ |
| H A D | protocols | 92 mtp 92 MTP
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | arm.opt | 215 mtp= 221 Valid arguments to -mtp=:
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | arm.opt | 206 mtp= 212 Valid arguments to -mtp=:
|
| /netbsd-src/external/bsd/ipf/dist/etc/ |
| H A D | protocols | 93 mtp 92 MTP # Multicast Transport Protocol
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/ |
| H A D | arc.opt | 473 mtp-regno= 477 mtp-regno=none
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/ |
| H A D | arc.opt | 479 mtp-regno= 483 mtp-regno=none
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/ |
| H A D | config.c | 494 a_metatarget_t **mtp ) in asyncmeta_back_new_target() argument 498 *mtp = NULL; in asyncmeta_back_new_target() 510 *mtp = mt; in asyncmeta_back_new_target()
|
| /netbsd-src/usr.bin/xlint/lint1/ |
| H A D | tree.c | 2817 const type_t *mtp = m->s_type; in check_assign_pointer_integer() 2818 if (mtp->t_const) in check_assign_pointer_integer() 2820 if (is_struct_or_union(mtp->t_tspec) && in check_assign_pointer_integer() 2821 has_constant_member(mtp)) in check_assign_pointer_integer() 3782 union_contains(const type_t *utp, const type_t *mtp) in convert_constant_from_floating() 3786 if (types_compatible(mem->s_type, mtp, true, false, NULL)) in convert_constant_from_floating() 2587 const type_t *mtp = m->s_type; has_constant_member() local 3551 union_contains(const type_t * utp,const type_t * mtp) union_contains() argument
|