Searched refs:propend (Results 1 – 2 of 2) sorted by relevance
139 void *propend = val.val + val.len; in write_propval_cells() local154 if ((void *)cp >= propend) in write_propval_cells()169 void *propend = val.val + val.len; in write_propval_bytes() local182 if ((const void *)bp >= propend) in write_propval_bytes()
120 char *propval, *propcur, *propend, *nodestr, *propstr, *s; in __of_adjust_phandle_ref() local133 propend = propval + rprop->length; in __of_adjust_phandle_ref()134 for (propcur = propval; propcur < propend; propcur += propcurlen + 1) { in __of_adjust_phandle_ref()