Searched defs:iteration (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-mgmt.c1042 int cnt, iteration = 0, test_pass = 0; local
1064 while (iteration < 2) {
1066 if (iteration == 1) {
1073 if (iteration == 1) {
1080 if (iteration == 1) {
1137 iteration++;
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.c345 int max_iterations, iteration; local
398 iteration = 0;
449 (iteration >= max_iterations))
494 iteration++;
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.c4710 s32 j, iteration, sector_size; local
4732 iteration = flash_bank_size / ICH_FLASH_SEG_SIZE_256;
4736 iteration = 1;
4740 iteration = 1;
4744 iteration = 1;
4754 for (j = 0; j < iteration; j++) {
5305 /* Set the mac to wait the maximum time between each iteration
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c712 int max_iterations, iteration; local
771 iteration = 0;
828 (iteration >= max_iterations))
874 iteration++;
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c519 int iteration);
4158 /* we skip this delay in the first iteration */
4244 * iteration
5827 int iteration)
6028 * But, avoid delay in the first iteration
6030 if (iteration) {
5822 hubd_create_child(dev_info_t *dip, hubd_t *hubd, usba_device_t *hubd_ud, usb_port_status_t port_status, usb_port_t port, int iteration) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c1542 mDNSexport void mDNSPlatformSendWakeupPacket(mDNS *const m, mDNSInterfaceID InterfaceID, char *EthAddr, char *IPAddr, int iteration) argument
1548 (void) iteration;
H A DDNSCommon.c561 mDNSlocal mDNSu32 mDNSMixRandomSeed(mDNSu32 seed, mDNSu8 iteration) argument
563 return iteration ? mDNSMixRandomSeed(mDNSRandomFromSeed(seed), --iteration) : seed;
1184 // Note that it is "i <=". The first iteration is for digesting the name and salt.
1185 // The iteration count does not include that.
3294 LogInfo("SetRData: nsec3 iteration count %d too big", swap16(nsec3->iterations));

Completed in 195 milliseconds