HomeSort by: relevance | last modified time | path
    Searched refs:tsi (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/script/
script.c 441 struct timespec tsi, tso; local in function:playback
479 tsi = tso;
496 tsi.tv_sec = tso.tv_sec - tsi.tv_sec;
497 tsi.tv_nsec = tso.tv_nsec - tsi.tv_nsec;
498 if (tsi.tv_nsec < 0) {
499 tsi.tv_sec -= 1;
500 tsi.tv_nsec += 1000000000;
503 (void)nanosleep(&tsi, NULL)
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
pxa910-dkb.dts 141 marvell,88pm860x-tsi-prebias = <6>;
imx53-ppd.dts 361 dlg,tsi-as-adc;

Completed in 16 milliseconds