Home
last modified time | relevance | path

Searched refs:nextpos (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/dumpcs/
H A Ddumpcs.c182 int byte, i, nextpos; local
191 nextpos = pos + 1;
192 codestr[nextpos] = '\0';
193 (void) prcode(len, nextpos, min, max, col);
198 nextpos = pos + 1;
199 codestr[nextpos] = '\0';
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_flash.c308 ql_check_pci(qlge_t *qlge, uint8_t *buf, uint32_t *nextpos) in ql_check_pci() argument
318 __func__, qlge->instance, *nextpos)); in ql_check_pci()
381 __func__, qlge->instance, image_size, *nextpos)); in ql_check_pci()
391 *nextpos += image_size; in ql_check_pci()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Darray.c57 Namval_t *nextpos; member
1718 ap->pos = ap->nextpos; in nv_associative()
1719 for(;ap->cur=ap->pos; ap->pos=ap->nextpos) in nv_associative()
1721 ap->nextpos = (Namval_t*)dtnext(ap->header.table,ap->pos); in nv_associative()
1789 ap->nextpos = (Namval_t*)dtnext(ap->header.table,mp); in nv_associative()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c7122 ql_check_pci(ql_adapter_state_t *ha, ql_fcache_t *fcache, uint32_t *nextpos) in ql_check_pci() argument
7164 *nextpos = 0xffffffff; in ql_check_pci()
7171 if (*nextpos == ha->flash_fw_addr << 2) { in ql_check_pci()
7215 *nextpos = ha->boot_code_addr << 2; in ql_check_pci()
7248 ql_flash_layout_table(ha, *nextpos + in ql_check_pci()
7253 *nextpos = 0xffffffff; in ql_check_pci()
7256 *nextpos += (pcid->imagelength[0] | in ql_check_pci()