Home
last modified time | relevance | path

Searched refs:newct (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/avs/sdbc/
H A Dsd_trace.c274 int i, j, ct = 0, newct = 0; in set_dual_on_off() local
293 newct++; in set_dual_on_off()
294 if (newct <= (LINES - 9) / 2) { in set_dual_on_off()
307 int i, j, ct = 0, newct = 0; in set_on_off() local
323 newct++; in set_on_off()
324 if (newct <= (LINES - 9) / 2) in set_on_off()
/titanic_50/usr/src/uts/common/contract/
H A Ddevice.c1809 int32_t newct = 0; in contract_device_publish() local
1814 &newct) == 0); in contract_device_publish()
1816 newct == 1 ? 0 : in contract_device_publish()
1821 newct ? "success" : "failure")); in contract_device_publish()