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

/illumos-gate/usr/src/cmd/dumpcs/
H A Ddumpcs.c184 int byte, i, nextpos; local
193 nextpos = pos + 1;
194 codestr[nextpos] = '\0';
195 (void) prcode(len, nextpos, min, max, col);
200 nextpos = pos + 1;
201 codestr[nextpos] = '\0';
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_flash.c305 * On successful pci check, nextpos adjusted to next pci header.
308 ql_check_pci(qlge_t *qlge, uint8_t *buf, uint32_t *nextpos) argument
318 __func__, qlge->instance, *nextpos));
381 __func__, qlge->instance, image_size, *nextpos));
391 *nextpos += image_size;
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Darray.c57 Namval_t *nextpos; member in struct:assoc_array
1234 ap->pos = ap->nextpos;
1235 for(;ap->cur=ap->pos; ap->pos=ap->nextpos)
1237 ap->nextpos = (Namval_t*)dtnext(ap->header.table,ap->pos);
1305 ap->nextpos = (Namval_t*)dtnext(ap->header.table,mp);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c6769 * On successful pci check, nextpos adjusted to next pci header.
6780 ql_check_pci(ql_adapter_state_t *ha, ql_fcache_t *fcache, uint32_t *nextpos) argument
6822 *nextpos = 0xffffffff;
6830 if (*nextpos == ha->flash_fw_addr << 2) {
6875 *nextpos = 0x200000;
6877 *nextpos = 0x80000;
6879 *nextpos = 0;
6913 ql_flash_layout_table(ha, *nextpos +
6918 *nextpos = 0xffffffff;
6921 *nextpos
[all...]

Completed in 62 milliseconds