Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 12 of 12) sorted by relevance

/trusted-services/components/rpc/common/test/
A Drpc_buffer_comparator.h20 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 Drpc_request_comparator.h21 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 Drun.sh.j2204 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 Dvolume.c38 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 Dvolume.h94 int volume_seek(struct volume *this_volume, io_seek_mode_t mode, signed long long offset);
/trusted-services/components/media/volume/block_volume/
A Dblock_volume.c20 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 DLazyFetch.cmake31 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 DPropertyCopy.cmake121 This mode allows further processing on the lists, e.g. to be converted to ``CFLAGS`` or
/trusted-services/docs/quickstart/
A Dpc-testing.rst61 -v verbose mode
/trusted-services/components/media/disk/disk_images/
A Dreadme.rst41 use 'm' to return to normal mode
/trusted-services/tools/cmake/compiler/
A DGCC.cmake341 …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 Duefi-smm-services.rst271 … 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