Searched defs:acount (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Danlwrk.c84 static short acount; local
114 acount = 0;
118 i = fscanf(p_bookmark, "%hd", &acount);
121 acount = 0;
124 for (i = 0; i < acount; i++) {
160 (void) fprintf(p_bookmark, "%d", acount);
163 acount++;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_netbios.c260 int headerflags, qcount, acount, nscount, arcount; local
275 acount = getshort(data); data += 2;
300 sprintf(get_line(0, 0), "Answer Count = %d", acount);
328 if ((acount || nscount || arcount) ||
329 (qcount+acount+nscount+arcount == 0)) {
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c204 uint32_t acount, prox; local
537 acount = sz << l2b;
539 ((pext->ib_count + acount) < mext_sz)) {
550 pext->ib_count += acount;
567 ASSERT(acount < iext->ib_count);
568 iext->ib_count -= acount;
569 iext->ib_offset += acount;
1097 int32_t error = 0, blkcount, acount; local
1137 acount = sz << l2b;
1168 acount
[all...]
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_util.c781 acpidev_set_compatible(acpidev_walk_info_t *infop, char **compat, int acount) argument
796 ASSERT(compat != NULL || acount == 0);
798 infop->awi_info == NULL || (compat == NULL && acount != 0)) {
805 count = acount;
825 for (j = 0; j < acount; j++) {
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_asconf.c391 int acount = 0; local
470 acount++;
477 if (acount > 0 || dcount > 0) {
478 if (acount > 0) {
479 asize = sizeof (in6_addr_t) * acount;
491 if (acount > 0)
504 acount = 0;
549 acount++;
567 * Update clustering's state for this assoc. Note acount/dcount
575 acount, dlis
630 uint_t acount = 0; local
[all...]
/illumos-gate/usr/src/lib/libiscsit/common/
H A Dlibiscsit.c1698 uint32_t acount = 0; local
1701 &arr, &acount);
1703 while (acount > 0) {
1704 if (strcasecmp(arr[acount - 1], "none") == 0) {
1707 if ((it_common_convert_sa(arr[acount - 1],
1709 PROPERR(errs, arr[acount - 1],
1713 acount--;
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c2255 int acount; local
2272 acount = length / sizeof (pci_regspec_t);
2273 for (i = 0; i < acount; i++) {
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c1397 int length, found = DDI_FAILURE, acount, i, ibridge; local
1412 acount = length / sizeof (pci_regspec_t);
1414 for (i = 0; i < acount; i++) {
2171 int acount; local
2218 acount = length / sizeof (pci_regspec_t);
2219 for (i = 0; i < acount; i++) {
2681 int acount; local
2696 acount = length / sizeof (pci_regspec_t);
2697 for (i = 0; i < acount; i++) {
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c1496 int length, found = DDI_FAILURE, acount, i, ibridge; local
1511 acount = length / sizeof (pci_regspec_t);
1513 for (i = 0; i < acount; i++) {
2247 int acount; local
2292 acount = length / sizeof (pci_regspec_t);
2293 for (i = 0; i < acount; i++) {
2918 int acount; local
2933 acount = length / sizeof (pci_regspec_t);
2934 for (i = 0; i < acount; i++) {
6165 int acount; local
6200 int acount, rcount; local
[all...]

Completed in 289 milliseconds