Home
last modified time | relevance | path

Searched refs:need_update (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/i2c/
Dcwfg.c246 bool need_update; in cwfg_set_config() local
272 need_update = (config & CONFIG_UFG) == 0; in cwfg_set_config()
273 if (need_update == false) { in cwfg_set_config()
278 need_update = true; in cwfg_set_config()
283 if (need_update == false) in cwfg_set_config()
/netbsd/src/usr.bin/telnet/
Dtelnet.c1396 int need_update = 0; in slc_update() local
1404 need_update = 1; in slc_update()
1407 return(need_update); in slc_update()
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dspa.c2918 int need_update = B_FALSE; in spa_load_impl() local
2963 need_update = B_TRUE; in spa_load_impl()
2967 need_update = B_TRUE; in spa_load_impl()
2973 if (need_update) in spa_load_impl()