Searched refs:oreg (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.bin/compress/ |
H A D | compress.c | 188 int exists, isreg, oreg; in compress() local 194 isreg = oreg = !exists || S_ISREG(sb.st_mode); in compress() 264 if (oreg) in compress() 278 int exists, isreg, oreg; in decompress() local 284 isreg = oreg = !exists || S_ISREG(sb.st_mode); in decompress() 342 if (oreg) in decompress()
|
/freebsd/sys/riscv/sifive/ |
H A D | sifive_gpio.c | 393 uint32_t ireg, oreg; in sfgpio_pin_config_32() local 404 oreg = SFGPIO_READ(sc, SFGPIO_OUTPUT_EN); in sfgpio_pin_config_32() 408 oreg &= ~(1u << i); in sfgpio_pin_config_32() 413 oreg |= (1u << i); in sfgpio_pin_config_32() 419 SFGPIO_WRITE(sc, SFGPIO_OUTPUT_EN, oreg); in sfgpio_pin_config_32()
|
/freebsd/stand/ficl/softwords/ |
H A D | forml.fr | 54 1 led# lshift or dup !oreg 60 1 led# lshift invert and dup !oreg
|
/freebsd/sys/kern/ |
H A D | kern_umtx.c | 4352 struct umtx_shm_reg **const oreg) in umtx_shm_find_reg_locked() argument 4381 *oreg = reg; in umtx_shm_find_reg_locked() 4392 umtx_shm_find_reg(const struct umtx_key *key, struct umtx_shm_reg **const oreg) in umtx_shm_find_reg() argument 4397 error = umtx_shm_find_reg_locked(key, oreg); in umtx_shm_find_reg()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_cg.c | 734 int oreg = dnp->dn_reg; in dt_cg_postarith_op() local 744 dnp->dn_reg = oreg; in dt_cg_postarith_op()
|