Searched refs:entry_buf (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dasingle.c118 * entry_buf is used for reading in entry descriptors, and for reading in
121 u_char entry_buf[ADEDLEN_FINDERI]; local
147 if ( read( single.filed, (char *)entry_buf, AD_ENTRY_LEN )
152 memcpy(&entry_id, entry_buf, sizeof( entry_id ));
155 entry_buf + 4,
160 entry_buf + 8,
214 if ( read( single.filed, (char *)entry_buf, ADEDLEN_FINDERI) != ADEDLEN_FINDERI) {
218 memcpy( &fh->finder_info.fdType, entry_buf + FINDERIOFF_TYPE,
220 memcpy( &fh->finder_info.fdCreator, entry_buf + FINDERIOFF_CREATOR,
222 memcpy( &fh->finder_info.fdFlags, entry_buf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dvideo.c98 char entry_buf[4]; local
114 if (len < sizeof entry_buf) {
115 entry_buf[len++] = key;
128 key = entry_buf[i] | 0x20;

Completed in 101 milliseconds