Searched refs:mt (Results 26 - 50 of 156) sorted by relevance

1234567

/freebsd-11-stable/sys/net/
H A Dmp_ring.h52 struct malloc_type * mt; member in struct:ifmp_ring
H A Dmp_ring.c256 mp_ring_can_drain_t can_drain, struct malloc_type *mt, int flags)
268 r = malloc(__offsetof(struct ifmp_ring, items[size]), mt, flags | M_ZERO);
273 r->mt = mt;
316 free(r, r->mt);
255 ifmp_ring_alloc(struct ifmp_ring **pr, int size, void *cookie, mp_ring_drain_t drain, mp_ring_can_drain_t can_drain, struct malloc_type *mt, int flags) argument
/freebsd-11-stable/contrib/nvi/common/
H A Dmsg.c44 mtype_t mt,
79 if (mt == M_BERR)
80 mt = M_ERR;
81 else if (mt == M_VINFO)
82 mt = M_INFO;
85 switch (mt) {
91 mt = M_ERR;
96 mt = M_INFO;
140 if (mt == M_SYSERR) {
153 if ((mt
42 msgq( SCR *sp, mtype_t mt, const char *fmt, ...) argument
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstate.c164 TValue mt; local
170 setthvalue(L, &mt, L);
171 luaH_setint(L, registry, LUA_RIDX_MAINTHREAD, &mt);
173 sethvalue(L, &mt, luaH_new(L));
174 luaH_setint(L, registry, LUA_RIDX_GLOBALS, &mt);
305 for (i=0; i < LUA_NUMTAGS; i++) g->mt[i] = NULL;
H A Dlapi.c687 Table *mt = NULL; local
693 mt = hvalue(obj)->metatable;
696 mt = uvalue(obj)->metatable;
699 mt = G(L)->mt[ttypenv(obj)];
702 if (mt == NULL)
705 sethvalue(L, L->top, mt);
813 Table *mt; local
818 mt = NULL;
821 mt
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsubst.c1371 mark_translated_t *mt;
1374 mt = apr_palloc(pool, sizeof(*mt));
1375 SVN_ERR(svn_stream_mark(b->stream, &mt->mark, pool));
1378 mt->saved_baton.in_baton = apr_pmemdup(pool, b->in_baton,
1379 sizeof(*mt->saved_baton.in_baton));
1380 mt->saved_baton.out_baton = apr_pmemdup(pool, b->out_baton,
1381 sizeof(*mt->saved_baton.out_baton));
1382 mt->saved_baton.written = b->written;
1383 mt
1367 mark_translated_t *mt; local
1396 const mark_translated_t *mt = (const mark_translated_t *)mark; local
[all...]
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_hpet.c206 struct hpet_timer *mt = (struct hpet_timer *)et->et_priv; local
208 struct hpet_softc *sc = mt->sc;
211 t = (mt->pcpu_master < 0) ? mt : &sc->t[mt->pcpu_slaves[curcpu]];
255 struct hpet_timer *mt = (struct hpet_timer *)et->et_priv; local
257 struct hpet_softc *sc = mt->sc;
259 t = (mt->pcpu_master < 0) ? mt : &sc->t[mt
270 struct hpet_timer *mt; local
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_bookmark.c64 matchtype_t mt = 0; local
71 mt = MT_NORMALIZE;
74 sizeof (*bmark_phys) / sizeof (uint64_t), bmark_phys, mt,
342 matchtype_t mt = 0; local
345 mt = MT_NORMALIZE;
347 return (zap_remove_norm(mos, bmark_zapobj, name, mt, tx));
520 matchtype_t mt = 0; local
530 mt = MT_NORMALIZE;
536 num_ints, &bmark_phys, mt, NULL, 0, NULL));
537 VERIFY0(zap_remove_norm(mos, bmark_zapobj, dbra->dbra_oldname, mt, t
[all...]
H A Dzap_micro.c176 zap_name_alloc(zap_t *zap, const char *key, matchtype_t mt) argument
184 zn->zn_matchtype = mt;
192 if (mt & MT_MATCH_CASE)
208 if (mt != 0) {
859 matchtype_t mt, char *realname, int rn_len,
864 zap_name_t *zn = zap_name_alloc(zap, name, mt);
899 matchtype_t mt, char *realname, int rn_len,
909 num_integers, buf, mt, realname, rn_len, ncp);
925 matchtype_t mt, char *realname, int rn_len,
935 num_integers, buf, mt, realnam
857 zap_lookup_impl(zap_t *zap, const char *name, uint64_t integer_size, uint64_t num_integers, void *buf, matchtype_t mt, char *realname, int rn_len, boolean_t *ncp) argument
897 zap_lookup_norm(objset_t *os, uint64_t zapobj, const char *name, uint64_t integer_size, uint64_t num_integers, void *buf, matchtype_t mt, char *realname, int rn_len, boolean_t *ncp) argument
923 zap_lookup_norm_by_dnode(dnode_t *dn, const char *name, uint64_t integer_size, uint64_t num_integers, void *buf, matchtype_t mt, char *realname, int rn_len, boolean_t *ncp) argument
1272 zap_remove_impl(zap_t *zap, const char *name, matchtype_t mt, dmu_tx_t *tx) argument
1298 zap_remove_norm(objset_t *os, uint64_t zapobj, const char *name, matchtype_t mt, dmu_tx_t *tx) argument
1482 zap_cursor_move_to_key(zap_cursor_t *zc, const char *name, matchtype_t mt) argument
[all...]
H A Dzfs_dir.c68 matchtype_t mt, uint64_t *zoid)
79 zoid, mt, NULL, 0, NULL);
112 matchtype_t mt = 0; local
145 mt = MT_NORMALIZE;
153 mt |= MT_MATCH_CASE;
177 error = zfs_match_find(zfsvfs, dzp, name, mt, &zoid);
668 matchtype_t mt = MT_NORMALIZE; local
671 mt |= MT_MATCH_CASE;
675 name, mt, tx);
67 zfs_match_find(zfsvfs_t *zfsvfs, znode_t *dzp, const char *name, matchtype_t mt, uint64_t *zoid) argument
/freebsd-11-stable/lib/libiconv_modules/mapper_zone/
H A Dcitrus_mapper_zone.c303 struct _citrus_mapper_traits * __restrict mt, size_t lenmt)
309 if (lenmt < sizeof(*mt))
329 mt->mt_src_max = mt->mt_dst_max = 1; /* 1:1 converter */
330 mt->mt_state_size = 0; /* stateless */
300 _citrus_mapper_zone_mapper_init(struct _citrus_mapper_area *__restrict ma __unused, struct _citrus_mapper * __restrict cm, const char * __restrict dir __unused, const void * __restrict var, size_t lenvar, struct _citrus_mapper_traits * __restrict mt, size_t lenmt) argument
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_mp_ring.c184 ring_can_drain_t can_drain, struct malloc_type *mt, int flags)
196 r = malloc(__offsetof(struct mp_ring, items[size]), mt, flags | M_ZERO);
201 r->mt = mt;
242 free(r, r->mt);
183 mp_ring_alloc(struct mp_ring **pr, int size, void *cookie, ring_drain_t drain, ring_can_drain_t can_drain, struct malloc_type *mt, int flags) argument
/freebsd-11-stable/lib/libiconv_modules/mapper_std/
H A Dcitrus_mapper_std.c340 struct _citrus_mapper_traits * __restrict mt, size_t lenmt)
348 if (lenmt < sizeof(*mt)) {
352 mt->mt_src_max = mt->mt_dst_max = 1; /* 1:1 converter */
353 mt->mt_state_size = 0; /* stateless */
337 _citrus_mapper_std_mapper_init(struct _citrus_mapper_area *__restrict ma __unused, struct _citrus_mapper * __restrict cm, const char * __restrict curdir, const void * __restrict var, size_t lenvar, struct _citrus_mapper_traits * __restrict mt, size_t lenmt) argument
/freebsd-11-stable/sys/dev/sound/pci/
H A Dvibes.c468 } static const mt [SOUND_MIXER_NRDEVICES] = { variable
486 g = mt[dev].max * gain / 100;
487 if (mt[dev].neg)
488 g = mt[dev].max - g;
489 v = sv_indirect_get(sc, mt[dev].reg + channel) & ~mt[dev].max;
492 if (mt[dev].mute) {
499 sv_indirect_set(sc, mt[dev].reg + channel, v);
506 if (mt[dev].stereo)
516 if (mt[
[all...]
/freebsd-11-stable/usr.sbin/crunch/examples/
H A Dfixit.conf17 progs mt mv pwd rcp rm rmdir sh sleep stty sync test
/freebsd-11-stable/sbin/restore/
H A Dtape.c72 static int mt = -1; variable
217 mt = popenfp ? fileno(popenfp) : -1;
221 mt = rmtopen(magtape, 0);
225 mt = 0;
227 mt = open(magtape, O_RDONLY, 0);
228 if (mt < 0) {
414 mt = popenfp ? fileno(popenfp) : -1;
418 mt = rmtopen(magtape, 0);
421 mt = open(magtape, O_RDONLY, 0);
423 if (mt
[all...]
/freebsd-11-stable/sys/vm/
H A Dvm_pageout.c499 vm_page_t mt = mc[i]; local
502 !pmap_page_is_write_mapped(mt),
503 ("vm_pageout_flush: page %p is not write protected", mt));
506 vm_page_lock(mt);
507 if (vm_page_in_laundry(mt))
508 vm_page_deactivate_noreuse(mt);
509 vm_page_unlock(mt);
521 vm_page_undirty(mt);
522 vm_page_lock(mt);
523 if (vm_page_in_laundry(mt))
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzap.h197 matchtype_t mt, char *realname, int rn_len,
208 matchtype_t mt, char *realname, int rn_len,
264 matchtype_t mt, dmu_tx_t *tx);
382 int zap_cursor_move_to_key(zap_cursor_t *zc, const char *name, matchtype_t mt);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h272 ITT_STUB(ITTAPI, int, markA, (__itt_mark_type mt, const char *parameter), (ITT_FORMAT mt, parameter), markA, __itt_group_mark, "%d, \"%s\"")
273 ITT_STUB(ITTAPI, int, markW, (__itt_mark_type mt, const wchar_t *parameter), (ITT_FORMAT mt, parameter), markW, __itt_group_mark, "%d, \"%S\"")
275 ITT_STUB(ITTAPI, int, mark, (__itt_mark_type mt, const char *parameter), (ITT_FORMAT mt, parameter), mark, __itt_group_mark, "%d, \"%s\"")
277 ITT_STUB(ITTAPI, int, mark_off, (__itt_mark_type mt), (ITT_FORMAT mt), mark_off, __itt_group_mark, "%d")
279 ITT_STUB(ITTAPI, int, mark_globalA, (__itt_mark_type mt, const char *parameter), (ITT_FORMAT mt, paramete
[all...]
/freebsd-11-stable/contrib/lua/src/
H A Dlapi.c699 Table *mt; local
705 mt = hvalue(obj)->metatable;
708 mt = uvalue(obj)->metatable;
711 mt = G(L)->mt[ttnov(obj)];
714 if (mt != NULL) {
715 sethvalue(L, L->top, mt);
848 Table *mt; local
853 mt = NULL;
856 mt
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A DMakefile.am46 mt-desc.h mt-opc.h \
157 mt-asm.c \
158 mt-desc.c \
159 mt-dis.c \
160 mt-ibld.c \
161 mt-opc.c \
300 mt-asm.lo \
301 mt-desc.lo \
302 mt
[all...]
H A DMakefile.in269 mt-desc.h mt-opc.h \
381 mt-asm.c \
382 mt-desc.c \
383 mt-dis.c \
384 mt-ibld.c \
385 mt-opc.c \
524 mt-asm.lo \
525 mt-desc.lo \
526 mt
[all...]
/freebsd-11-stable/crypto/openssl/engines/
H A De_chil.c1174 static int hwcrhk_mutex_init(HWCryptoHook_Mutex * mt, argument
1177 mt->lockid = CRYPTO_get_new_dynlockid();
1178 if (mt->lockid == 0)
1183 static int hwcrhk_mutex_lock(HWCryptoHook_Mutex * mt) argument
1185 CRYPTO_w_lock(mt->lockid);
1189 static void hwcrhk_mutex_unlock(HWCryptoHook_Mutex * mt) argument
1191 CRYPTO_w_unlock(mt->lockid);
1194 static void hwcrhk_mutex_destroy(HWCryptoHook_Mutex * mt) argument
1196 CRYPTO_destroy_dynlockid(mt->lockid);
/freebsd-11-stable/contrib/apr-util/test/
H A DMakefile.win135 mt.exe -manifest "$@.manifest" -outputresource:$@;1
142 mt.exe -manifest "$@.manifest" -outputresource:$@;1
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c1101 struct modelist *mt;
1104 for (mt = ModeList; mt->name; mt++) {
1105 if (mt->help) {
1106 if (*mt->help)
1107 printf("%-15s %s\r\n", mt->name, mt->help);
1121 struct modelist *mt;
1126 } else if ((mt
1097 struct modelist *mt; local
1117 struct modelist *mt; local
[all...]

Completed in 165 milliseconds

1234567