OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eeprom_copy
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sun3/dev/
eeprom.c
60
struct eeprom *
eeprom_copy
; /* soft copy. */
variable in typeref:struct:eeprom *
108
eeprom_copy
= kmem_alloc(ee_size, KM_SLEEP);
121
dst = (uint8_t *)
eeprom_copy
;
173
if (
eeprom_copy
== NULL)
184
va = ((uint8_t *)
eeprom_copy
) + off;
221
bp = ((uint8_t *)
eeprom_copy
) + off;
eeprom.c
60
struct eeprom *
eeprom_copy
; /* soft copy. */
variable in typeref:struct:eeprom *
108
eeprom_copy
= kmem_alloc(ee_size, KM_SLEEP);
121
dst = (uint8_t *)
eeprom_copy
;
173
if (
eeprom_copy
== NULL)
184
va = ((uint8_t *)
eeprom_copy
) + off;
221
bp = ((uint8_t *)
eeprom_copy
) + off;
Completed in 27 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025