Searched refs:nstrings (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/i86pc/io/ |
H A D | immu.c | 582 uint_t nstrings; in mapping_list_setup() local 588 &string_array, &nstrings) == DDI_PROP_SUCCESS) { in mapping_list_setup() 590 nunity = nstrings; in mapping_list_setup() 597 &string_array, &nstrings) == DDI_PROP_SUCCESS) { in mapping_list_setup() 599 nxlate = nstrings; in mapping_list_setup() 606 &string_array, &nstrings) == DDI_PROP_SUCCESS) { in mapping_list_setup() 608 npremap = nstrings; in mapping_list_setup() 615 &string_array, &nstrings) == DDI_PROP_SUCCESS) { in mapping_list_setup() 617 nnopremap = nstrings; in mapping_list_setup() 736 uint_t nstrings; in blacklist_setup() local [all …]
|
/titanic_44/usr/src/cmd/loadkeys/ |
H A D | loadkeys.y | 102 static int nstrings = 5; /* start out with 5 strings */ variable 844 if (nstrings == 16) in yylex() 848 strings[nstrings] = strdup(tokbuf); in yylex() 849 yylval.number = STRING+nstrings; in yylex() 850 nstrings++; in yylex()
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | nss_dbdefs.c | 148 int nstrings = 0; in _nss_netdb_aliases() local 165 ++nstrings; in _nss_netdb_aliases() 169 if (copyptr <= (char *)(&aliasp[nstrings + 1])) { in _nss_netdb_aliases()
|
/titanic_44/usr/src/uts/i86pc/sys/ |
H A D | immu.h | 862 boolean_t immu_dmar_blacklisted(char **strings_array, uint_t nstrings);
|
/titanic_44/usr/src/uts/common/os/ |
H A D | devcfg.c | 2906 encode_composite_string(char **strings, uint_t nstrings, size_t *retsz, in encode_composite_string() argument 2916 if (strings == NULL || nstrings == 0 || retsz == NULL) { in encode_composite_string() 2920 for (index = 0, strpp = strings; index < nstrings; index++) in encode_composite_string() 2930 for (index = 0, strpp = strings; index < nstrings; index++) { in encode_composite_string()
|