Searched refs:nextpos (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/dumpcs/ |
H A D | dumpcs.c | 184 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_50/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_flash.c | 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_50/usr/src/lib/libshell/common/sh/ |
H A D | array.c | 57 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_50/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 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 += (pcid->imagelength[0] | in ql_check_pci()
|