Home
last modified time | relevance | path

Searched refs:uop (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/i386/include/xen/
H A Dhypercall.h320 unsigned int cmd, void *uop, unsigned int count) in HYPERVISOR_grant_table_op() argument
322 return _hypercall3(int, grant_table_op, cmd, uop, count); in HYPERVISOR_grant_table_op()
/f-stack/freebsd/amd64/include/xen/
H A Dhypercall.h337 unsigned int cmd, void *uop, unsigned int count) in HYPERVISOR_grant_table_op() argument
339 return _hypercall3(int, grant_table_op, cmd, uop, count); in HYPERVISOR_grant_table_op()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlparser.c830 UnOpr uop; in subexpr() local
832 uop = getunopr(ls->t.token); in subexpr()
833 if (uop != OPR_NOUNOPR) { in subexpr()
836 luaK_prefix(ls->fs, uop, v); in subexpr()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlparser.c1043 UnOpr uop; in subexpr() local
1045 uop = getunopr(ls->t.token); in subexpr()
1046 if (uop != OPR_NOUNOPR) { in subexpr()
1050 luaK_prefix(ls->fs, uop, v, line); in subexpr()