Home
last modified time | relevance | path

Searched refs:tvs (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/alpha/kernel/
H A Dosf_sys.c1018 struct timeval32 __user *, tvs) in SYSCALL_DEFINE2() argument
1022 if (tvs) { in SYSCALL_DEFINE2()
1023 if (get_tv32(&tv[0], &tvs[0]) || in SYSCALL_DEFINE2()
1024 get_tv32(&tv[1], &tvs[1])) in SYSCALL_DEFINE2()
1032 return do_utimes(AT_FDCWD, filename, tvs ? tv : NULL, 0); in SYSCALL_DEFINE2()
/openbmc/openbmc/poky/meta/classes-global/
H A Dbase.bbclass378 tvs = []
382 tvs.append(d.getVar("TARGET_VENDOR"))
384 def settriplet(d, varname, archs, tos, tvs):
388 triplets.append(arch + tvs[i] + "-" + tos[i])
392 settriplet(d, "PKGTRIPLETS", archs, tos, tvs)
402 tvs.append(localdata.getVar("TARGET_VENDOR"))
404 settriplet(d, "PKGMLTRIPLETS", archs, tos, tvs)