Home
last modified time | relevance | path

Searched refs:time (Results 1 – 7 of 7) sorted by relevance

/pciutils/
H A Dls-ecaps.c1372 int time; in cap_l1pm() local
1397 time = l1pm_calc_pwron(BITS(l1_cap, 16, 2), BITS(l1_cap, 19, 5)); in cap_l1pm()
1398 if (time != -1) in cap_l1pm()
1399 printf("PortTPowerOnTime=%dus\n", time); in cap_l1pm()
1430 time = l1pm_calc_pwron(BITS(val, 0, 2), BITS(val, 3, 5)); in cap_l1pm()
1431 if (time != -1) in cap_l1pm()
1432 printf(" T_PwrOn=%dus", time); in cap_l1pm()
H A DCOPYING189 6. Each time you redistribute the Program (or any work based on the
238 of the General Public License from time to time. Such new versions will
H A DREADME.Windows67 header file. The alias is resolved by the linker at linking time, so the final
H A DREADME87 compatible for a long time (we use symbol versioning to achieve
H A DChangeLog57 executable to make link-time optimization possible.
125 in shared libpci, which made compiling with link-time
1588 this time the version checks should be right.
1692 command every time $(MANDIR) is referenced.
1732 to use update-ids) and we don't try to remove /etc/pci.ids (a long time
1945 * lib/proc.c: pread/pwrite fixed again, this time on libc5 :(
H A Dpci.ids7325 104f Co-time Computer Ltd
/pciutils/lmr/
H A Dmargin_results.c229 time_t tim = time(NULL); in margin_results_save_csv()