Searched defs:index (Results 1 - 25 of 945) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dindex.c33 index(sp, c) function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dindex.c53 index(const char *sp, int c) function
/illumos-gate/usr/src/lib/libgss/
H A Dg_rel_oid_set.c45 OM_uint32 index; local
56 for (index = 0; index < (*set)->count; index++) {
57 oid = &(*set)->elements[index];
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dindex.c54 index(char *sp, char c) function
/illumos-gate/usr/src/lib/sun_fc/common/
H A DSun_fcGetAdapterName.cc42 * @param index the index to which adapter to retrieve the name
49 HBA_STATUS Sun_fcGetAdapterName(HBA_UINT32 index, char *name) { argument
58 std::string sname = list->getHBAName(index);
H A DSun_fcGetTgtAdapterName.cc42 * @param index the index to which adapter to retrieve the name
49 HBA_STATUS Sun_fcGetTgtAdapterName(HBA_UINT32 index, char *name) { argument
58 std::string sname = list->getTgtHBAName(index);
/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasGetAdapterName.c34 * index the index to which adapter to retrive the name
37 HBA_STATUS Sun_sasGetAdapterName(HBA_UINT32 index, char *name) { argument
48 if (hba_ptr->index == index) {
62 "Unable to find adapter index %d.", index);
H A DSun_sasGetAdapterAttributes.c36 int index = 0; local
44 index = RetrieveIndex(handle);
46 hba_ptr = RetrieveHandle(index);
H A DSun_sasGetAdapterPortAttributes.c39 int index; local
49 index = RetrieveIndex(handle);
51 hba_ptr = RetrieveHandle(index);
76 "Internal failure: Adapter at index %d contains no port "
77 "data", hba_ptr->index);
85 if (hba_port_ptr->index == port) {
89 if (hba_port_ptr == NULL || hba_port_ptr->index != port) {
91 "Invalid port index %d for handle %08lx.",
H A DSun_sasGetNumberOfPorts.c38 int count, index; local
48 index = RetrieveIndex(handle);
50 hba_ptr = RetrieveHandle(index);
H A DSun_sasGetPortType.c38 int index; local
49 index = RetrieveIndex(handle);
51 hba_ptr = RetrieveHandle(index);
68 "Internal failure: Adapter at index %d contains "
69 "no port data", hba_ptr->index);
78 if (hba_port_ptr->index == port) {
83 if (hba_port_ptr == NULL || hba_port_ptr->index != port) {
85 "Invalid port index %d for handle %08lx.",
/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi-sun.c48 MP_UINT32 index; local
58 index = pathOid.ownerId - 1;
59 if (plugintable[index].hdlPlugin != NULL) {
61 dlsym(plugintable[index].hdlPlugin,
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwctomb.c44 int size, index; local
74 if ((index = size) <= 0)
76 while (index--) {
82 s[index] = d;
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_prime.h76 static const int index[] = { variable
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Dtable.c70 int index; local
73 index = tablekey(key);
74 cur = table[index];
80 table[index] = new;
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetscn.c38 elf_getscn(Elf * elf, size_t index) argument
42 size_t j = index;
62 * from within _elf_prescn() then we can index straight
65 if (index < tabsz) {
66 s = &elf->ed_hdscn[index];
83 if (s->s_index == index) {
/illumos-gate/usr/src/psm/promif/ieee1275/sun4u/
H A Dprom_tlb.c34 * and load the {i,d} tlb entry index with tte_data and virt.
38 prom_itlb_load(int index, unsigned long long tte_data, caddr_t virt) argument
54 ci[7] = p1275_int2cell(index); /* Arg5: SA3: index */
68 prom_dtlb_load(int index, unsigned long long tte_data, caddr_t virt) argument
84 ci[7] = p1275_int2cell(index); /* Arg5: SA3: index */
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_crc32.c113 int index; local
116 for (index = 0; index < length; index++) {
/illumos-gate/usr/src/lib/scsi/plugins/ses/SUN/common/
H A Dsun_pages.c39 uint64_t index; local
50 &index) != 0)
53 addr = &sfpip->sfpi_descr_addrs[index];
/illumos-gate/usr/src/lib/libshare/common/
H A Dissubdir.c70 int index; local
91 index = 0;
98 if (index == 0) {
104 if (index > 0 &&
106 inoeq(child_ino[index - 1], st.st_ino))) {
112 child_ino[index++] = st.st_ino;
128 valid = index;
149 for (index = 0; index < valid; index
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_scheme.c51 int index = q->components.components_val[i].which_index; local
52 if (index >= s->keys.keys_len) {
54 "%s: query index %d out-of-range (%d)",
55 myself, index, s->keys.keys_len-1);
60 s->keys.keys_val[index].column_number - 1;
107 int index; local
112 "%s: query index %d out-of-range (%d)",
119 index = s->keys.keys_val[i].column_number - 1;
120 if (index >= nc) {
122 "%s: column index ou
[all...]
/illumos-gate/usr/src/cmd/mailx/
H A Dstralloc.c73 int index; local
85 index = 0;
87 if (sp->s_topFree == NOSTR && (STRINGSIZE << index) >= s)
91 index++;
96 index = sp - &stringdope[0];
97 sp->s_topFree = (char *) calloc(STRINGSIZE << index,
101 index);
105 sp->s_nleft = STRINGSIZE << index;
162 register int index; local
167 index
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_cache.c42 uint32_t index; local
72 if (nvlist_lookup_uint32(asru, FM_FMRI_CPU_CACHE_INDEX, &index) != 0) {
105 "cpu %d: Unretire for index %d, way %d\n bit %d"
108 cpuid, index, way, bit, type);
117 "cpu %d: Retiring index %d, way %d\n bit %d"
118 " type 0x%02x", cpuid, index, way, bit, type);
127 cache_info.index = index;
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Ddynamic.c48 char index[INDEX_STR_SIZE]; local
50 (void) snprintf(index, sizeof (index), MSG_ORIG(MSG_FMT_INDEX), ndx);
51 dbg_print(lml, MSG_INTL(MSG_DYN_ENTRY), index,
59 * a single line using an index range instead of a single index.
65 char index[2 * INDEX_STR_SIZE]; local
71 (void) snprintf(index, sizeof (index),
73 dbg_print(lml, MSG_INTL(MSG_DYN_ENTRY), index,
[all...]
/illumos-gate/usr/src/cmd/lastcomm/
H A Dlc_pacct.c27 ok(int argc, char *argv[], int index, struct acct *acp) argument
31 for (j = index; j < argc; j++)
40 lc_pacct(char *name, int argc, char *argv[], int index) argument
89 if (argc > index && !ok(argc, argv, index, acp))

Completed in 128 milliseconds

1234567891011>>