| /src/crypto/krb5/src/lib/ |
| H A D | win_glue.c | 240 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 D | apmdlex.l | 41 int first_time; variable 54 if (first_time) { 57 first_time = 0;
|
| H A D | apmdparse.y | 44 extern int first_time; 78 : { first_time = 1; } config_list
|
| H A D | apmd.c | 511 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 D | forwback.c | 24 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 D | main.c | 80 extern lbool first_time; 630 first_time = TRUE; /* Don't print "skipping" or tildes */ in quit()
|
| /src/sys/dev/random/fenestrasX/ |
| H A D | fx_pool.c | 308 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 D | server_init.c | 336 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 D | pkt_hash.c | 115 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 D | ntpsim.c | 468 static int first_time = 1; 476 if (first_time) { 480 first_time = 0;
|
| /src/libexec/getty/ |
| H A D | main.c | 167 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 D | sctp_bsd_addr.c | 298 if (SCTP_BASE_VAR(first_time) == 0) { in sctp_addr_change() 300 SCTP_BASE_VAR(first_time) = 1; in sctp_addr_change()
|
| H A D | sctp_pcb.h | 250 uint8_t first_time; member
|
| H A D | sctp_usrreq.c | 80 SCTP_BASE_VAR(first_time) = 0; in sctp_init()
|
| /src/contrib/libpcap/ |
| H A D | pcap-sita.c | 64 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 D | z_Windows_NT_util.cpp | 1566 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 D | osm_qos_parser_y.y | 2383 static boolean_t first_time = TRUE; variable 2408 if (first_time) 2410 first_time = FALSE;
|
| /src/contrib/ee/ |
| H A D | new_curse.c | 3269 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 D | ee.c | 2510 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 D | irdma_utils.c | 927 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 D | acpi.c | 2678 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 D | ciss.c | 3558 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()
|