OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:env_changed_id
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/net/
eth_common.c
110
static int
env_changed_id
;
local
114
if ((act == NULL) || (
env_changed_id
!= env_id)) {
116
env_changed_id
= env_id;
/external/u-boot/drivers/net/
netconsole.c
57
static int
env_changed_id
;
local
61
if (
env_changed_id
!= env_id) {
65
env_changed_id
= env_id;
77
static int
env_changed_id
;
local
81
if (
env_changed_id
!= env_id) {
Completed in 124 milliseconds