/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | expr.c | 88 e->right.sym = org->right.sym; in expr_copy() 94 e->right.expr = expr_copy(org->right.expr); in expr_copy() 253 e->right.expr = expr_eliminate_yn(e->right.expr); in expr_eliminate_yn() 341 e->right.expr = expr_trans_bool(e->right.expr); in expr_trans_bool() 612 e->right.expr = expr_transform(e->right.expr); in expr_transform() 1099 fn(data, e->right.sym, e->right.sym->name); in expr_print() 1108 fn(data, e->right.sym, e->right.sym->name); in expr_print() 1117 fn(data, e->right.sym, e->right.sym->name); in expr_print() 1125 fn(data, e->right.sym, e->right.sym->name); in expr_print() 1138 fn(data, e->right.sym, e->right.sym->name); in expr_print() [all …]
|
A D | expr.h | 44 union expr_data left, right; member 52 for (e = (l); e && (s = e->right.sym); e = e->left.expr)
|
A D | symbol.c | 178 val2 = sym_get_range_val(prop->expr->right.sym, base); in sym_validate_range() 516 if (e->right.sym->visible != no) in sym_set_tristate_value() 517 e->right.sym->flags |= SYMBOL_DEF_USER; in sym_set_tristate_value() 610 val <= sym_get_range_val(prop->expr->right.sym, 10); in sym_string_within_range() 619 val <= sym_get_range_val(prop->expr->right.sym, 16); in sym_string_within_range() 1164 return sym_check_expr_deps(e->right.expr); in sym_check_expr_deps() 1176 return sym_check_deps(e->right.sym); in sym_check_expr_deps() 1369 sym_env_list->right.sym = sym; in prop_add_env()
|
A D | menu.c | 94 e->right.expr = menu_check_dep(e->right.expr); in menu_check_dep() 273 !menu_validate_number(sym, prop->expr->right.sym)) in sym_check_prop() 413 (*ep)->right.sym = menu->sym; in menu_finalize()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | rbtree.c | 28 struct rb_node *right = node->rb_right; in __rb_rotate_left() local 31 if ((node->rb_right = right->rb_left)) in __rb_rotate_left() 32 rb_set_parent(right->rb_left, node); in __rb_rotate_left() 33 right->rb_left = node; in __rb_rotate_left() 35 rb_set_parent(right, parent); in __rb_rotate_left() 40 parent->rb_left = right; in __rb_rotate_left() 42 parent->rb_right = right; in __rb_rotate_left() 45 root->rb_node = right; in __rb_rotate_left() 46 rb_set_parent(node, right); in __rb_rotate_left()
|
A D | tmem.c | 474 struct xen_tmem_oid *right) in oid_compare() argument 476 if ( left->oid[2] == right->oid[2] ) in oid_compare() 478 if ( left->oid[1] == right->oid[1] ) in oid_compare() 480 if ( left->oid[0] == right->oid[0] ) in oid_compare() 482 else if ( left->oid[0] < right->oid[0] ) in oid_compare() 487 else if ( left->oid[1] < right->oid[1] ) in oid_compare() 492 else if ( left->oid[2] < right->oid[2] ) in oid_compare()
|
/xen-4.10.0-shim-comet/xen/include/public/io/ |
A D | libxenvchan.h | 69 struct ring_shared left, right; member
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | vhd-util-resize.c | 203 partition(vhd_block_t *list, int left, int right, int pidx) in partition() argument 210 swap(list, pidx, right); in partition() 212 for (i = left; i < right; i++) in partition() 218 swap(list, right, sidx); in partition() 223 quicksort(vhd_block_t *list, int left, int right) in quicksort() argument 227 if (right < left) in quicksort() 231 new_pidx = partition(list, left, right, pidx); in quicksort() 233 quicksort(list, new_pidx + 1, right); in quicksort()
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | edd.S | 53 cmpw $0xAA55, %bx # is magic right? 132 subw %bx, %ax # disk's data goes right ahead
|
/xen-4.10.0-shim-comet/tools/python/ |
A D | ZPL-2.0 | 28 4. The right to distribute this software or to use it for 29 any purpose does not give you the right to use Servicemarks
|
/xen-4.10.0-shim-comet/tools/xenstat/xentop/ |
A D | TODO | 16 lowercase letter shifts right?
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | tdb.c | 536 tdb_off right, left; local 549 right = offset + sizeof(*rec) + rec->rec_len; 550 if (right + sizeof(*rec) <= tdb->map_size) { 553 if (tdb_read(tdb, right, &r, sizeof(r), DOCONV()) == -1) { 554 TDB_LOG((tdb, 0, "tdb_free: right read failed at %u\n", right)); 560 if (remove_from_freelist(tdb, right, r.next) == -1) { 561 TDB_LOG((tdb, 0, "tdb_free: right free failed at %u\n", right));
|
/xen-4.10.0-shim-comet/tools/libvchan/ |
A D | init.c | 93 ctrl->write.shr = &ctrl->ring->right; in init_gnt_srv() 156 ctrl->read.shr = &ctrl->ring->right; in init_gnt_cli()
|
/xen-4.10.0-shim-comet/ |
A D | CONTRIBUTING | 52 have the right to submit it under the open source license 57 license and I have the right under that license to submit that
|
A D | README | 137 right things for your local machine (installing the appropriate
|
A D | COPYING | 201 exercise the right to control the distribution of derivative or 291 patents or other property right claims or to contest validity of any
|
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/ |
A D | README | 34 on dom0 to pause the guest. this will break into gdb right away.
|
/xen-4.10.0-shim-comet/docs/process/ |
A D | release-checklist.txt | 65 git-show # should show commit updating version to right version
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | block-scripts.txt | 85 with a path to the device, and write_dev will do the right thing, now
|
/xen-4.10.0-shim-comet/m4/ |
A D | ax_compare_version.m4 | 114 dnl # The sed right after the echo is to remove any indented white space.
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | CODING_STYLE | 94 - Tab indents push your code to the right, making your screen seriously
|
/xen-4.10.0-shim-comet/tools/xenmon/ |
A D | COPYING | 126 exercise the right to control the distribution of derivative or 216 patents or other property right claims or to contest validity of any
|
/xen-4.10.0-shim-comet/xen/ |
A D | COPYING | 153 exercise the right to control the distribution of derivative or 243 patents or other property right claims or to contest validity of any
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | CODING_STYLE | 210 - Tab indents push your code to the right, making your screen seriously
|
/xen-4.10.0-shim-comet/tools/libacpi/ |
A D | COPYING | 213 exercise the right to control the distribution of derivative or 402 patents or other property right claims or to contest validity of any
|