Home
last modified time | relevance | path

Searched refs:counter (Results 51 – 75 of 147) sorted by relevance

123456

/illumos-gate/usr/src/boot/i386/libi386/
H A Dpxe.c151 int counter; in pxe_init() local
178 for (counter = 0; counter < pxenv_p->Length; counter++) in pxe_init()
199 for (counter = 0; counter < pxe_p->StructLength; in pxe_init()
200 counter++) { in pxe_init()
/illumos-gate/usr/src/cmd/rpcsvc/
H A Dspray_subr.c48 cumul.counter++;
74 cumul.counter = 0;
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dsio.S51 movb $0x80,%ch # counter
54 loop sio_flush.1 # or counter is zero
64 movb $0x40,%ch # counter
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwinwstr.c39 int counter = 0; in winwstr() local
77 return (counter); in winwstr()
H A Dvidupdate.c177 int counter = max_attributes, i, j, tempmode; in _change_video() local
190 if ((j = counter) >= 0) { in _change_video()
/illumos-gate/usr/src/cmd/tzreload/
H A Dtzreload.c225 uint32_t counter; in counter_get() local
235 counter = *(uint32_t *)(uintptr_t)addr; in counter_get()
240 (void) printf("%u\n", counter); in counter_get()
242 (void) printf("%-20s %u\n", zname, counter); in counter_get()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_common.kshlib48 typeset -i counter=${4:-0}
64 while (( i < counter )); do
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c869 int counter = 0; in is_option() local
899 while (counter <= (value_len-1)) { in is_option()
900 value[counter] = opt_string[opt_len+counter]; in is_option()
901 counter = counter + 1; in is_option()
906 value[counter] = '\0'; in is_option()
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dlocore.S545 / as desired. The simplistic approach of reading the TSC counter and
546 / correlating to the PIT counter cannot be naively followed. Instead estimates
548 / and then the TSC and PIT counter are correlated. In practice very rarely
550 / taken to prevent the PIT counter from wrapping beyond its resolution and for
556 / counter may even wrap. If this value is too small, then on fast machines
557 / the PIT counter may count so few ticks that the resolution of the PIT
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.implicit_dependencies.no_structs291 … (struct atomic_t)->counter, (struct user_namespace)->level, (struct kuid_t)->val, (struct kgid_t)…
294counter, (struct callback_head)->func, (struct pid_namespace)->last_pid, (struct pid_namespace)->n…
317 SYSC_getresuid write_list: [(struct atomic_t)->counter, (struct kuid_t)->val, (struct kgid_t)->val,…
319 SYSC_getresgid write_list: [(struct atomic_t)->counter, (struct kuid_t)->val, (struct kgid_t)->val,…
320 SYSC_setfsuid write_list: [(struct atomic_t)->counter, (struct kuid_t)->val, (struct kgid_t)->val, …
321 SYSC_setfsgid write_list: [(struct atomic_t)->counter, (struct kuid_t)->val, (struct kgid_t)->val, …
372 SYSC_capset write_list: [(struct atomic_t)->counter, (struct kuid_t)->val, (struct kgid_t)->val, (s…
390 SYSC_getresuid16 write_list: [(struct atomic_t)->counter, (struct kuid_t)->val, (struct kgid_t)->va…
391 SYSC_getresgid16 write_list: [(struct atomic_t)->counter, (struct kuid_t)->val, (struct kgid_t)->va…
412 SYSC_set_mempolicy write_list: [(struct atomic_t)->counter, (struct mempolicy)->mode, (struct mempo…
[all …]
/illumos-gate/usr/src/cmd/cdrw/
H A Dcopycd.c405 int counter; in copy_cd() local
411 for (counter = 0; counter < 200; counter++) { in copy_cd()
/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++;
876 counter,
906 for (counter=0; counter<entry->n_key_data; counter++) {
962 int counter, i, j; local
1015 counter = 0;
1017 counter++;
1056 for (counter = 0;
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa_enc.c172 uint8_t zero = 0, counter = 0; in sha1_prf() local
186 addr[3] = &counter; in sha1_prf()
200 counter++; in sha1_prf()
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_sign.c252 state->counter = -1; in ns_sign_tcp_init()
285 state->counter++; in ns_sign_tcp2()
286 if (state->counter == 0) in ns_sign_tcp2()
306 if (done == 0 && (state->counter % 100 != 0)) in ns_sign_tcp2()
/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_entp_algs.c44 #define MSBSTEP(word, shift, counter) \ argument
47 counter += shift; \
/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Ddynamic.c17 counter
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c2193 unsigned int counter, version; in soft_keystore_put_new_obj() local
2261 if (readn_nointr(fd, &counter, KS_COUNTER_SIZE) != KS_COUNTER_SIZE) { in soft_keystore_put_new_obj()
2264 counter = SWAP32(counter); in soft_keystore_put_new_obj()
2269 get_pub_obj_path(pub_obj_path), OBJ_PREFIX, counter); in soft_keystore_put_new_obj()
2272 get_pri_obj_path(pri_obj_path), OBJ_PREFIX, counter); in soft_keystore_put_new_obj()
2387 "obj%d", counter); in soft_keystore_put_new_obj()
2393 counter++; in soft_keystore_put_new_obj()
2394 counter = SWAP32(counter); in soft_keystore_put_new_obj()
2395 if (writen_nointr(tmp_ks_fd, (void *)&counter, in soft_keystore_put_new_obj()
2396 sizeof (counter)) != sizeof (counter)) { in soft_keystore_put_new_obj()
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_logging.c439 sip_get_counter_value(int group, int counter, void *cntval, size_t cntlen) in sip_get_counter_value() argument
443 if ((counter == SIP_COUNTER_START_TIME || counter == in sip_get_counter_value()
451 switch (counter) { in sip_get_counter_value()
/illumos-gate/usr/src/head/rpcsvc/
H A Dspray.x47 unsigned int counter; member
/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodds1337.c738 int counter = 4; in todds1337_read_rtc() local
774 while (tod_read[0] == -1 && counter > 0) { in todds1337_read_rtc()
790 counter--; in todds1337_read_rtc()
797 counter-- > 0); in todds1337_read_rtc()
799 if (counter < 0) in todds1337_read_rtc()
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrncpy.S112 bcs,pn %ncc,.lastword ! if counter wraps, last word
272 bcs,pn %ncc,.lastword ! if counter wraps, last word
290 bcs,pn %ncc,.lastword ! if counter wraps, last word
308 bcs,pn %ncc,.lastword ! if counter wraps, last word
326 bcs,pn %ncc,.lastword ! if counter wraps, last word
H A Dstrlcpy.S105 bcs,pn %ncc, .lastword ! if counter wraps, last word
170 sub %g4, 8, %g4 ! undo counter pre-increment
261 bcs,pn %ncc, .lastword ! if counter wraps, last word
279 bcs,pn %ncc, .lastword ! if counter wraps, last word
297 bcs,pn %ncc, .lastword ! if counter wraps, last word
315 bcs,pn %ncc, .lastword ! if counter wraps, last word
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c1652 *counter = DROPPER(ipss, ipds_spd_got_ah); in ipsec_check_ipsecin_action()
1682 *counter = DROPPER(ipss, in ipsec_check_ipsecin_action()
1705 *counter = DROPPER(ipss, in ipsec_check_ipsecin_action()
1844 counter, ns)); in ipsec_check_ipsecin_latch()
1865 kstat_named_t *counter; in ipsec_check_ipsecin_policy() local
1905 ipha, ip6h, &reason, &counter, ns)) { in ipsec_check_ipsecin_policy()
2122 kstat_named_t *counter; in ipsec_check_global_policy() local
2168 counter = DROPPER(ipss, ipds_spd_nomem); in ipsec_check_global_policy()
2221 counter = DROPPER(ipss, ipds_spd_got_clear); in ipsec_check_global_policy()
2594 kstat_named_t *counter; in ipsec_check_inbound_policy() local
[all …]
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dparser.c53 int counter = 1; in usb_parse_data() local
72 if (counter++ > structlen) { in usb_parse_data()
159 counter--; in usb_parse_data()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c640 uint32_t *counter; in hpet_read_main_counter_value() local
643 counter = (uint32_t *)HPET_MAIN_COUNTER_ADDRESS(hip->logical_address); in hpet_read_main_counter_value()
649 value = (uint64_t)*counter; in hpet_read_main_counter_value()
658 high2 = counter[1]; in hpet_read_main_counter_value()
661 low = counter[0]; in hpet_read_main_counter_value()
662 high2 = counter[1]; in hpet_read_main_counter_value()

123456