Searched refs:queueid (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/dma/ |
| HD | spool.c | 140 it->queueid, in writequeuef() 160 char *queueid = NULL, *sender = NULL, *addr = NULL; in readqueuef() local 189 queueid = s; in readqueuef() 201 if (queueid == NULL || sender == NULL || addr == NULL || in readqueuef() 202 *queueid == 0 || *addr == 0) { in readqueuef() 214 it->queueid = queueid; queueid = NULL; in readqueuef() 221 if (queueid != NULL) in readqueuef() 222 free(queueid); in readqueuef() 244 if (asprintf(&it->queueid, "%s.%"PRIxPTR, queue->id, (uintptr_t)it) <= 0) in linkspool() 246 if (asprintf(&it->queuefn, "%s/Q%s", config.spooldir, it->queueid) <= 0) in linkspool() [all …]
|
| HD | dma.c | 284 setlogident("%s", it->queueid); in go_background() 402 it->queueid, in show_queue()
|
| HD | dma.h | 114 char *queueid; member
|