Searched refs:orient (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/apr-util/include/private/
H A Dapr_dbd_odbc_v2.h79 #define SQLFetchScroll(stmt, orient, rownum) (0); return APR_ENOTIMPL;
/freebsd-11-stable/sys/vm/
H A Dvm_map.c3630 int orient, rv; local
3634 * Extract it into orient and mask the cow argument so that we
3637 orient = cow & (MAP_STACK_GROWS_DOWN | MAP_STACK_GROWS_UP);
3638 KASSERT(orient != 0, ("No stack grow direction"));
3639 KASSERT(orient != (MAP_STACK_GROWS_DOWN | MAP_STACK_GROWS_UP),
3675 if (orient == MAP_STACK_GROWS_DOWN) {
3680 } else /* if (orient == MAP_STACK_GROWS_UP) */ {
3692 KASSERT((orient & MAP_STACK_GROWS_DOWN) == 0 ||
3695 KASSERT((orient & MAP_STACK_GROWS_UP) == 0 ||
3701 VM_PROT_NONE, MAP_CREATE_GUARD | (orient
[all...]
/freebsd-11-stable/tools/sched/
H A Dschedgraph.py191 from_=100, to_=value, orient=HORIZONTAL,
1337 self.scrollY = Scrollbar(self, orient="vertical",
1339 self.display.scrollX = Scrollbar(self, orient="horizontal",

Completed in 78 milliseconds