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

/seL4-test-master/projects/seL4_libs/libsel4muslcsys/include/muslcsys/
H A Dio.h49 grow_fds(int how_much);
/seL4-test-master/projects/seL4_libs/libsel4muslcsys/src/
H A Dsys_io.c108 int grow_fds(int how_much) argument
110 int new_num_fds = num_fds + how_much;

Completed in 25 milliseconds