Home
last modified time | relevance | path

Searched refs:mtype (Results 1 – 25 of 43) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/libobjc/
H A Dgc.c101 const char *mtype; in __objc_gc_setup_struct() local
109 objc_layout_structure_get_info (&layout, &position, NULL, &mtype); in __objc_gc_setup_struct()
112 if (*mtype == '"') in __objc_gc_setup_struct()
114 for (mtype++; *mtype++ != '"';) in __objc_gc_setup_struct()
118 if (*mtype == _C_GCINVISIBLE) in __objc_gc_setup_struct()
121 mtype++; in __objc_gc_setup_struct()
127 switch (*mtype) { in __objc_gc_setup_struct()
139 __objc_gc_setup_array (mask, mtype, position); in __objc_gc_setup_struct()
143 __objc_gc_setup_struct (mask, mtype, position); in __objc_gc_setup_struct()
147 __objc_gc_setup_union (mask, mtype, position); in __objc_gc_setup_struct()
/dragonfly/contrib/nvi2/vi/
H A Dvs_msg.c282 if (mtype == M_ERR) in vs_msg()
285 if (mtype == M_ERR) in vs_msg()
306 if (mtype == M_NONE) { in vs_msg()
307 vs_output(sp, mtype, line, len); in vs_msg()
349 vip->mtype = mtype; in vs_msg()
371 vs_output(sp, mtype, s, e - s); in vs_msg()
451 if (mtype == M_ERR) in vs_output()
475 if (mtype == M_ERR) in vs_output()
524 vs_output(sp, vip->mtype, ".", 1); in vs_ex_resolve()
527 vip->mtype = M_NONE; in vs_ex_resolve()
[all …]
/dragonfly/contrib/tcpdump/
H A Dprint-tipc.c163 u_int mtype; in print_payload() local
178 mtype = TIPC_MTYPE(w1); in print_payload()
189 tok2str(tipcmtype_values, "Unknown", mtype)); in print_payload()
201 tok2str(tipcmtype_values, "Unknown", mtype)); in print_payload()
222 u_int mtype; in print_internal() local
242 mtype = TIPC_MTYPE(w1); in print_internal()
251 tok2str(tipcmtype_values, "Unknown", mtype), w1); in print_internal()
284 u_int mtype; in print_link_conf() local
296 mtype = TIPC_MTYPE(w1); in print_link_conf()
306 tok2str(tipc_linkconf_mtype_values, "Unknown", mtype)); in print_link_conf()
/dragonfly/sys/kern/
H A Dsubr_kobj.c240 struct malloc_type *mtype, in kobj_create() argument
248 obj = kmalloc(cls->size, mtype, mflags | M_ZERO); in kobj_create()
264 kobj_delete(kobj_t obj, struct malloc_type *mtype) in kobj_delete() argument
271 if (mtype) in kobj_delete()
272 kfree(obj, mtype); in kobj_delete()
H A Dkern_objcache.c378 objcache_create_simple(malloc_type_t mtype, size_t objsize) in objcache_create_simple() argument
385 margs->mtype = mtype; in objcache_create_simple()
386 oc = objcache_create(mtype->ks_shortdesc, 0, 0, in objcache_create_simple()
394 objcache_create_mbacked(malloc_type_t mtype, size_t objsize, in objcache_create_mbacked() argument
404 margs->mtype = mtype; in objcache_create_mbacked()
405 oc = objcache_create(mtype->ks_shortdesc, in objcache_create_mbacked()
575 return (kmalloc(alloc_args->objsize, alloc_args->mtype, in objcache_malloc_alloc()
588 return (kmalloc(alloc_args->objsize, alloc_args->mtype, in objcache_malloc_alloc_zero()
598 kfree(obj, alloc_args->mtype); in objcache_malloc_free()
H A Dsubr_alist.c143 alist_create(alist_blk_t blocks, struct malloc_type *mtype) in alist_create() argument
159 bl = kmalloc(sizeof(struct alist), mtype, M_WAITOK | M_ZERO); in alist_create()
167 mtype, M_WAITOK); in alist_create()
226 alist_destroy(alist_t bl, struct malloc_type *mtype) in alist_destroy() argument
228 kfree(bl->bl_root, mtype); in alist_destroy()
229 kfree(bl, mtype); in alist_destroy()
H A Dkern_sysref.c143 KKASSERT(srclass->mtype != NULL); in sysref_alloc()
145 srclass->mtype, srclass->objsize, in sysref_alloc()
/dragonfly/test/testcases/sysv/sysvmsg/
H A Dmsgtest.c75 long mtype; member
178 m.mtype = MTYPE_1; in main()
191 m.mtype = MTYPE_2; in main()
325 m.mtype = MTYPE_1_ACK; in receiver()
341 m.mtype = MTYPE_2_ACK; in receiver()
/dragonfly/contrib/nvi2/common/
H A Dmark.c106 mark_get(SCR *sp, ARG_CHAR_T key, MARK *mp, mtype_t mtype) in mark_get() argument
115 msgq(sp, mtype, "017|Mark %s: not set", KEY_NAME(sp, key)); in mark_get()
119 msgq(sp, mtype, in mark_get()
130 msgq(sp, mtype, in mark_get()
H A Dmsg.c354 msgq_wstr(SCR *sp, mtype_t mtype, const CHAR_T *str, const char *fmt) in msgq_wstr() argument
360 msgq(sp, mtype, "%s", fmt); in msgq_wstr()
364 msgq_str(sp, mtype, nstr, fmt); in msgq_wstr()
374 msgq_str(SCR *sp, mtype_t mtype, const char *str, const char *fmt) in msgq_str() argument
380 msgq(sp, mtype, "%s", fmt); in msgq_str()
387 msgq(sp, mtype, fmt, p); in msgq_str()
H A Dmsg.h56 mtype_t mtype; /* Message type: M_NONE, M_ERR, M_INFO. */ member
H A Dexf.c725 enum { NEWFILE, OLDFILE } mtype; in file_write() local
794 mtype = NEWFILE; in file_write()
806 mtype = OLDFILE; in file_write()
936 switch (mtype) { in file_write()
/dragonfly/contrib/ldns/
H A Ddane.c673 ldns_tlsa_matching_type mtype; in ldns_dane_verify_rr() local
688 mtype = ldns_rdf2native_int8(ldns_rr_rdf(tlsa_rr, 2)); in ldns_dane_verify_rr()
716 else if (SSL_dane_tlsa_add(ssl, usage, selector, mtype, in ldns_dane_verify_rr()
774 selector, mtype, data, true); in ldns_dane_verify_rr()
789 selector, mtype, data, true); in ldns_dane_verify_rr()
798 selector, mtype, data); in ldns_dane_verify_rr()
815 selector, mtype, data, false); in ldns_dane_verify_rr()
829 selector, mtype, data); in ldns_dane_verify_rr()
919 ldns_tlsa_matching_type mtype; in ldns_dane_verify() local
925 mtype = ldns_rdf2native_int8(ldns_rr_rdf(tlsa_rr,2)); in ldns_dane_verify()
[all …]
/dragonfly/sys/sys/
H A Dobjcache.h68 *objcache_create_simple(malloc_type_t mtype, size_t objsize);
70 *objcache_create_mbacked(malloc_type_t mtype, size_t objsize,
90 malloc_type_t mtype; member
H A Dkobj.h215 struct malloc_type *mtype,
226 void kobj_delete(kobj_t obj, struct malloc_type *mtype);
H A Dmsg.h98 long mtype; /* message type (+ve integer) */ member
H A Dsysref.h77 malloc_type_t mtype; /* malloc backing store */ member
/dragonfly/lib/libc/sysvipc/
H A Dmsg.c590 sysvipc_msgrcv(int msqid, void *msgp, size_t msgsz, long mtype, int msgflg) in sysvipc_msgrcv() argument
602 sysv_print("call to msgrcv(%d, %ld, %ld, %d)\n", msqid, msgsz, mtype, msgflg); in sysvipc_msgrcv()
630 if (mtype == 0) { in sysvipc_msgrcv()
668 if (mtype == msghdr->msg_type || in sysvipc_msgrcv()
669 msghdr->msg_type <= -mtype) { in sysvipc_msgrcv()
671 msghdr->msg_type, mtype); in sysvipc_msgrcv()
709 mtype); in sysvipc_msgrcv()
/dragonfly/sys/kern/libmchain/
H A Dsubr_mchain.c272 int mtype, error; in mb_put_uio() local
274 mtype = (uiop->uio_segflg == UIO_SYSSPACE) ? MB_MSYSTEM : MB_MUSER; in mb_put_uio()
287 error = mb_put_mem(mbp, uiop->uio_iov->iov_base, left, mtype); in mb_put_uio()
528 int mtype, error; in md_get_uio() local
530 mtype = (uiop->uio_segflg == UIO_SYSSPACE) ? MB_MSYSTEM : MB_MUSER; in md_get_uio()
543 error = md_get_mem(mdp, uiocp, left, mtype); in md_get_uio()
/dragonfly/contrib/gdb-7/gdb/
H A Dgdbtypes.c744 struct type *mtype; in lookup_memberptr_type() local
748 return mtype; in lookup_memberptr_type()
756 struct type *mtype; in lookup_methodptr_type() local
760 return mtype; in lookup_methodptr_type()
772 struct type *mtype; in allocate_stub_method() local
776 TYPE_LENGTH (mtype) = 1; in allocate_stub_method()
777 TYPE_STUB (mtype) = 1; in allocate_stub_method()
780 return mtype; in allocate_stub_method()
1772 struct type *mtype; in check_stub_method() local
1864 TYPE_STUB (mtype) = 0; in check_stub_method()
[all …]
H A Dc-typeprint.c217 cp_type_print_method_args (struct type *mtype, const char *prefix, in cp_type_print_method_args() argument
222 struct field *args = TYPE_FIELDS (mtype); in cp_type_print_method_args()
223 int nargs = TYPE_NFIELDS (mtype); in cp_type_print_method_args()
224 int varargs = TYPE_VARARGS (mtype); in cp_type_print_method_args()
1242 struct type *mtype = TYPE_FN_FIELD_TYPE (f, j); in c_type_print_base() local
1244 cp_type_print_method_args (mtype, in c_type_print_base()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dhsa-gen.c2555 BrigType16_t mtype; in gen_hsa_insns_for_load() local
2597 BrigType16_t mtype; in gen_hsa_insns_for_store() local
2678 mtype = mem_type; in gen_hsa_insns_for_store()
3715 BrigType16_t mtype
4986 mtype = hsa_bittype_for_type (mtype); in gen_hsa_atomic_for_builtin()
5376 BrigType16_t mtype; in gen_hsa_insns_for_call() local
5403 mtype = mem_type_for_type (t); in gen_hsa_insns_for_call()
5404 mtype = hsa_bittype_for_type (mtype); in gen_hsa_insns_for_call()
5409 mtype = BRIG_TYPE_B64; in gen_hsa_insns_for_call()
5410 dest = new hsa_op_reg (mtype); in gen_hsa_insns_for_call()
[all …]
/dragonfly/sys/dev/acpica/Osd/
H A DOsdCache.c69 cache->args.mtype = M_CACHE; in AcpiOsCreateCache()
/dragonfly/contrib/gdb-7/readline/
H A Dcomplete.c1571 make_quoted_replacement (match, mtype, qc) in make_quoted_replacement() argument
1573 int mtype;
1606 do_replace = should_quote ? mtype : NO_MATCH;
1616 insert_match (match, start, mtype, qc) in insert_match() argument
1618 int start, mtype;
1626 replacement = make_quoted_replacement (match, mtype, qc);
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-manip.c1128 tree atype, mtype, val, res = PHI_RESULT (phi); in rewrite_phi_with_iv() local
1145 mtype = POINTER_TYPE_P (atype) ? sizetype : atype; in rewrite_phi_with_iv()
1146 val = fold_build2 (MULT_EXPR, mtype, unshare_expr (iv.step), in rewrite_phi_with_iv()
1147 fold_convert (mtype, main_iv)); in rewrite_phi_with_iv()

12