Searched refs:reglength (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libgen/common/ |
H A D | reg_compile.c | 63 int nbra = 0, regerrno = 0, reglength = 0; variable 69 int nbra, regerrno, reglength; member 119 return (®length); in ___reglength() 122 return (&vars->reglength); in ___reglength() 130 #undef reglength 131 #define reglength (*(___reglength())) macro 162 reglength = 0; in _compile() 433 reglength = (int)(ep - expbuf); in _compile()
|
H A D | mapfile-vers | 69 reglength;
|
/titanic_41/usr/src/lib/libgen/inc/ |
H A D | regexpr.h | 46 #define reglength (*(___reglength())) macro 56 extern int nbra, regerrno, reglength;
|
/titanic_41/usr/src/cmd/expr/ |
H A D | compile.c | 66 extern int reglength; 248 reglength = regexc_size;
|
/titanic_41/usr/src/uts/common/io/mega_sas/ |
H A D | megaraid_sas.c | 2202 off_t reglength; in init_mfi() local 2208 if ((ddi_dev_regsize(instance->dip, REGISTER_SET_IO, ®length) in init_mfi() 2209 != DDI_SUCCESS) || reglength < MINIMUM_MFI_MEM_SZ) { in init_mfi() 2213 if (reglength > DEFAULT_MFI_MEM_SZ) { in init_mfi() 2214 reglength = DEFAULT_MFI_MEM_SZ; in init_mfi() 2216 "mega: register length to map is 0x%lx bytes", reglength)); in init_mfi() 2220 &instance->regmap, 0, reglength, &endian_attr, in init_mfi()
|
/titanic_41/usr/src/uts/common/io/mr_sas/ |
H A D | mr_sas.c | 467 off_t reglength = 0; in mrsas_attach() local 627 REGISTER_SET_IO_2108, ®length) != DDI_SUCCESS) || in mrsas_attach() 628 reglength < MINIMUM_MFI_MEM_SZ) { in mrsas_attach() 631 if (reglength > DEFAULT_MFI_MEM_SZ) { in mrsas_attach() 632 reglength = DEFAULT_MFI_MEM_SZ; in mrsas_attach() 635 reglength)); in mrsas_attach() 639 reglength, &endian_attr, &instance->regmap_handle) in mrsas_attach()
|