Searched refs:attr_buff (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/atheos/
H A Datheos.c364 EINVAL - attr_buff was pointing at a buffer
379 int get_attr_dir( const char *name, char **attr_buff, off_t *total_size )
394 if( *attr_buff != NULL ) {
413 *attr_buff = (char *)malloc( INITIAL_BUFF_SIZE );
414 ptr = *attr_buff;
428 *attr_buff = NULL;
444 unsigned long offset = ptr - *attr_buff;
446 *attr_buff = (char *)realloc( *attr_buff, attrs_size );
447 if( *attr_buff
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/beos/
H A Dbeos.c347 EINVAL - attr_buff was pointing at a buffer
362 int get_attr_dir( const char *name, char **attr_buff, off_t *total_size ) argument
380 if( *attr_buff != NULL ) {
402 *attr_buff = (char *)malloc( INITIAL_BUFF_SIZE );
403 ptr = *attr_buff;
417 *attr_buff = NULL;
437 unsigned long offset = ptr - *attr_buff;
439 *attr_buff = (char *)realloc( *attr_buff, attrs_size );
440 if( *attr_buff
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/atheos/
H A Datheos.c1270 const unsigned char *attr_buff,
1278 ptr = (unsigned char *)attr_buff;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/beos/
H A Dbeos.c1316 const unsigned char *attr_buff,
1324 ptr = (unsigned char *)attr_buff;

Completed in 119 milliseconds