Home
last modified time | relevance | path

Searched refs:first_time (Results 1 – 22 of 22) sorted by relevance

/src/crypto/krb5/src/lib/
H A Dwin_glue.c240 static first_time = 1; in do_timebomb()
244 if (first_time) { in do_timebomb()
253 first_time = 0; in do_timebomb()
259 if (first_time) { in do_timebomb()
267 first_time = 0; in do_timebomb()
/src/usr.sbin/apmd/
H A Dapmdlex.l41 int first_time; variable
54 if (first_time) {
57 first_time = 0;
H A Dapmdparse.y44 extern int first_time;
78 : { first_time = 1; } config_list
H A Dapmd.c511 static int first_time=1, last_state; in check_battery() local
521 if (first_time) { in check_battery()
529 first_time = 0; in check_battery()
/src/contrib/less/
H A Dforwback.c24 public lbool first_time = TRUE; /* We're printing the first screen of output */ variable
271 } else if (!first_time && !is_filtering() && full_screen) in forw()
347 if ((first_time || less_is_more) && in forw()
374 first_time = FALSE; in forw()
H A Dmain.c80 extern lbool first_time;
630 first_time = TRUE; /* Don't print "skipping" or tildes */ in quit()
/src/sys/dev/random/fenestrasX/
H A Dfx_pool.c308 bool first_time, first_32; in fxrng_event_processor() local
320 first_time = event->he_size > 0 && in fxrng_event_processor()
322 if (__predict_false(first_time)) { in fxrng_event_processor()
/src/crypto/krb5/src/lib/kadm5/srv/
H A Dserver_init.c336 static int first_time = 1; in kadm5_init_krb5_context() local
337 if (first_time) { in kadm5_init_krb5_context()
342 first_time = 0; in kadm5_init_krb5_context()
/src/tools/tools/netmap/
H A Dpkt_hash.c115 static int first_time = 1; in sym_hash_fn() local
122 if (first_time) { in sym_hash_fn()
124 first_time = 0; in sym_hash_fn()
/src/contrib/ntp/ntpd/
H A Dntpsim.c468 static int first_time = 1;
476 if (first_time) {
480 first_time = 0;
/src/libexec/getty/
H A Dmain.c167 int first_sleep = 1, first_time = 1; in main() local
302 if (first_time && IF) { in main()
314 first_time = 0; in main()
/src/sys/netinet/
H A Dsctp_bsd_addr.c298 if (SCTP_BASE_VAR(first_time) == 0) { in sctp_addr_change()
300 SCTP_BASE_VAR(first_time) = 1; in sctp_addr_change()
H A Dsctp_pcb.h250 uint8_t first_time; member
H A Dsctp_usrreq.c80 SCTP_BASE_VAR(first_time) = 0; in sctp_init()
/src/contrib/libpcap/
H A Dpcap-sita.c64 int first_time; /* 0 = just opened via acn_open_live(), ie. the first time, NZ = nth time */ member
348 u->first_time = 0; in open_with_IOP()
372 u->first_time = 0; in pcap_cleanup_acn()
872 if (u->first_time == 0) { in acn_start_monitor()
880 u->first_time = 1; in acn_start_monitor()
/src/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp1566 int first_time = 1; in __kmp_get_load_balance() local
1591 if (first_time) { in __kmp_get_load_balance()
1604 first_time = 0; in __kmp_get_load_balance()
/src/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_y.y2383 static boolean_t first_time = TRUE; variable
2408 if (first_time)
2410 first_time = FALSE;
/src/contrib/ee/
H A Dnew_curse.c3269 int first_time; in doupdate() local
3546 first_time = TRUE; in doupdate()
3583 if ((first_time) && (virt->changed)) in doupdate()
3589 first_time = FALSE; in doupdate()
H A Dee.c2510 int first_time; /* if TRUE, the first time through the loop */ in get_line() local
2514 first_time = TRUE; in get_line()
2517 if (!first_time) in get_line()
2526 first_time = FALSE; in get_line()
/src/sys/dev/irdma/
H A Dirdma_utils.c927 bool first_time; in irdma_terminate_done() local
936 first_time = !(qp->term_flags & IRDMA_TERM_DONE); in irdma_terminate_done()
939 if (first_time) { in irdma_terminate_done()
/src/sys/dev/acpica/
H A Dacpi.c2678 static int first_time = 1; in acpi_enable_fixed_events() local
2685 if (first_time) in acpi_enable_fixed_events()
2692 if (first_time) in acpi_enable_fixed_events()
2696 first_time = 0; in acpi_enable_fixed_events()
/src/sys/dev/ciss/
H A Dciss.c3558 static int first_time = 1; in ciss_nop_complete() local
3562 if (first_time == 1) { in ciss_nop_complete()
3563 first_time = 0; in ciss_nop_complete()