Searched refs:posn (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Devents.c179 int posn; local
191 for (posn = 0; posn < nextport; posn++) {
192 if (allports[posn]->linkid == linkid)
197 if (posn >= numports) {
216 port_index = posn + 1;
217 fds = fdarray + posn + FDOFFSET;
220 if (posn == nextport) {
226 allports[posn]
[all...]
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c945 int8_t posn; /* keysw posn read from IO-SRAM */ local
972 posn = SG_KEYSWITCH_POSN_UNKNOWN;
976 (char *)&posn, size)) != 0) {
977 posn = SG_KEYSWITCH_POSN_UNKNOWN;
980 /* Check posn is not corrupt */
981 switch (posn) {
990 posn = SG_KEYSWITCH_POSN_UNKNOWN;
996 keysw_data->keyswitch_position.value.i32 = posn;
2127 DCMN_ERR_CACHE(CE_NOTE, "key @ posn
[all...]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c222 int posn; /* The index in the above line segment, containing */ member in struct:__anon4086
2558 str->posn = 0;
2575 str->c = str->seg ? str->seg->s[str->posn] : '\0';
2580 if(str->c != '\0' && ++str->posn >= GLH_SEG_SIZE) {
2581 str->posn = 0;

Completed in 68 milliseconds