Searched defs:starts (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dperfcnt.c60 static long long starts[1000]; variable
190 starts[counter] = gethrvtime();
219 time_used = gethrvtime() - starts[counter];
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_smr.c1804 int startp, starts; local
1815 s = starts = SMR_SLAB_HASH(p, domid);
1819 while ((nexts != starts) && !foundone) {
1889 int startp, starts; local
1899 s = starts = SMR_SLAB_HASH(p, domid);
1903 while ((nexts != starts) && !foundit) {
/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c189 static boolean_t startswith(const char **strp, const char *starts);
2921 startswith(const char **strp, const char *starts) argument
2923 int len = strlen(starts);
2925 if (strncasecmp(*strp, starts, len) == 0) {
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.h337 ulong_t starts; /* # of tx packets posted to the hw */ member in struct:erisave
536 uint32_t starts; member in struct:eri
687 * - hb_buf starts on an ERI_BURSTSIZE boundary.

Completed in 87 milliseconds