Searched refs:mode (Results 1 – 12 of 12) sorted by relevance
| /trusted-services/components/rpc/common/test/ |
| A D | rpc_buffer_comparator.h | 20 explicit rpc_buffer_comparator(check_mode mode = mode_normal) : mode(mode) in mode() argument 31 (mode == mode_ignore_data_len || buf1->data_length == buf2->data_length); in isEqual() 41 (mode == mode_ignore_data_len) ? " (ignored)" : "", in valueToString() 47 check_mode mode;
|
| A D | rpc_request_comparator.h | 21 explicit rpc_request_comparator(check_mode mode) : mode(mode) in rpc_request_comparator() argument 37 (mode == mode_ignore_opstatus || req1->service_status == req2->service_status) && in isEqual() 59 (mode == mode_ignore_opstatus) ? " (ignore)" : "", in valueToString() 65 check_mode mode;
|
| /trusted-services/tools/b-test/ |
| A D | run.sh.j2 | 204 local mode="$1" 206 [ "$mode" = "auto" ] || [ "$mode" = "on" ] || [ "$mode" = "off" ] || { 213 [ -z "$_tput" ] && [ "$mode" = "on" ] && { 219 [ -z "$_tput" ] && mode="off" 222 [ "$mode" = "auto" ] && [ -t 0 ] && mode="on" 226 if [ "$mode" = "on" ]
|
| /trusted-services/components/media/volume/ |
| A D | volume.c | 38 int volume_seek(struct volume *this_volume, io_seek_mode_t mode, signed long long offset) in volume_seek() argument 40 return io_seek(this_volume->io_handle, mode, offset); in volume_seek()
|
| A D | volume.h | 94 int volume_seek(struct volume *this_volume, io_seek_mode_t mode, signed long long offset);
|
| /trusted-services/components/media/volume/block_volume/ |
| A D | block_volume.c | 20 io_entity_t *entity, int mode, signed long long offset); 144 int mode, in block_volume_seek() argument 149 switch (mode) in block_volume_seek()
|
| /trusted-services/tools/cmake/common/ |
| A D | LazyFetch.cmake | 31 Turn the build step to verbose mode if set. 94 Turn the build step to verbose mode if set. 205 Turn the build step to verbose mode if set.
|
| A D | PropertyCopy.cmake | 121 This mode allows further processing on the lists, e.g. to be converted to ``CFLAGS`` or
|
| /trusted-services/docs/quickstart/ |
| A D | pc-testing.rst | 61 -v verbose mode
|
| /trusted-services/components/media/disk/disk_images/ |
| A D | readme.rst | 41 use 'm' to return to normal mode
|
| /trusted-services/tools/cmake/compiler/ |
| A D | GCC.cmake | 341 …Configure the target specified for "freestanging" compilation mode. Please see [1] for more inform… 360 …- Inheritance of target settings may be problematic. Compiling components in "freestanding" mode m… 457 # Configure the target for freestanding mode.
|
| /trusted-services/docs/services/ |
| A D | uefi-smm-services.rst | 271 … state "Delete PK, KEK, db (signatures are not verified in this mode)" as recovery2 272 … state "Leave setup mode, but authentication is still disabled, because PK is empty" as recovery3
|
Completed in 33 milliseconds