Searched refs:tag (Results 1 – 6 of 6) sorted by relevance
| /devicemodel/include/ |
| A D | iothread.h | 37 char tag[PTHREAD_NAME_MAX_LEN]; member
|
| /devicemodel/hw/platform/tpm/ |
| A D | tpm_emulator.c | 110 uint16_t tag; member 116 uint16_t tag; member 185 static inline void tpm_cmd_set_tag(void *b, uint16_t tag) in tpm_cmd_set_tag() argument 187 *(uint16_t*)(b) = __builtin_bswap16(tag); in tpm_cmd_set_tag()
|
| /devicemodel/hw/ |
| A D | block_if.c | 978 thread_pool_init(struct blockif_queue *bq, char *tag) in thread_pool_init() argument 985 tag, i) >= sizeof(tname)) { in thread_pool_init() 1245 iou_init(struct blockif_queue *bq, char *tag __attribute__((unused))) in iou_init() argument 1297 char tag[MAXCOMLEN + 1]; in blockif_open() local 1617 if (snprintf(tag, sizeof(tag), "blk-%s-%d", in blockif_open() 1618 ident, j) >= sizeof(tag)) { in blockif_open() 1623 if (bc->ops->init(bq, tag) < 0) { in blockif_open()
|
| A D | vdisplay_sdl.c | 368 uint8_t tag, const base_param *b_param) in vdpy_edid_set_descripter() argument 380 desc[3] = tag; in vdpy_edid_set_descripter() 382 switch(tag){ in vdpy_edid_set_descripter() 402 text = (tag == 0xff) ? b_param->sn : b_param->product_name; in vdpy_edid_set_descripter()
|
| /devicemodel/hw/pci/virtio/ |
| A D | virtio_block.c | 574 if (snprintf(iot_opt.tag, sizeof(iot_opt.tag), "blk%s", bident) >= sizeof(iot_opt.tag)) { in virtio_blk_init()
|
| /devicemodel/core/ |
| A D | iothread.c | 231 "iothr-%d-%s", ioctx_x->idx, iothr_opt->tag) >= PTHREAD_NAME_MAX_LEN) { in iothread_create()
|
Completed in 20 milliseconds