OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bset
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
hd44780reg.h
49
#define
bset
(cond, bit) ((cond) ? (bit) : 0x00)
macro
75
((uint8_t)(0x04 |
bset
(id, 0x2) |
bset
(s, 0x1)))
83
((uint8_t)(0x08 |
bset
(d, 0x04) |
bset
(c, 0x02) |
bset
(b, 0x01)))
90
((uint8_t)(0x13 |
bset
(sc, 0x08) |
bset
(rl, 0x04)))
98
((uint8_t)(0x23 |
bset
(dl, 0x10) |
bset
(n, 0x08) | bset(f, 0x04))
[
all
...]
/src/sys/ufs/ffs/
ffs_vfsops.c
1177
int error, i, bsize, ronly,
bset
= 0;
local in function:ffs_mountfs
1449
bset
= BC_INVAL;
1456
bset
= BC_INVAL;
1631
brelse(bp,
bset
);
Completed in 12 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025