Searched refs:M_XENSTORE (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/dev/xen/xenstore/
H A Dxenstore_dev.c208 payload = malloc(msg.len, M_XENSTORE, M_WAITOK);
215 free(payload, M_XENSTORE);
306 trans = malloc(sizeof(*trans), M_XENSTORE,
316 free(trans, M_XENSTORE);
322 free(reply, M_XENSTORE);
335 watch = malloc(sizeof(*watch), M_XENSTORE, M_WAITOK);
336 watch->watch.node = strdup(wpath, M_XENSTORE);
340 watch->token = strdup(wtoken, M_XENSTORE);
345 free(watch->token, M_XENSTORE);
346 free(watch->watch.node, M_XENSTORE);
[all...]
H A Dxenstore.c106 MALLOC_DEFINE(M_XENSTORE, "xenstore", "XenStore data and results");
317 ret = malloc(*num * sizeof(char *) + len, M_XENSTORE, M_WAITOK);
319 free(strings, M_XENSTORE);
634 msg = malloc(sizeof(*msg), M_XENSTORE, M_WAITOK);
637 free(msg, M_XENSTORE);
641 body = malloc(msg->hdr.len + 1, M_XENSTORE, M_WAITOK);
644 free(body, M_XENSTORE);
645 free(msg, M_XENSTORE);
669 free(msg->u.watch.vec, M_XENSTORE);
670 free(msg, M_XENSTORE);
[all...]
/freebsd-13-stable/sys/xen/xenbus/
H A Dxenbusb_front.c121 free(dir, M_XENSTORE);
159 free(otherend_path, M_XENSTORE);
H A Dxenbusb_back.c169 free(devs, M_XENSTORE);
172 free(vms, M_XENSTORE);
211 free(otherend_path, M_XENSTORE);
H A Dxenbusb.c296 free(types, M_XENSTORE);
/freebsd-13-stable/sys/xen/xenstore/
H A Dxenstorevar.h53 MALLOC_DECLARE(M_XENSTORE); variable
128 * caller with 'free(*result, M_XENSTORE)'.
148 * *result which should be freed with free(*result, M_XENSTORE) after
161 * caller with 'free(*result, M_XENSTORE)'.
305 * to be assigned as a NUL terminated, M_XENSTORE heap
325 * free(dev_type, M_XENSTORE);
/freebsd-13-stable/sys/dev/xen/control/
H A Dcontrol.c383 free(result, M_XENSTORE);
/freebsd-13-stable/sys/dev/xen/blkfront/
H A Dblkfront.c1469 free(type, M_XENSTORE);
1472 free(type, M_XENSTORE);
/freebsd-13-stable/sys/dev/xen/blkback/
H A Dblkback.c3833 free(xbb->dev_mode, M_XENSTORE);
3838 free(xbb->dev_type, M_XENSTORE);
3843 free(xbb->dev_name, M_XENSTORE);
/freebsd-13-stable/sys/dev/xen/netback/
H A Dnetback.c662 free(xnb->bridge, M_XENSTORE);

Completed in 208 milliseconds