Searched refs:htx (Results 1 – 5 of 5) sorted by relevance
32 unsigned int htx; member
78 # htx_rpm The url of the rqm file for htx88 OS Execute Command rpm -e `rpm -qa | grep htx` ignore_err=1
518 Should Contain ${htx_errlog} file </tmp/htx/htxerr> is empty
3633 uint64_t htx:1; member3635 uint64_t htx:1;4048 uint64_t htx:1; member4050 uint64_t htx:1;
11220 struct timex htx; in _syscall2() 11222 if (target_to_host_timex(&htx, arg2) != 0) { in _syscall2() 11225 ret = get_errno(clock_adjtime(arg1, &htx)); in _syscall2() 11226 if (!is_error(ret) && host_to_target_timex(arg2, &htx)) { in _syscall2() 11235 struct timex htx; in _syscall2() 11237 if (target_to_host_timex64(&htx, arg2) != 0) { in _syscall2() 11240 ret = get_errno(clock_adjtime(arg1, &htx)); in _syscall2() 11241 if (!is_error(ret) && host_to_target_timex64(arg2, &htx)) { in _syscall2() 11217 struct timex htx; _syscall2() local 11232 struct timex htx; _syscall2() local