Home
last modified time | relevance | path

Searched refs:head (Results 1 – 15 of 15) sorted by relevance

/tools/include/
A Dxen_list.h125 #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 Dlist.h75 __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 Dwatch.c290 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 Ddomain.c937 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 Dlu.c151 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 Dcore.c2866 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 Ddomain.h157 int acc_fix_domains(struct list_head *head, bool chk_quota, bool update);
/tools/firmware/rombios/32bit/
A Dpmm.c137 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 Dblock-iscsi89 mdev=$(multipath -ll "$sddev" | head -1 | awk '{ print $1}')
A Dxendomains.in269 HEADER=`head -c 16 $dom | head -n 1 2> /dev/null`
/tools/firmware/rombios/
A Drombios.c5479 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 Dlibxl_json.c29 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 Dlibxl_internal.h4545 #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 Dcheck-xl-vcpupin-parse143 nr_cpus_per_node=`xl info -n | sed '/cpu:/,/numa_info/!d' | head -n -1 | \
/tools/xentrace/
A Dxenalyze.c2478 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 …]

Completed in 71 milliseconds