Home
last modified time | relevance | path

Searched refs:foo (Results 1 – 19 of 19) sorted by relevance

/xen-4.10.0-shim-comet/tools/blktap2/include/
A Dlibvhd.h48 #define BE16_IN(foo) (*(foo)) = bswap_16(*(foo)) argument
49 #define BE32_IN(foo) (*(foo)) = bswap_32(*(foo)) argument
50 #define BE64_IN(foo) (*(foo)) = bswap_64(*(foo)) argument
51 #define BE16_OUT(foo) (*(foo)) = bswap_16(*(foo)) argument
52 #define BE32_OUT(foo) (*(foo)) = bswap_32(*(foo)) argument
55 #define BE16_IN(foo) (*(foo)) = bswap16(*(foo)) argument
56 #define BE32_IN(foo) (*(foo)) = bswap32(*(foo)) argument
57 #define BE64_IN(foo) (*(foo)) = bswap64(*(foo)) argument
58 #define BE16_OUT(foo) (*(foo)) = bswap16(*(foo)) argument
59 #define BE32_OUT(foo) (*(foo)) = bswap32(*(foo)) argument
[all …]
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/compat-include/linux/
A Dmutex.h22 #define DEFINE_MUTEX(foo) DECLARE_MUTEX(foo) argument
23 #define mutex_init(foo) init_MUTEX(foo) argument
24 #define mutex_lock(foo) down(foo) argument
25 #define mutex_lock_interruptible(foo) down_interruptible(foo) argument
28 #define mutex_trylock(foo) !down_trylock(foo) argument
29 #define mutex_unlock(foo) up(foo) argument
/xen-4.10.0-shim-comet/tools/libxl/
A Dcheck-xl-vif-parse50 one 1 foo
54 one $e rate=foo
55 one $e rate=foo
168 one $e rate=10Mb/s@foo
170 one $e rate=10MB/s@foo
A Dcheck-xl-vcpupin-parse.data-example11 foo*255*
A Dcheck-xl-disk-parse51 one $e foo
A Dcheck-xl-vcpupin-parse161 write foo 255 ""
A DCODING_STYLE243 global variables are a must. To call a global function "foo" is a
/xen-4.10.0-shim-comet/docs/misc/
A Dxenstore.txt83 <foo> A string guaranteed not to contain any nul bytes.
84 <foo|> Binary data (which may contain zero or more nul bytes)
85 <foo>|* Zero or more strings each followed by a trailing nul
86 <foo>|+ One or more strings each followed by a trailing nul
A Dkconfig-language.txt91 bool "foo" if BAR
95 bool "foo"
/xen-4.10.0-shim-comet/tools/pygrub/src/fsimage/
A Dfsimage.c46 struct foo { struct
/xen-4.10.0-shim-comet/stubdom/grub/
A Dmini-os.c692 void kbd_close(void *foo) in kbd_close() argument
/xen-4.10.0-shim-comet/tools/xenstore/
A Dtalloc_guide.txt22 struct foo *X = talloc(mem_ctx, struct foo);
23 X->name = talloc_strdup(X, "foo");
/xen-4.10.0-shim-comet/tools/python/
A Dpylintrc131 bad-names=foo,bar,baz,toto,tutu,tata
/xen-4.10.0-shim-comet/tools/xl/
A DCODING_STYLE127 global variables are a must. To call a global function "foo" is a
/xen-4.10.0-shim-comet/docs/man/
A Dxen-vtpmmgr.pod.785 extra="foo=bar baz"
A Dxen-vtpm.pod.7308 extra="foo=bar baz"
/xen-4.10.0-shim-comet/
A Dconfigure711 # These are left unexpanded so users can "make install exec_prefix=/foo"
/xen-4.10.0-shim-comet/docs/
A Dconfigure701 # These are left unexpanded so users can "make install exec_prefix=/foo"
/xen-4.10.0-shim-comet/stubdom/
A Dconfigure740 # These are left unexpanded so users can "make install exec_prefix=/foo"

Completed in 50 milliseconds