Searched refs:nstrings (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/boot/common/ |
H A D | interp_forth.c | 78 int nstrings, i; in bf_command() local 104 nstrings = ficlStackPopInteger(ficlVmGetDataStack(vm)); in bf_command() 105 for (i = 0, len = 0; i < nstrings; i++) { in bf_command() 112 if (nstrings) in bf_command() 113 for (i = 0; i < nstrings; i++) { in bf_command()
|
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | immu.c | 588 uint_t nstrings; in mapping_list_setup() local 594 &string_array, &nstrings) == DDI_PROP_SUCCESS) { in mapping_list_setup() 596 nunity = nstrings; in mapping_list_setup() 603 &string_array, &nstrings) == DDI_PROP_SUCCESS) { in mapping_list_setup() 605 nxlate = nstrings; in mapping_list_setup() 612 &string_array, &nstrings) == DDI_PROP_SUCCESS) { in mapping_list_setup() 614 npremap = nstrings; in mapping_list_setup() 621 &string_array, &nstrings) == DDI_PROP_SUCCESS) { in mapping_list_setup() 623 nnopremap = nstrings; in mapping_list_setup() 742 uint_t nstrings; in blacklist_setup() local [all …]
|
/illumos-gate/usr/src/cmd/loadkeys/ |
H A D | loadkeys.y | 84 static int nstrings = 5; /* start out with 5 strings */ variable 821 if (nstrings == 16) in yylex() 825 strings[nstrings] = strdup(tokbuf); in yylex() 826 yylval.number = STRING+nstrings; in yylex() 827 nstrings++; in yylex()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | smbiostbl.c | 727 int nstrings, len; in smbios_type4_initializer() local 733 nstrings = 0; in smbios_type4_initializer() 736 nstrings++; in smbios_type4_initializer() 742 type4->socket = nstrings + 1; in smbios_type4_initializer()
|
/illumos-gate/usr/src/common/ficl/emu/ |
H A D | loader_emu.c | 495 int nstrings, i; in bf_command() local 521 nstrings = ficlStackPopInteger(ficlVmGetDataStack(vm)); in bf_command() 522 for (i = 0, len = 0; i < nstrings; i++) in bf_command() 528 if (nstrings) in bf_command() 529 for (i = 0; i < nstrings; i++) { in bf_command()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | immu.h | 862 boolean_t immu_dmar_blacklisted(char **strings_array, uint_t nstrings);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | devcfg.c | 2993 encode_composite_string(char **strings, uint_t nstrings, size_t *retsz, in encode_composite_string() argument 3003 if (strings == NULL || nstrings == 0 || retsz == NULL) { in encode_composite_string() 3007 for (index = 0, strpp = strings; index < nstrings; index++) in encode_composite_string() 3017 for (index = 0, strpp = strings; index < nstrings; index++) { in encode_composite_string()
|