Searched refs:nval_find (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_nameval.c | 32 static int nval_find(const char *xb, int xb_size, const YCHAR *name, in nval_find() function 75 int pos = nval_find(xb, xb_size, name, NULL); in nval_del() 99 pos = nval_find(xb, xb_size, name, &size_exist); in nval_set() 132 int pos = nval_find(xb, xb_size, name, NULL); in nval_get()
|