Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0005-Replace-off64_t-stat64-with-off_t-stat.patch500 - off64_t soffset, doffset;
501 + off_t soffset, doffset;
509 - off64_t soffset, doffset;
510 + off_t soffset, doffset;
/openbmc/ipmitool/lib/
H A Dipmi_fru.c425 uint16_t soffset, uint16_t doffset, in write_fru_area() argument
435 finish = doffset + length; /* destination offset */ in write_fru_area()
442 if (fru->access && ((doffset & 1) || (length & 1))) { in write_fru_area()
489 while (fru_bloc && fru_bloc->start + fru_bloc->size <= doffset) { in write_fru_area()
501 tmp = end_bloc - doffset; in write_fru_area()
518 tmp = doffset; in write_fru_area()
559 doffset += writeLength; in write_fru_area()
571 doffset); in write_fru_area()
573 soffset += end_bloc - doffset; in write_fru_area()
574 doffset = end_bloc; in write_fru_area()
[all …]
H A Dipmi_kontronoem.c55 uint16_t doffset, uint16_t length,