Searched refs:M_TEMP (Results 1 - 25 of 88) sorted by relevance

1234

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A DMacOSStubs.c138 MALLOC (tmptr, Ptr, byteCount, M_TEMP, M_WAITOK);
149 MALLOC (tmptr, Ptr, byteCount, M_TEMP, M_WAITOK);
156 FREE (p, M_TEMP);
H A Drangelist.c109 MALLOC(range, struct rl_entry *, sizeof(*range), M_TEMP, M_WAITOK);
193 FREE(overlap, M_TEMP);
210 MALLOC(splitrange, struct rl_entry *, sizeof *splitrange, M_TEMP, M_WAITOK);
228 FREE(overlap, M_TEMP);
399 FREE(next_range, M_TEMP);
432 FREE(prev_range, M_TEMP);
H A Dhfs_xattr.c320 MALLOC(iterator, BTreeIterator *, sizeof(*iterator), M_TEMP, M_WAITOK);
331 MALLOC(recp, HFSPlusAttrRecord *, bufsize, M_TEMP, M_WAITOK);
413 MALLOC(extentbuf, HFSPlusExtentDescriptor *, extentbufsize, M_TEMP, M_WAITOK);
451 FREE(extentbuf, M_TEMP);
466 FREE(iterator, M_TEMP);
469 FREE(recp, M_TEMP);
652 MALLOC(user_data_ptr, void *, attrsize, M_TEMP, M_WAITOK);
703 MALLOC(iterator, BTreeIterator *, sizeof(*iterator), M_TEMP, M_WAITOK);
749 MALLOC(extentptr, HFSPlusExtentDescriptor *, extentbufsize, M_TEMP, M_WAITOK);
779 MALLOC(recp, HFSPlusAttrRecord *, sizeof(HFSPlusAttrRecord), M_TEMP, M_WAITO
[all...]
H A Dhfs_catalog.c249 MALLOC(pluskey, HFSPlusCatalogKey *, sizeof(HFSPlusCatalogKey), M_TEMP, M_WAITOK);
259 FREE(pluskey, M_TEMP);
312 MALLOC(keyp, CatalogKey *, sizeof(CatalogKey), M_TEMP, M_WAITOK);
342 FREE(keyp, M_TEMP);
363 MALLOC(iterator, BTreeIterator *, 2 * sizeof(*iterator), M_TEMP, M_WAITOK);
397 FREE(iterator, M_TEMP);
427 MALLOC(iterator, BTreeIterator *, sizeof(*iterator), M_TEMP, M_WAITOK);
431 MALLOC(recp, CatalogRecord *, sizeof(CatalogRecord), M_TEMP, M_WAITOK);
464 MALLOC(pluskey, HFSPlusCatalogKey *, sizeof(HFSPlusCatalogKey), M_TEMP, M_WAITOK);
467 FREE(pluskey, M_TEMP);
[all...]
H A Dhfs_hotfiles.c192 FREE(tmp, M_TEMP);
266 MALLOC(hotdata, hotfile_data_t *, size, M_TEMP, M_WAITOK);
359 MALLOC(listp, hotfilelist_t *, size, M_TEMP, M_WAITOK);
414 FREE(hotdata, M_TEMP);
493 FREE(hotdata, M_TEMP);
574 MALLOC(iterator, BTreeIterator *, sizeof(*iterator), M_TEMP, M_WAITOK);
687 FREE(iterator, M_TEMP);
957 MALLOC(iterator, BTreeIterator *, sizeof(*iterator), M_TEMP, M_WAITOK);
1040 FREE(iterator, M_TEMP);
1085 MALLOC(iterator, BTreeIterator *, sizeof(*iterator), M_TEMP, M_WAITO
[all...]
H A Dhfs_link.c1045 MALLOC(origin, linkorigin_t *, sizeof(linkorigin_t), M_TEMP, M_WAITOK);
1066 FREE(origin, M_TEMP);
1087 FREE(origin, M_TEMP);
1180 MALLOC(iterator, BTreeIterator *, sizeof(*iterator), M_TEMP, M_WAITOK);
1218 FREE(iterator, M_TEMP);
1242 MALLOC(iterator, BTreeIterator *, sizeof(*iterator), M_TEMP, M_WAITOK);
1268 FREE(iterator, M_TEMP);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace_alloc.c124 return _MALLOC(size, M_TEMP, M_WAITOK);
144 _FREE(data, M_TEMP);
H A Ddtrace_ptss.c153 struct dtrace_ptss_page* ptss_page = _MALLOC(sizeof(struct dtrace_ptss_page), M_TEMP, M_ZERO | M_WAITOK);
201 _FREE(ptss_page, M_TEMP);
278 _FREE(temp, M_TEMP);
H A Ddtrace_glue.c393 wrap_timer_call_t *wrapTC = _MALLOC(sizeof(wrap_timer_call_t), M_TEMP, M_ZERO | M_WAITOK);
406 _FREE((void *)cyclic, M_TEMP);
437 sizeof(cyc_omni_handler_t), M_TEMP, M_ZERO | M_WAITOK);
472 _FREE(cyc_list, M_TEMP);
507 wrap_thread_call_t *wrapTC = _MALLOC(sizeof(wrap_thread_call_t), M_TEMP, M_ZERO | M_WAITOK);
553 _FREE(wrapTC, M_TEMP);
602 for (i = 0; i < NSOFT_STATES; ++i) soft[i] = _MALLOC(size, M_TEMP, M_ZERO | M_WAITOK);
639 for (i = 0; i < NSOFT_STATES; ++i) _FREE( soft[i], M_TEMP );
655 int *p = (int *)_MALLOC(nelements*sizeof(int), M_TEMP, M_WAITOK);
696 _FREE(buf, M_TEMP);
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_util.c104 MALLOC(nodename, char *, 1, M_TEMP, M_WAITOK);
107 MALLOC(nodename, char *, strlen(name) + 1, M_TEMP, M_WAITOK);
142 FREE(nodename, M_TEMP);
143 FREE(sp, M_TEMP);
193 FREE(source_sp->s_name, M_TEMP);
194 MALLOC(new_name_ptr, char *, strlen(new_name) + 1, M_TEMP, M_WAITOK);
275 M_TEMP, M_WAITOK);
289 FREE(sp->s_u.s.s_symlinktarget, M_TEMP);
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/nullfs/
H A Dnull_subr.c162 MALLOC(xp, struct null_node *, sizeof(struct null_node), M_TEMP, M_WAITOK);
164 FREE(xp, M_TEMP);
178 FREE(xp, M_TEMP);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmalloc.h173 #define M_TEMP 80 /* misc temporary data buffers */ macro
209 #define M_TEMP 80 /* misc temporary data buffers */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_gss.c216 nfs_gss_svc_ctx_hashtbl = hashinit(SVC_CTX_HASHSZ, M_TEMP, &nfs_gss_svc_ctx_hash);
295 MALLOC(cp, struct nfs_gss_clnt_ctx *, sizeof(*cp), M_TEMP, M_WAITOK|M_ZERO);
350 MALLOC(cp, struct nfs_gss_clnt_ctx *, sizeof(*cp), M_TEMP, M_WAITOK|M_ZERO);
471 MALLOC(gsp, struct gss_seq *, sizeof(*gsp), M_TEMP, M_WAITOK|M_ZERO);
670 MALLOC(cp->gss_clnt_verf, u_char *, verflen, M_TEMP, M_WAITOK|M_ZERO);
1012 FREE(cp->gss_clnt_verf, M_TEMP);
1033 nfsm_rndup((cp->gss_clnt_seqwin + 7) / 8), M_TEMP, M_WAITOK|M_ZERO);
1088 FREE(cp->gss_clnt_token, M_TEMP);
1100 FREE(cp->gss_clnt_handle, M_TEMP);
1102 MALLOC(cp->gss_clnt_handle, u_char *, cp->gss_clnt_handle_len, M_TEMP, M_WAITO
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_fsevents.c1246 M_TEMP, M_WAITOK);
1362 FREE(watcher->event_list, M_TEMP);
1366 FREE(watcher->devices_to_watch, M_TEMP);
1369 FREE(watcher, M_TEMP);
1955 FREE(tmp, M_TEMP);
1962 M_TEMP, M_WAITOK);
1972 FREE(devices_to_watch, M_TEMP);
1983 FREE(tmp, M_TEMP);
2047 FREE(fseh, M_TEMP);
2340 M_TEMP, M_WAITO
[all...]
H A Dvfs_init.c167 vfs_opv_numops*sizeof(PFIvp), M_TEMP, M_WAITOK);
519 M_TEMP, M_WAITOK);
598 FREE(vcdelp, M_TEMP);
H A Dvfs_fslog.c421 MALLOC(path, char *, MAXPATHLEN, M_TEMP, M_WAITOK);
441 FREE(path, M_TEMP);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_control.c207 FREE(kcb, M_TEMP);
224 MALLOC(kcb, struct ctl_cb *, sizeof(struct ctl_cb), M_TEMP, M_WAITOK);
599 MALLOC(data, void *, sopt->sopt_valsize, M_TEMP, M_WAITOK);
610 FREE(data, M_TEMP);
618 MALLOC(data, void *, sopt->sopt_valsize, M_TEMP, M_WAITOK);
636 FREE(data, M_TEMP);
710 MALLOC(kctl, struct kctl *, sizeof(*kctl), M_TEMP, M_WAITOK);
734 FREE(kctl, M_TEMP);
777 FREE(kctl, M_TEMP);
843 FREE(kctl, M_TEMP);
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion_subr.c261 _FREE(un->un_path, M_TEMP);
579 M_TEMP, M_WAITOK);
613 MALLOC(unp, void *, sizeof(struct union_node), M_TEMP, M_WAITOK);
683 FREE(unp, M_TEMP);
690 un->un_path = _MALLOC(cnp->cn_namelen+1, M_TEMP, M_WAITOK);
747 _FREE(un->un_path, M_TEMP);
749 FREE(vp->v_data, M_TEMP);
786 bufp = _MALLOC(MAXPHYSIO, M_TEMP, M_WAITOK);
819 _FREE(bufp, M_TEMP);
1469 M_TEMP, M_WAITO
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dkext_net.c187 MALLOC(kp, struct kextcb *, sizeof(*kp), M_TEMP, M_WAITOK);
239 MALLOC(g_symantec_if_funcs, struct sockif*, sizeof(*g_symantec_if_funcs), M_TEMP, M_WAITOK);
248 MALLOC(g_symantec_util_funcs, struct sockutil*, sizeof(*g_symantec_util_funcs), M_TEMP, M_WAITOK);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dah_input.c268 cksum = _MALLOC(siz1, M_TEMP, M_NOWAIT);
283 FREE(cksum, M_TEMP);
309 FREE(cksum, M_TEMP);
315 FREE(cksum, M_TEMP);
695 cksum = _MALLOC(siz1, M_TEMP, M_NOWAIT);
704 FREE(cksum, M_TEMP);
725 FREE(cksum, M_TEMP);
731 FREE(cksum, M_TEMP);
H A Dipcomp_core.c155 ptr = _MALLOC(items * siz, M_TEMP, M_NOWAIT);
164 FREE(ptr, M_TEMP);
H A Dah_core.c277 state->foo = (void *)_MALLOC(sizeof(MD5_CTX), M_TEMP, M_NOWAIT);
350 FREE(state->foo, M_TEMP);
396 state->foo = (void *)_MALLOC(sizeof(SHA1_CTX), M_TEMP, M_NOWAIT);
474 FREE(state->foo, M_TEMP);
522 state->foo = (void *)_MALLOC(64 + 64 + sizeof(MD5_CTX), M_TEMP, M_NOWAIT);
598 FREE(state->foo, M_TEMP);
647 M_TEMP, M_NOWAIT);
724 FREE(state->foo, M_TEMP);
776 M_TEMP, M_NOWAIT);
857 FREE(state->foo, M_TEMP);
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Ddhcp_options.c62 _FREE(ptr, M_TEMP);
69 MALLOC(data, void *, size, M_TEMP, M_WAITOK);
78 MALLOC(data, void *, newsize, M_TEMP, M_WAITOK);
328 * Use _FREE(val, M_TEMP) to free the returned data area.
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dmem.c198 MALLOC(devzerobuf, caddr_t,PAGE_SIZE, M_TEMP, M_WAITOK);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dmem.c223 MALLOC(devzerobuf, caddr_t,PAGE_SIZE, M_TEMP, M_WAITOK);

Completed in 240 milliseconds

1234