OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bcdplus
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/
ipmi.c
1231
char
bcdplus
[] = "0123456789 -.:,_";
local in function:ipmi_sensor_name
1240
/* Characters are encoded in 4-bit
BCDPLUS
*/
1244
*(name++) =
bcdplus
[bits[i] >> 4];
1245
*(name++) =
bcdplus
[bits[i] & 0xF];
ipmi.c
1231
char
bcdplus
[] = "0123456789 -.:,_";
local in function:ipmi_sensor_name
1240
/* Characters are encoded in 4-bit
BCDPLUS
*/
1244
*(name++) =
bcdplus
[bits[i] >> 4];
1245
*(name++) =
bcdplus
[bits[i] & 0xF];
ipmi.c
1231
char
bcdplus
[] = "0123456789 -.:,_";
local in function:ipmi_sensor_name
1240
/* Characters are encoded in 4-bit
BCDPLUS
*/
1244
*(name++) =
bcdplus
[bits[i] >> 4];
1245
*(name++) =
bcdplus
[bits[i] & 0xF];
Completed in 38 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025