Home
last modified time | relevance | path

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

/linux/scripts/dtc/
H A Dlivetree.c1164 char *fnext = fp->val.val; in fixup_phandles() local
1168 while ((fl = fp->val.len - (fnext - fp->val.val))) { in fixup_phandles()
1174 fv = fnext; in fixup_phandles()
1175 fnext = memchr(fv, 0, fl); in fixup_phandles()
1177 if (!fnext) { in fixup_phandles()
1183 fnext += 1; in fixup_phandles()
1185 propname = memchr(fv, ':', fnext - 1 - fv); in fixup_phandles()
1194 soffset = memchr(propname, ':', fnext - 1 - propname); in fixup_phandles()
/linux/drivers/net/ethernet/sun/
H A Dcassini.h2126 u8 foff, fnext; /* if match fails, new offset and match */ member
H A Dcassini.c1162 val |= CAS_BASE(HP_INSTR_RAM_MID_FNEXT, inst->fnext); in cas_load_firmware()