| /misc/services/life_mngr/ |
| A D | log.h | 12 struct tm *t; in output_timestamp() local 16 t = localtime(&tt); in output_timestamp() 17 fprintf(log_fd, "[%4d-%02d-%02d %02d:%02d:%02d]", t->tm_year + 1900, \ in output_timestamp() 18 t->tm_mon + 1, t->tm_mday, t->tm_hour, t->tm_min, t->tm_sec); in output_timestamp()
|
| /misc/config_tools/board_inspector/inspectorlib/ |
| A D | cdata.py | 54 def _formatval(t, val): argument 55 if val is not None and t in _CTYPES_HEX_TYPES: 57 if issubclass(t, ctypes.Array): 58 if issubclass(t._type_, (ctypes.c_char, ctypes.c_wchar)): 61 return "[{}]".format(", ".join(Struct._formatval(t._type_, item) for item in val)) 67 t = field[1] 73 if issubclass(t, (Struct, Union)): 76 if issubclass(t, ctypes.Array): 77 if issubclass(t._type_, (Struct, Union)): 84 return self._formatval(t, val)
|
| /misc/config_tools/board_inspector/acpiparser/ |
| A D | dsdt.py | 25 for t in tables: 27 context.switch_stream(t) 31 context.trees[os.path.basename(t)] = tree
|
| /misc/debug_tools/acrn_crashlog/acrnprobe/ |
| A D | probeutils.c | 94 time_t t; in get_current_time_long() local 97 time(&t); in get_current_time_long() 98 time_val = localtime((const time_t *)&t); in get_current_time_long() 284 char *t; in cf_line() local 286 t = mempcpy(dest, k, klen); in cf_line() 287 t = mempcpy(t, v, vlen); in cf_line() 288 return mempcpy(t, "\n", 1); in cf_line()
|
| A D | README.rst | 13 *probe* of telemetrics-client. If telemetrics-client doesn't exist on the 16 ``telem_journal``. But in this case, the records can't be delivered to the
|
| A D | conf.rst | 154 this directory if it doesn't exist. 216 content of ``rebootreason`` is not obtained in a common way. So, it doesn't
|
| /misc/services/acrn_manager/ |
| A D | acrn_mngr.h | 55 time_t t; member 79 time_t t; member
|
| A D | acrnd.service | 9 ExecStart=/usr/bin/acrnd -t
|
| A D | acrn_mngr.c | 581 struct timeval t; in mngr_send_msg() local 589 t.tv_sec = timeout; in mngr_send_msg() 590 t.tv_usec = 0; in mngr_send_msg() 598 select(socket_fd + 1, NULL, &wfd, NULL, &t); in mngr_send_msg() 617 select(socket_fd + 1, &rfd, NULL, NULL, &t); in mngr_send_msg()
|
| A D | acrnd.c | 368 if (acrnd_add_work(acrnd_vm_timer_func, &arg, msg->data.acrnd_timer.t)) { in handle_timer_req() 396 req.data.rtc_timer.t = due_time; in set_sos_timer() 469 unsigned long t = timeout; in wait_for_stop() local 477 printf("Waiting %lu seconds for all vms enter S3/S5 state\n", t); in wait_for_stop() 491 while (t--); in wait_for_stop()
|
| A D | README.rst | 154 [Usage] acrnd [-t] [-d delay] [-h] 155 -t: print messages to stdout 164 ``/dev/null``). Use the ``-t`` option to direct messages to ``stdout``,
|
| A D | acrnctl.c | 565 unsigned long t = timeout; in wait_vm_stop() local 584 } while (t--); in wait_vm_stop()
|
| /misc/debug_tools/acrn_crashlog/data/ |
| A D | 80-coredump.conf | 7 kernel.core_pattern=|/usr/bin/usercrash-wrapper %E %P %u %g %s %t %c %h %e %p %i %I %d
|
| A D | usercrash-wrapper | 21 my_order=(%E %P %u %g %s %t %c %h %e %p %i %I %d)
|
| /misc/config_tools/configurator/packages/vue-json-schema-form/utils/icons/ |
| A D | IconPlus.vue | 4 t="1551322312294"
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/ |
| A D | CAT.vue | 248 let t = path.split('.'); 249 let parentPath = t.splice(0, t.length - 1).join('.'); 293 alert('Can\'t generate default settings for this region(due to too many realtime cpu)')
|
| /misc/debug_tools/acrn_trace/ |
| A D | README.rst | 25 -t max_time max time to capture trace data (in seconds) 87 doesn't support an invariant TSC. The results may therefore not be
|
| /misc/config_tools/configurator/ |
| A D | README.md | 46 If your system doesn't have git and python, you can install it by
|
| /misc/config_tools/configurator/packages/configurator/src/lib/ |
| A D | acrn.ts | 151 let t = path.split('.'); 152 let parentPath = t.splice(0, t.length - 1).join('.');
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/Virtio/ |
| A D | Input.vue | 103 // hasn't been replaced.
|
| A D | Network.vue | 105 // hasn't been replaced.
|
| A D | Console.vue | 152 // hasn't been replaced.
|
| A D | GPU.vue | 190 // hasn't been replaced.
|
| /misc/debug_tools/acrn_log/ |
| A D | README.rst | 28 -t specify a polling interval (ms). Once buffer is empty, acrnlog stops
|
| /misc/config_tools/static_allocators/ |
| A D | gpa.py | 410 devdict_list = sorted(devdict.items(), key = lambda t : t[1], reverse = True)
|