Searched refs:sbbuf (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dutil.c345 if (id->sbbuf == NULL) {
346 id->sbbuf = malloc(SB_BUFFER_SIZE);
347 if (id->sbbuf == NULL) {
355 info("read sbbuf len:0x%llx", (unsigned long long) (off + len));
360 buf_len = read(id->fd, id->sbbuf, off + len);
373 return &(id->sbbuf[off]);
416 if (id->sbbuf != NULL) {
417 free(id->sbbuf);
418 id->sbbuf = NULL;
H A Dlibvolume_id.h81 uint8_t *sbbuf; member in struct:volume_id
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-ibm_iic.h29 u16 sbbuf; member in struct:iic_regs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/usr/include/
H A Dlibvolume_id.h81 uint8_t *sbbuf; member in struct:volume_id
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/mipsel-uclibc/install/udev/usr/include/
H A Dlibvolume_id.h81 uint8_t *sbbuf; member in struct:volume_id

Completed in 57 milliseconds