Searched refs:tried (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/tip/
H A Dacu.c45 int tried = 0; local
87 tried++;
120 tried++;
123 if (!tried)
127 return (tried ? "call failed" : "missing phone number");
/illumos-gate/usr/src/uts/i86xpv/cpu/generic_cpu/
H A Dgcpu_mca_xpv.c81 int tried = 0; local
106 if (hdl == NULL && !tried++) {
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dcapacity.notes.txt67 the best pragmatic answer came from Hale Landis. I've tried to
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h299 ds_portset_t tried; /* ports tried by this service */ member in struct:ds_svc
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_common.c1265 * Get the ports that haven't been tried yet and are available to try.
1269 if (DS_PORT_IN_SET(svc->tried, i))
1297 DS_PORTSET_ADD(svc->tried, portid);
2120 DS_PORTSET_ADD(svc->tried, PORTID(port));
2135 if (DS_PORT_IN_SET(svc->tried, PORTID(port)))
2144 DS_PORTSET_ADD(svc->tried, PORTID(port));
2196 if (DS_PORT_IN_SET(svc->tried, idx))
2291 DS_PORTSET_DEL(svc->tried, port->id);
2594 DS_PORTSET_SETNULL(svc->tried);

Completed in 264 milliseconds