Searched refs:M_TEMP (Results 251 - 275 of 297) sorted by relevance

<<1112

/freebsd-current/sys/dev/ipmi/
H A Dipmi.c1076 free(devs, M_TEMP);
/freebsd-current/sys/dev/gpio/
H A Dgpiobus.c600 free(devlist, M_TEMP);
/freebsd-current/sys/dev/bhnd/cores/chipc/
H A Dchipc.c1136 free(devs, M_TEMP);
/freebsd-current/sys/fs/tarfs/
H A Dtarfs_vnops.c475 *cookies = malloc(ndirents * sizeof(off_t), M_TEMP, M_WAITOK);
/freebsd-current/sys/netinet/
H A Dtcp_timer.c440 free(t_template, M_TEMP);
H A Dip_mroute.c779 ifps = malloc(MAXVIFS * sizeof(*ifps), M_TEMP, M_WAITOK);
840 free(ifps, M_TEMP);
/freebsd-current/sys/dev/sound/pci/
H A Dhdsp-pcm.c434 free(devlist, M_TEMP);
/freebsd-current/sys/kern/
H A Dsubr_stats.c3772 subsys_ctx = malloc(arg2, M_TEMP, M_WAITOK | M_ZERO);
3785 buf = malloc(len, M_TEMP, M_WAITOK);
3936 free(buf, M_TEMP);
3937 free(subsys_ctx, M_TEMP);
H A Dvfs_subr.c439 buf = malloc(PATH_MAX, M_TEMP, M_WAITOK);
468 free(buf, M_TEMP);
6715 free(ap->a_cookies, M_TEMP);
6728 (*ap->a_ncookies + 1) * sizeof(uint64_t), M_TEMP, M_WAITOK | M_ZERO);
H A Dsubr_bus.c967 * the array using @c free(p, M_TEMP), even if @p *devcountp is 0.
984 list = malloc(count * sizeof(device_t), M_TEMP, M_NOWAIT|M_ZERO);
1008 * free the array using @c free(p, M_TEMP).
1028 list = malloc(count * sizeof(driver_t *), M_TEMP, M_NOWAIT);
1777 * the array using @c free(p, M_TEMP).
1804 list = malloc(count * sizeof(device_t), M_TEMP, M_NOWAIT|M_ZERO);
/freebsd-current/sys/netpfil/pf/
H A Dif_pfsync.c1661 data = malloc(ifr->ifr_cap_nv.length, M_TEMP, M_WAITOK);
1665 free(data, M_TEMP);
1670 free(data, M_TEMP);
1678 free(data, M_TEMP);
/freebsd-current/sys/dev/ofw/
H A Dofw_bus_subr.c852 free(children, M_TEMP);
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clrpcops.c2076 nd = malloc(sizeof(*nd), M_TEMP, M_WAITOK);
2131 free(nd, M_TEMP);
2162 free(nd, M_TEMP);
2270 free(nd, M_TEMP);
5103 fhp = malloc(len + 1, M_TEMP, M_WAITOK);
5113 free(fhp, M_TEMP);
6412 (mirrorcnt - 1), M_TEMP, M_WAITOK |
6478 free(drpc, M_TEMP);
8036 str = malloc(len + 1, M_TEMP, M_WAITOK);
8049 free(str, M_TEMP);
[all...]
H A Dnfs_clstate.c2018 mylfhp = malloc(sizeof(struct nfscllockownerfh), M_TEMP,
3065 free(lfhp, M_TEMP);
3589 tagstr = malloc(taglen + 1, M_TEMP, M_WAITOK);
3593 free(tagstr, M_TEMP);
3599 free(tagstr, M_TEMP);
/freebsd-current/sys/dev/usb/input/
H A Datp.c2198 &descriptor_len, M_TEMP, uaa->info.bIfaceIndex) !=
2205 free(descriptor_ptr, M_TEMP);
/freebsd-current/sys/dev/firewire/
H A Dfirewire.c732 free(devlistp, M_TEMP);
1802 free(devlistp, M_TEMP);
/freebsd-current/sys/fs/tmpfs/
H A Dtmpfs_vnops.c1445 *cookies = malloc(maxcookies * sizeof(**cookies), M_TEMP,
1461 free(*cookies, M_TEMP);
/freebsd-current/sys/ufs/ufs/
H A Dufs_vnops.c2434 cookies = malloc(ncookies * sizeof(*cookies), M_TEMP, M_WAITOK);
2521 free(*ap->a_cookies, M_TEMP);
/freebsd-current/sys/dev/md/
H A Dmd.c1392 tmpbuf = malloc(sc->sectorsize, M_TEMP, M_WAITOK);
1406 free(tmpbuf, M_TEMP);
/freebsd-current/sys/net/
H A Dbpf.c2912 lst = malloc(n1 * sizeof(u_int), M_TEMP, M_WAITOK);
2920 free(lst, M_TEMP);
H A Dif_lagg.c1364 outbuf = malloc(buflen, M_TEMP, M_WAITOK | M_ZERO);
1384 free(outbuf, M_TEMP);
/freebsd-current/sys/fs/nfs/
H A Dnfs_commonsubs.c4024 grps = malloc(sizeof(gid_t) * nidp->nid_ngroup, M_TEMP,
4044 free(grps, M_TEMP);
4519 + len, M_TEMP, M_WAITOK);
4557 free(lsp, M_TEMP);
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h1243 free(devlist, M_TEMP);
/freebsd-current/sys/dev/sound/usb/
H A Duaudio.c5031 iot = malloc(sizeof(struct uaudio_terminal_node) * 256, M_TEMP,
5181 free(iot, M_TEMP);
6229 &d_len, M_TEMP, sc->sc_hid.iface_index);
6269 free(d_ptr, M_TEMP);
/freebsd-current/sys/dev/hyperv/vmbus/
H A Dvmbus.c1259 free(children, M_TEMP);

Completed in 360 milliseconds

<<1112