Searched refs:listSize (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c2095 long listSize; local
2158 listSize = a_gdt->gd_fileSystemConfigLen;
2159 for (nn = 0, n = 0; n < listSize; n++) {
2763 int listSize; local
2780 listSize = *a_listSize;
2787 if (listSize == 0) {
2789 listSize++;
2790 list = (FSI_T *)realloc(list, sizeof (FSI_T)*(listSize+1));
2803 *a_listSize = listSize;
2813 for (n = 0; n < listSize;
2909 long listSize; local
[all...]
/illumos-gate/usr/src/lib/libima/common/
H A Dima-lib.c2324 IMA_UINT listSize; local
2325 listSize = sizeof (IMA_OID_LIST);
2342 listSize
3574 IMA_UINT listSize; local
3575 listSize = sizeof (IMA_OID_LIST);
3589 ppOidList, listSize
3933 IMA_UINT listSize; local
3934 listSize =
3942 calloc(1, listSize +
3952 listSize
4067 IMA_UINT listSize; local
4881 IMA_UINT listSize; local
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c1696 unsigned long listSize = 0; local
1699 retCtrls, &targetPosP, &listSize,
1703 if (index >= listSize)
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c103 uint16_t listSize, uint16_t *indexL, uint16_t *indexR)
111 if (target >= pList[listSize - 1]) {
112 *indexL = *indexR = (uint16_t)(listSize - 1);
116 for (i = 0; i < listSize - 1; i++) {
102 ath9k_hw_get_lower_upper_index(uint8_t target, uint8_t *pList, uint16_t listSize, uint16_t *indexL, uint16_t *indexR) argument

Completed in 122 milliseconds