Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 7 of 7) sorted by relevance

/misc/config_tools/library/
A Dacrn_config_utilities.py341 tmp.tag[vm_id] = tmp.multi.guest_flag
345 tmp.tag[vm_id] = tmp.multi.pcpu_id
349 tmp.tag[vm_id] = tmp.multi.vcpu_clos
353 tmp.tag[vm_id] = tmp.multi.vir_input
357 tmp.tag[vm_id] = tmp.multi.vir_block
361 tmp.tag[vm_id] = tmp.multi.vir_network
365 tmp.tag[vm_id] = tmp.multi.pci_dev
369 tmp.tag[vm_id] = tmp.multi.shm_region
373 tmp.tag[vm_id] = tmp.multi.communication_vuart
490 tmp = ''
[all …]
/misc/services/life_mngr/
A Duart.c26 char *tmp; in try_receive_message_by_uart() local
34 tmp = (char *)buffer; in try_receive_message_by_uart()
35 if ((tmp[count - 1] == '\0') || (tmp[count - 1] == '\n') in try_receive_message_by_uart()
37 if (tmp[count - 1] == '\n') in try_receive_message_by_uart()
38 tmp[count - 1] = '\0'; in try_receive_message_by_uart()
/misc/debug_tools/acrn_crashlog/common/
A Dcmdutils.c186 char tmp[1024]; in exec_out2mem() local
204 while (fgets(tmp, 1024, pp) != NULL) { in exec_out2mem()
205 newlen += strnlen(tmp, 1024); in exec_out2mem()
221 memcpy(out + len, tmp, strnlen(tmp, 1024) + 1); in exec_out2mem()
A Dfsutils.c1130 char tmp[1024]; in read_file() local
1148 result = read(fd, (void *)tmp, 1024); in read_file()
1160 memcpy(out + len, tmp, result); in read_file()
/misc/sample_application/image_builder/
A Dsetup_rt_vm.sh38 cp ${file} /tmp
39 sudo apt install /tmp/${file##*/} -y
A Dcreate_image.sh107 local temp_file=$(mktemp /tmp/proxy.XXXX)
136 local temp_file=$(mktemp /tmp/acrn-guest.XXXX)
158 local temp_file=$(mktemp /tmp/rc.local.XXXX)
/misc/debug_tools/acrn_crashlog/acrnprobe/
A Dconf.rst232 If there are 4 files under ``/tmp``:

Completed in 13 milliseconds