| /tools/include/ |
| A D | xen_list.h | 125 #define XEN_SLIST_EMPTY(head) ((head)->slh_first == 0) argument 127 #define XEN_SLIST_FIRST(head) ((head)->slh_first) argument 215 #define XEN_STAILQ_EMPTY(head) ((head)->stqh_first == 0) argument 217 #define XEN_STAILQ_FIRST(head) ((head)->stqh_first) argument 232 (head)->stqh_last = &XEN_STAILQ_FIRST((head)); \ 282 (head)->stqh_last = &XEN_STAILQ_FIRST((head)); \ 320 #define XEN_LIST_EMPTY(head) ((head)->lh_first == 0) argument 322 #define XEN_LIST_FIRST(head) ((head)->lh_first) argument 410 #define XEN_TAILQ_EMPTY(head) ((head)->tqh_first == 0) argument 412 #define XEN_TAILQ_FIRST(head) ((head)->tqh_first) argument [all …]
|
| /tools/xenstored/ |
| A D | list.h | 75 __list_add(new, head, head->next); in list_add() 88 __list_add(new, head->prev, head); in list_add_tail() 156 return head->next == head; in list_empty() 160 struct list_head *head) in __list_splice() argument 166 first->prev = head; in __list_splice() 167 head->next = first; in __list_splice() 181 __list_splice(list, head); in list_splice() 195 __list_splice(list, head); in list_splice_init() 215 for (pos = (head)->next; pos != (head); pos = pos->next) 223 for (pos = (head)->prev; pos != (head); pos = pos->prev) [all …]
|
| A D | watch.c | 290 struct xs_state_record_header head; in dump_state_watches() local 293 head.type = XS_STATE_TYPE_WATCH; in dump_state_watches() 296 head.length = sizeof(sw); in dump_state_watches() 302 head.length += sw.path_length + sw.token_length; in dump_state_watches() 303 head.length = ROUNDUP(head.length, 3); in dump_state_watches() 304 if (fwrite(&head, sizeof(head), 1, fp) != 1) in dump_state_watches()
|
| A D | domain.c | 937 struct list_head *head, in acc_get_changed_domain() argument 951 list_add_tail(&cd->list, head); in acc_get_changed_domain() 1606 struct list_head *head; in domain_acc_add() local 1893 head.type = XS_STATE_TYPE_CONN; in dump_state_connections() 1894 head.length = sizeof(sc); in dump_state_connections() 1914 head.length = ROUNDUP(head.length, 3); in dump_state_connections() 1917 head.length += sizeof(uint64_t); in dump_state_connections() 1919 if (fwrite(&head, sizeof(head), 1, fp) != 1) in dump_state_connections() 1998 head.type = XS_STATE_TYPE_DOMAIN; in dump_state_domain() 1999 head.length = sizeof(sd); in dump_state_domain() [all …]
|
| A D | lu.c | 151 struct xs_state_record_header head; in lu_read_state() local 170 lu_read_data(ctx, &state, sizeof(head)); in lu_read_state() 171 head = *(struct xs_state_record_header *)(state.buf); in lu_read_state() 172 if (head.type == XS_STATE_TYPE_END) in lu_read_state() 174 lu_read_data(ctx, &state, head.length); in lu_read_state() 176 switch (head.type) { in lu_read_state() 197 head.type); in lu_read_state()
|
| A D | core.c | 2866 struct xs_state_record_header head; in dump_state_global() local 2869 head.type = XS_STATE_TYPE_GLOBAL; in dump_state_global() 2870 head.length = sizeof(glb); in dump_state_global() 2871 if (fwrite(&head, sizeof(head), 1, fp) != 1) in dump_state_global() 3021 struct xs_state_record_header head; in dump_state_node() local 3027 head.type = XS_STATE_TYPE_NODE; in dump_state_node() 3028 head.length = sizeof(sn); in dump_state_node() 3036 head.length += pathlen; in dump_state_node() 3037 head.length += node->hdr.datalen; in dump_state_node() 3038 head.length = ROUNDUP(head.length, 3); in dump_state_node() [all …]
|
| A D | domain.h | 157 int acc_fix_domains(struct list_head *head, bool chk_quota, bool update);
|
| /tools/firmware/rombios/32bit/ |
| A D | pmm.c | 137 memblk_t *head; // start address of heap member 195 for ((_mb) = (_h)->head; \ 263 heap->head = mb; in pmm_init_heap() 507 if ( pmm_data.heap.head == HEAP_NOT_INITIALIZED ) in pmm()
|
| /tools/hotplug/Linux/ |
| A D | block-iscsi | 89 mdev=$(multipath -ll "$sddev" | head -1 | awk '{ print $1}')
|
| A D | xendomains.in | 269 HEADER=`head -c 16 $dom | head -n 1 2> /dev/null`
|
| /tools/firmware/rombios/ |
| A D | rombios.c | 5479 head = GET_DH(); 6327 head = GET_DH(); 6465 Bit16u head; 6589 head = GET_DH(); 6606 ax = head / hd_heads; 6608 head = ax >> 8; 6624 if (head > 15) 6754 head = ax >> 8; 6770 if (head > 15) 7517 outb(0x03f5, head); [all …]
|
| /tools/libs/light/ |
| A D | libxl_json.c | 29 libxl__json_object *head; member 501 if (ctx->head == NULL) in libxl__json_object_append_to() 502 ctx->head = obj; in libxl__json_object_append_to() 939 o = yajl_ctx.head; in libxl__json_parse() 943 yajl_ctx.head = NULL; in libxl__json_parse()
|
| A D | libxl_internal.h | 4545 #define LIBXL_TAILQ_INSERT_SORTED(head, entry, elm_new, elm_search, \ argument 4548 for ((elm_search) = XEN_TAILQ_FIRST((head)); \ 4561 XEN_TAILQ_INSERT_TAIL((head), (elm_new), entry); \
|
| /tools/xl/ |
| A D | check-xl-vcpupin-parse | 143 nr_cpus_per_node=`xl info -n | sed '/cpu:/,/numa_info/!d' | head -n -1 | \
|
| /tools/xentrace/ |
| A D | xenalyze.c | 2478 if(P.interval.list.head) in interval_list_add() 2481 P.interval.list.head = p; in interval_list_add() 2551 for(p=P.cr3.head; p; p=p->gnext) in interval_cr3_schedule_ordered_output() 2814 struct eip_list_struct *p, **last=head; in update_eip() 2871 for(p=head; p; p=p->next) in dump_eip() 2882 for(i=0, p=head; p; p=p->next, i++) in dump_eip() 3938 if(P.cr3.head) in cr3_switch() 3941 P.cr3.head = p; in cr3_switch() 4021 if(!head) in cr3_dump_list() 4025 for(p=head; p; p=p->next) in cr3_dump_list() [all …]
|