Searched refs:mt (Results 1 - 7 of 7) sorted by relevance

/haiku/src/system/libnetwork/netresolv/resolv/
H A Dmtctxres.c63 mtctxres_t *mt; local
72 if ((mt = malloc(sizeof (mtctxres_t))) == 0) {
77 memset(mt, 0, sizeof (mtctxres_t));
79 if ((ret = pthread_setspecific(key, mt)) != 0) {
80 free(mt);
91 mtctxres_t *mt = (mtctxres_t *)value; local
93 if (mt != 0)
94 free(mt);
101 mtctxres_t *mt; local
122 if (((mt
[all...]
/haiku/src/system/libroot/posix/libstdthreads/
H A Dmtx.c47 int mt; local
52 mt = PTHREAD_MUTEX_NORMAL;
56 mt = PTHREAD_MUTEX_RECURSIVE;
64 if (pthread_mutexattr_settype(&attr, mt) != 0)
/haiku/src/kits/locale/
H A DInitLocaleKit.cpp53 BMimeType mt; local
54 status_t res = mt.SetTo(DefaultCatalog::kCatMimeType);
55 if (res == B_OK && !mt.IsInstalled()) {
58 res = mt.GetSupertype(&supertype);
93 res = mt.SetAttrInfo(&attrMsg);
100 res = mt.SetFileExtensions(&extMsg);
105 mt.SetShortDescription("Translation Catalog");
106 res = mt.SetLongDescription("Catalog with translated application resources");
110 res = mt.Install();
/haiku/src/libs/compat/freebsd_iflib/compat/net/
H A Dmp_ring.h52 struct malloc_type * mt; member in struct:ifmp_ring
/haiku/src/bin/network/telnet/
H A Dcommands.c1180 struct modelist *mt;
1183 for (mt = ModeList; mt->name; mt++) {
1184 if (mt->help) {
1185 if (*mt->help)
1186 printf("%-15s %s\n", mt->name, mt->help);
1200 struct modelist *mt;
1205 } else if ((mt
1176 struct modelist *mt; local
1196 struct modelist *mt; local
[all...]
/haiku/src/libs/compat/freebsd_iflib/
H A Dmp_ring.c251 mp_ring_can_drain_t can_drain, struct malloc_type *mt, int flags)
263 r = malloc(__offsetof(struct ifmp_ring, items[size]), mt, flags | M_ZERO);
268 r->mt = mt;
311 free(r, r->mt);
250 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
H A Diflib.c2803 struct mbuf *m, *mh, *mt; local
2843 mh = mt = m;
2847 mt->m_next = m;
2848 mt = m;
2997 struct mbuf *m, *mh, *mt, *mf; local
3005 mh = mt = NULL;
3065 mh = mt = m;
3067 mt->m_nextpkt = m;
3068 mt = m;
3081 mt
[all...]

Completed in 478 milliseconds