Home
last modified time | relevance | path

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

/titanic_51/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';
/titanic_51/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) 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()
/titanic_51/usr/src/lib/libshell/common/sh/
H A Darray.c57 Namval_t *nextpos; member
1234 ap->pos = ap->nextpos; in nv_associative()
1235 for(;ap->cur=ap->pos; ap->pos=ap->nextpos) in nv_associative()
1237 ap->nextpos = (Namval_t*)dtnext(ap->header.table,ap->pos); in nv_associative()
1305 ap->nextpos = (Namval_t*)dtnext(ap->header.table,mp); in nv_associative()
/titanic_51/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()
/titanic_51/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) in ql_check_pci() argument
6822 *nextpos = 0xffffffff; in ql_check_pci()
6830 if (*nextpos == ha->flash_fw_addr << 2) { in ql_check_pci()
6875 *nextpos = 0x200000; in ql_check_pci()
6877 *nextpos = 0x80000; in ql_check_pci()
6879 *nextpos = 0; in ql_check_pci()
6913 ql_flash_layout_table(ha, *nextpos + in ql_check_pci()
6918 *nextpos = 0xffffffff; in ql_check_pci()
6921 *nextpos in ql_check_pci()
[all...]