Searched refs:f1 (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | compat.h | 178 #define CHECK_SUBFIELD_1(t, f1, f2) \ argument 179 CHECK_FIELD_COMMON(CHECK_NAME(t ## __ ## f1 ## __ ## f2, F1), t, f1.f2) 180 #define CHECK_SUBFIELD_1_(k, n, f1, f2) \ argument 181 CHECK_FIELD_COMMON_(k, CHECK_NAME_(k, n ## __ ## f1 ## __ ## f2, F1), \ 182 n, f1.f2) 184 #define CHECK_SUBFIELD_2(t, f1, f2, f3) \ argument 185 CHECK_FIELD_COMMON(CHECK_NAME(t ## __ ## f1 ## __ ## f2 ## __ ## f3, F2), \ 186 t, f1.f2.f3) 187 #define CHECK_SUBFIELD_2_(k, n, f1, f2, f3) \ argument 188 CHECK_FIELD_COMMON_(k, CHECK_NAME_(k, n ## __ ## f1 ## __ ## f2 ## __ ## \ [all …]
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | mkdeb | 49 Installed-Size: $(du -ks deb | cut -f1)
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/ |
A D | remus-netbuf-setup | 142 for ifb in `ifconfig -a -s|egrep ^ifb|cut -d ' ' -f1`
|
A D | xen-hotplug-common.sh.in | 28 unset $(set | grep ^LC_ | cut -d= -f1)
|
/xen-4.10.0-shim-comet/tools/xenmon/ |
A D | xenmon.py | 351 [h1, l1, f1] = summarize(startat, endat, 10**9, samples) 629 [h1,l1, f1] = summarize(startat, endat, options.interval * 10**6, samples)
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | livepatch.markdown | 981 We have file1.c with functions f1 and f2 (in that order). f2 contains a 985 Now we want to hotpatch f1 and the hotpatch source-code patch adds 2 986 lines to f1 and as a consequence shifts out f2 by two lines. The newly 988 functions f1 (because we actually changed it with the applied patch) and
|
Completed in 9 milliseconds