Searched refs:queueid (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/dma/ |
H A D | spool.c | 143 it->queueid, in writequeuef() 163 char *queueid = NULL, *sender = NULL, *addr = NULL; in readqueuef() local 192 queueid = s; in readqueuef() 204 if (queueid == NULL || sender == NULL || addr == NULL || in readqueuef() 205 *queueid == 0 || *addr == 0) { in readqueuef() 217 it->queueid = queueid; queueid = NULL; in readqueuef() 224 if (queueid != NULL) in readqueuef() 225 free(queueid); in readqueuef() 247 if (asprintf(&it->queueid, "%s.%"PRIxPTR, queue->id, (uintptr_t)it) <= 0) in linkspool() 249 if (asprintf(&it->queuefn, "%s/Q%s", config.spooldir, it->queueid) <= 0) in linkspool() [all …]
|
H A D | dma.c | 285 setlogident("%s", it->queueid); in go_background() 403 it->queueid, in show_queue()
|
H A D | dma.h | 115 char *queueid; member
|
/freebsd/sys/x86/iommu/ |
H A D | amd_reg.h | 569 u_int queueid:16; member
|