Searched refs:nameoff (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dfdt_sw.c193 int nameoff; local
197 nameoff = _fdt_find_add_string(fdt, name);
198 if (nameoff == 0)
206 prop->nameoff = cpu_to_fdt32(nameoff);
240 int nameoff; local
245 nameoff = fdt32_to_cpu(prop->nameoff);
246 nameoff += fdt_size_dt_strings(fdt);
247 prop->nameoff
[all...]
H A Dfdt.h38 uint32_t nameoff; member in struct:fdt_property
H A Dfdt_ro.c215 namestroff = fdt32_to_cpu(prop->nameoff);
H A Dfdt_rw.c246 (*prop)->nameoff = cpu_to_fdt32(namestroff);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dkallsyms.c386 unsigned int nameoff; /* If iterating in core kernel symbols. */ member in struct:kallsym_iter
405 unsigned off = iter->nameoff;
414 return off - iter->nameoff;
420 iter->nameoff = get_symbol_offset(new_pos);
437 iter->nameoff += get_ksymbol_core(iter);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Dflattree.c259 int nameoff; local
264 nameoff = stringtable_insert(strbuf, prop->name);
268 emit->cell(etarget, nameoff);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dvolume.c1709 char *data, *nameoff = NULL; local
1871 nameoff = data;
1890 if ( nameoff ) {
1892 memcpy(nameoff, &ashort, sizeof( ashort ));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Dss.c211 int nameoff; local
224 nameoff = strlen(name);
239 sprintf(name+nameoff, "%d/fd/", pid);

Completed in 232 milliseconds