HomeSort by: relevance | last modified time | path
    Searched defs:update_value (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/radioctl/
radioctl.c 94 static void update_value(int, u_int *, u_int);
263 update_value(o.sign, (u_int *)&ri.volume, o.value);
266 update_value(o.sign, (u_int *)&ri.freq, o.value);
270 update_value(o.sign, (u_int *)&ri.rfreq, o.value);
284 update_value(o.sign, (u_int *)&ri.lock, o.value);
323 update_value(int sign, u_int *value, u_int update) function in typeref:typename:void

Completed in 11 milliseconds