Home
last modified time | relevance | path

Searched refs:t (Results 1 – 25 of 29) sorted by relevance

12

/misc/services/life_mngr/
A Dlog.h12 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 Dcdata.py54 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 Ddsdt.py25 for t in tables:
27 context.switch_stream(t)
31 context.trees[os.path.basename(t)] = tree
/misc/debug_tools/acrn_crashlog/acrnprobe/
A Dprobeutils.c94 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 DREADME.rst13 *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 Dconf.rst154 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 Dacrn_mngr.h55 time_t t; member
79 time_t t; member
A Dacrnd.service9 ExecStart=/usr/bin/acrnd -t
A Dacrn_mngr.c581 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 Dacrnd.c368 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 DREADME.rst154 [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 Dacrnctl.c565 unsigned long t = timeout; in wait_vm_stop() local
584 } while (t--); in wait_vm_stop()
/misc/debug_tools/acrn_crashlog/data/
A D80-coredump.conf7 kernel.core_pattern=|/usr/bin/usercrash-wrapper %E %P %u %g %s %t %c %h %e %p %i %I %d
A Dusercrash-wrapper21 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 DIconPlus.vue4 t="1551322312294"
/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/
A DCAT.vue248 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 DREADME.rst25 -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 DREADME.md46 If your system doesn't have git and python, you can install it by
/misc/config_tools/configurator/packages/configurator/src/lib/
A Dacrn.ts151 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 DInput.vue103 // hasn't been replaced.
A DNetwork.vue105 // hasn't been replaced.
A DConsole.vue152 // hasn't been replaced.
A DGPU.vue190 // hasn't been replaced.
/misc/debug_tools/acrn_log/
A DREADME.rst28 -t specify a polling interval (ms). Once buffer is empty, acrnlog stops
/misc/config_tools/static_allocators/
A Dgpa.py410 devdict_list = sorted(devdict.items(), key = lambda t : t[1], reverse = True)

Completed in 39 milliseconds

12