Searched refs:M_TEMP (Results 151 - 175 of 297) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/pci/
H A Dpci_user.c1078 cio = malloc(sizeof(struct pci_conf_io), M_TEMP,
1159 pattern_buf = malloc(cio->pat_buf_len, M_TEMP,
1255 free(cio, M_TEMP);
1256 free(pattern_buf, M_TEMP);
/freebsd-current/sys/kern/
H A Dsubr_sleepqueue.c1236 M_TEMP, M_WAITOK);
1243 M_TEMP, M_WAITOK);
1300 free(st, M_TEMP);
1301 free(td_infos, M_TEMP);
H A Dkern_malloc.c134 MALLOC_DEFINE(M_TEMP, "temp", "misc temporary data buffers");
1435 bufmtp = malloc(buflen, M_TEMP, M_WAITOK);
1440 free(bufmtp, M_TEMP);
1452 free(bufmtp, M_TEMP);
H A Duipc_sem.c663 path = malloc(MAXPATHLEN, M_TEMP, M_WAITOK);
670 free(path, M_TEMP);
679 free(path, M_TEMP);
H A Dinit_main.c755 free_init_path = tmp_init_path = strdup(init_path, M_TEMP);
794 free(free_init_path, M_TEMP);
801 free(free_init_path, M_TEMP);
H A Dsysv_sem.c866 array = malloc(sizeof(*array) * count, M_TEMP, M_WAITOK);
919 array = malloc(sizeof(*array) * count, M_TEMP, M_WAITOK);
953 free(array, M_TEMP);
1176 sops = malloc(nsops * sizeof(*sops), M_TEMP, M_WAITOK);
1182 free(sops, M_TEMP);
1434 free(sops, M_TEMP);
1590 *res = malloc(sizeof(struct semid_kernel) * mi, M_TEMP, M_WAITOK);
H A Dkern_sig.c3972 name = malloc(MAXPATHLEN, M_TEMP, M_WAITOK | M_ZERO);
3989 M_TEMP, M_WAITOK);
4030 free(hostname, M_TEMP);
4039 free(name, M_TEMP);
4075 free(name, M_TEMP);
4192 free(freepath, M_TEMP);
4202 freepath = malloc(fullpathsize, M_TEMP, M_WAITOK);
4204 free(freepath, M_TEMP);
4208 free(freepath, M_TEMP);
4224 free(name, M_TEMP);
[all...]
H A Dvfs_cache.c1124 cntbuf = malloc(n_nchash * sizeof(int), M_TEMP, M_ZERO | M_WAITOK);
1128 free(cntbuf, M_TEMP);
1139 free(cntbuf, M_TEMP);
3272 free(freebuf, M_TEMP);
3305 buf = malloc(buflen, M_TEMP, M_WAITOK);
3318 free(buf, M_TEMP);
3338 buf = malloc(buflen, M_TEMP, M_WAITOK);
3348 free(buf, M_TEMP);
3752 buf = malloc(*buflen, M_TEMP, M_WAITOK);
3806 free(buf, M_TEMP);
[all...]
/freebsd-current/sys/dev/cardbus/
H A Dcardbus.c306 free(devlist, M_TEMP);
/freebsd-current/sys/security/audit/
H A Daudit_bsm_klib.c475 free(fbuf, M_TEMP);
/freebsd-current/sys/arm64/coresight/
H A Dcoresight_acpi.c177 buf.Pointer = malloc(buf.Length, M_TEMP, M_NOWAIT | M_ZERO);
/freebsd-current/sys/dev/acpica/
H A Dacpi_cpu.c251 (mp_maxid + 1), M_TEMP /* XXX */, M_WAITOK | M_ZERO);
423 free(drivers, M_TEMP);
603 if ((ad = malloc(sizeof(*ad), M_TEMP, M_NOWAIT | M_ZERO)) == NULL)
612 free(ad, M_TEMP);
H A Dacpi.c745 free(devlist, M_TEMP);
875 free(devlist, M_TEMP);
1344 free(children, M_TEMP);
1433 free(children, M_TEMP);
3693 free(devlist, M_TEMP);
3709 free(devlist, M_TEMP);
4521 p = strdup(p, M_TEMP);
4534 free(p, M_TEMP);
4537 iface->data = malloc(sizeof(*iface->data) * j, M_TEMP, M_WAITOK);
4556 free(iface->data[0], M_TEMP);
[all...]
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clport.c1344 buf = malloc(dumpmntopts.ndmnt_blen, M_TEMP, M_WAITOK |
1351 free(buf, M_TEMP);
1354 buf = malloc(MNAMELEN + 1, M_TEMP, M_WAITOK);
1410 free(buf, M_TEMP);
/freebsd-current/sys/fs/tarfs/
H A Dtarfs_vfsops.c474 free(exthdr, M_TEMP);
574 exthdr = malloc(sz, M_TEMP, M_WAITOK);
829 free(exthdr, M_TEMP);
841 free(exthdr, M_TEMP);
/freebsd-current/sys/dev/mfi/
H A Dmfi_pci.c303 free(devlist, M_TEMP);
/freebsd-current/sys/dev/agp/
H A Dagp.c121 free(kids, M_TEMP);
126 free(kids, M_TEMP);
922 free(children, M_TEMP);
/freebsd-current/sys/fs/p9fs/
H A Dp9_client.c253 free(ename, M_TEMP);
783 free(wqids, M_TEMP);
789 free(wqids, M_TEMP);
/freebsd-current/sys/nfs/
H A Dbootp_subr.c343 ifctx = malloc(sizeof(*ifctx), M_TEMP, M_WAITOK | M_ZERO);
1406 p = strdup(p + 4, M_TEMP);
1557 gctx = malloc(sizeof(*gctx), M_TEMP, M_WAITOK | M_ZERO);
1738 free(ifctx, M_TEMP);
1740 free(gctx, M_TEMP);
/freebsd-current/sys/dev/hwpmc/
H A Dhwpmc_mod.c1147 free(freepath, M_TEMP);
1359 free(freepath, M_TEMP);
1378 free(freepath, M_TEMP);
1400 free(freepath, M_TEMP);
1868 free(freepath, M_TEMP);
2057 free(freepath, M_TEMP);
2493 tdlist = malloc(sizeof(struct pmc_thread *) * tdlistsz, M_TEMP,
2501 free(tdlist, M_TEMP);
2517 free(tdlist, M_TEMP);
2523 free(tdlist, M_TEMP);
[all...]
/freebsd-current/sys/dev/bxe/
H A Decore_sp.h154 malloc(_size, M_TEMP, (M_NOWAIT | M_ZERO))
157 mallocarray(_len, _size, M_TEMP, (M_NOWAIT | M_ZERO))
159 #define ECORE_FREE(_s, _buf, _size) free(_buf, M_TEMP)
/freebsd-current/sys/dev/iser/
H A Dicl_iser.c293 ic->ic_offload = strdup("iser", M_TEMP);
/freebsd-current/sys/dev/nvdimm/
H A Dnvdimm.c465 free(dimms, M_TEMP);
/freebsd-current/sys/dev/usb/input/
H A Dukbd.c959 &d_ptr, &d_len, M_TEMP, uaa->info.bIfaceIndex);
978 free(d_ptr, M_TEMP);
1156 &hid_len, M_TEMP, uaa->info.bIfaceIndex);
1164 free(hid_ptr, M_TEMP);
/freebsd-current/sys/fs/ext2fs/
H A Dext2_acl.c273 free(value, M_TEMP);

Completed in 268 milliseconds

1234567891011>>