Searched defs:counter (Results 76 - 97 of 97) sorted by relevance

1234

/illumos-gate/usr/src/lib/libpp/common/
H A Dpplib.h203 struct counter /* monitoring counters */ struct
340 struct counter counter; /* monitoring counters */ \
405 #define count(x) pp.counter.x++
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c1091 int counter = 0; local
1095 for (counter = 0;
1096 counter < input->wwnCount;
1097 counter++) {
1098 if (strcmp(input->wwn_argv[counter],
1101 input->wwn_flag[counter]++;
1295 * which is a counter will be used to count how many rpnodes
1333 * unsolved_inserted counter. We will utilize this
1334 * counter to detect an indefinite insertion loop.
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c796 int counter, skip, i, j; local
852 counter = skip = 0;
861 counter++;
866 counter++;
871 if (counter + skip == entry->n_tl_data) {
876 counter,
906 for (counter=0; counter<entry->n_key_data; counter++) {
907 kdata = &entry->key_data[counter];
962 int counter, i, j; local
[all...]
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c779 int counter; local
859 for (counter = 0;
860 counter < arglist->serviceAuthenticationMethod->count;
861 counter++) {
864 arglist->serviceAuthenticationMethod->optlist[counter],
867 for (counter = 0;
868 counter < arglist->serviceCredentialLevel->count;
869 counter++) {
872 arglist->serviceCredentialLevel->optlist[counter],
875 for (counter
1093 int counter; local
1340 int counter; local
2268 int counter; local
2401 int counter; local
3344 int counter; local
3391 int counter; local
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_clnt.c2071 * sets the asyncstall counter to zero.
2073 * also bumps the asyncstall counter.
2440 int threads, counter; local
2456 counter = 0;
2481 * No progress seen, increment retry counter
2483 if (counter++ > NUM_RETRIES) {
2488 * Reset counter, as we've made progress
2490 counter = 0;
/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c221 0xFFFFFFFFull, /* DMA counter register */
236 0xFFFFull, /* DMA counter register */
2091 int counter; local
2119 counter = 4; /* Supported pages start at byte 4, with 0x00 */
2125 while ((page_list[counter] <= 0x83) &&
2126 (counter <= (page_list[VPD_PAGE_LENGTH] +
2133 switch (page_list[counter]) {
2141 counter++;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h109 uint32_t counter; member in struct:timed_counter
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c913 int counter = 0; local
945 counter++;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c2580 * XXX We have replay counter wrapping. We probably
3641 kstat_named_t *counter; local
3719 counter = DROPPER(ipss, ipds_ah_replay);
3745 counter = DROPPER(ipss, ipds_ah_bytes_expire);
3775 counter = DROPPER(ipss, ipds_ah_bytes_expire);
3854 ip_drop_packet(phdr_mp, B_TRUE, ira->ira_ill, counter,
H A Dipsecesp.c791 kstat_named_t **counter, ipsecesp_stack_t *espstack)
857 *counter = DROPPER(ipss, ipds_esp_bad_padlen);
908 *counter = DROPPER(ipss, ipds_esp_bad_padlen);
937 *counter = DROPPER(ipss, ipds_esp_bad_padding);
943 * they're ascending. Go backwards using a descending counter
973 *counter = DROPPER(ipss,
1647 kstat_named_t *counter; local
1714 counter = DROPPER(ipss, ipds_esp_replay);
1735 counter = DROPPER(ipss, ipds_esp_bytes_expire);
1745 ivlen, &counter, espstac
790 esp_strip_header(mblk_t *data_mp, boolean_t isv4, uint32_t ivlen, kstat_named_t **counter, ipsecesp_stack_t *espstack) argument
[all...]
H A Dsadb.c3124 * traffic cannot enforce a replay counter w/o synchronizing the
4647 * If an inbound SA, update the replay counter
7323 sadb_whack_label_v4(mblk_t *mp, ipsa_t *assoc, kstat_named_t *counter, argument
7361 ip_drop_packet(mp, B_FALSE, NULL, counter, dropper);
7403 sadb_whack_label_v6(mblk_t *mp, ipsa_t *assoc, kstat_named_t *counter, argument
7450 ip_drop_packet(mp, B_FALSE, NULL, counter, dropper);
7495 kstat_named_t *counter, ipdropper_t *dropper)
7505 mp = sadb_whack_label_v4(mp, assoc, counter, dropper);
7517 mp = sadb_whack_label_v6(mp, assoc, counter, dropper);
7711 /* For non counter mode
7494 sadb_whack_label(mblk_t *mp, ipsa_t *assoc, ip_xmit_attr_t *ixa, kstat_named_t *counter, ipdropper_t *dropper) argument
[all...]
H A Dspd.c244 struct kstat_named *counter, ipdropper_t *who_called)
253 ip_drop_packet(mp, inbound, ill, counter, who_called);
1044 /* Always bump the policy failure counter. */
1523 kstat_named_t **counter, uint64_t pkt_unique, netstack_t *ns)
1552 *counter = DROPPER(ipss, ipds_spd_ah_innermismatch);
1558 *counter = DROPPER(ipss, ipds_spd_esp_innermismatch);
1566 ipha_t *ipha, ip6_t *ip6h, const char **reason, kstat_named_t **counter,
1592 *counter = DROPPER(ipss, ipds_spd_loopback_mismatch);
1608 *counter = DROPPER(ipss, ipds_spd_explicit);
1614 *counter
243 ip_drop_packet_chain(mblk_t *mp, boolean_t inbound, ill_t *ill, struct kstat_named *counter, ipdropper_t *who_called) argument
1522 ipsec_check_ipsecin_unique(ip_recv_attr_t *ira, const char **reason, kstat_named_t **counter, uint64_t pkt_unique, netstack_t *ns) argument
1565 ipsec_check_ipsecin_action(ip_recv_attr_t *ira, mblk_t *mp, ipsec_action_t *ap, ipha_t *ipha, ip6_t *ip6h, const char **reason, kstat_named_t **counter, netstack_t *ns) argument
1799 ipsec_check_ipsecin_latch(ip_recv_attr_t *ira, mblk_t *mp, ipsec_latch_t *ipl, ipsec_action_t *ap, ipha_t *ipha, ip6_t *ip6h, const char **reason, kstat_named_t **counter, conn_t *connp, netstack_t *ns) argument
1864 kstat_named_t *counter; local
2121 kstat_named_t *counter; local
2593 kstat_named_t *counter; local
[all...]
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c3282 int counter; local
3291 for (counter = 0;
3292 counter < DADKIO_ERROR_INFO_LEN; counter++)
3293 rwcmd.status.add_error_info[counter] =
3294 rwcmd32.status.add_error_info[counter];
/illumos-gate/usr/src/head/arpa/
H A Dnameser.h303 int counter; member in struct:ns_tcp_tsig_state
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c2090 unsigned char counter; local
2101 counter = 0;
2107 SHA1_Update(&c, &counter, 1);
2117 counter++;
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c238 0xFFFFFFFFU, /* DMA counter register */
6585 int counter = 0; local
6648 counter++;
6654 if (counter) {
7063 /* reset the counter as FW is up after OCR */
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c8235 _ii_ab_cnt_bits(_ii_info_t *ip, nsc_off_t bm_offset, nsc_size_t *counter, argument
8250 *counter = 0;
8284 *counter += k;
8855 _ii_km_cnt_bits(_ii_info_t *ip, nsc_off_t bm_offset, nsc_size_t *counter, argument
8869 *counter = k;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c895 int counter = 0; local
906 if (counter < n) {
908 counter++;
910 counter, next);
920 return counter * ETH_ALEN;
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_page.c4314 int counter = 0; local
4324 if (++counter > SYNC_PROGRESS_NPAGES) {
4325 counter = 0;
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c5791 int counter; local
5823 counter = 4; /* Supported pages start at byte 4, with 0x00 */
5829 while ((page_list[counter] <= 0xB1) &&
5830 (counter <= (page_list[VPD_PAGE_LENGTH] +
5837 switch (page_list[counter]) {
5860 counter++;
6001 * If the start-stop cycle counter log page is not supported
6018 * The start stop cycle counter is implemented as page
6065 * If the Log sense for Page( Start/stop cycle counter page)
9903 * Just increment a counter i
[all...]
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c540 * Atomically increment a specified error counter from probe context.
543 dtrace_error(uint32_t *counter) argument
556 oval = *counter;
560 * If the counter would wrap, set it to 1 -- assuring
561 * that the counter is never zero when we have seen
562 * errors. (The counter must be 32-bits because we
575 } while (dtrace_cas32(counter, oval, nval) != oval);
1746 * variable can be allocated. If NULL is returned, the appropriate counter
2083 * counter, take another lap.
2406 * dropped, and a corresponding counter incremente
[all...]
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_drv.h228 uint32_t counter; member in struct:drm_i915_private

Completed in 276 milliseconds

1234