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

/external/iproute2/tc/
H A Dtc_core.c81 int linksize, cells; local
86 linksize = cells * ATM_CELL_SIZE; /* Use full cell size to add ATM tax */
87 return linksize;
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
H A DSDL_x11video.c287 int linksize; local
306 linksize = readlink(procfile, linkfile, sizeof(linkfile)-1);
307 if ( linksize > 0 ) {
308 linkfile[linksize] = '\0';

Completed in 25 milliseconds