Searched refs:orient (Results 1 – 2 of 2) sorted by relevance
12 The mounting matrix is a device tree property used to orient any device157 to orient the senor axes relative to a desired point of reference. This means
4529 int orient, rv; in vm_map_stack_locked() local4536 orient = cow & (MAP_STACK_GROWS_DOWN | MAP_STACK_GROWS_UP); in vm_map_stack_locked()4537 KASSERT(orient != 0, ("No stack grow direction")); in vm_map_stack_locked()4538 KASSERT(orient != (MAP_STACK_GROWS_DOWN | MAP_STACK_GROWS_UP), in vm_map_stack_locked()4574 if (orient == MAP_STACK_GROWS_DOWN) { in vm_map_stack_locked()4591 KASSERT((orient & MAP_STACK_GROWS_DOWN) == 0 || in vm_map_stack_locked()4594 KASSERT((orient & MAP_STACK_GROWS_UP) == 0 || in vm_map_stack_locked()4600 VM_PROT_NONE, MAP_CREATE_GUARD | (orient == MAP_STACK_GROWS_DOWN ? in vm_map_stack_locked()4609 if (orient == MAP_STACK_GROWS_DOWN) in vm_map_stack_locked()