Searched refs:fnext (Results 1 – 3 of 3) sorted by relevance
1164 char *fnext = fp->val.val; in fixup_phandles() local1168 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()
2126 u8 foff, fnext; /* if match fails, new offset and match */ member
1162 val |= CAS_BASE(HP_INSTR_RAM_MID_FNEXT, inst->fnext); in cas_load_firmware()