Home
last modified time | relevance | path

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

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