| /freebsd-13.1/usr.sbin/apmd/ |
| H A D | apmdlex.l | 43 int first_time; variable 56 if (first_time) { 59 first_time = 0;
|
| H A D | apmdparse.y | 46 extern int first_time; 80 : { first_time = 1; } config_list
|
| H A D | apmd.c | 516 static int first_time=1, last_state; in check_battery() local 526 if (first_time) { in check_battery() 534 first_time = 0; in check_battery()
|
| /freebsd-13.1/contrib/less/ |
| H A D | forwback.c | 143 static int first_time = 1; local 199 } else if (!first_time && !is_filtering()) 264 if ((first_time || less_is_more) && 303 first_time = 0;
|
| /freebsd-13.1/sys/dev/random/fenestrasX/ |
| H A D | fx_pool.c | 298 bool first_time, first_32; in fxrng_event_processor() local 310 first_time = event->he_size > 0 && in fxrng_event_processor() 312 if (__predict_false(first_time)) { in fxrng_event_processor()
|
| /freebsd-13.1/tools/tools/netmap/ |
| H A D | pkt_hash.c | 116 static int first_time = 1; in sym_hash_fn() local 123 if (first_time) { in sym_hash_fn() 125 first_time = 0; in sym_hash_fn()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | username_providers.c | 184 svn_boolean_t first_time, in prompt_for_username_creds() argument 193 if (first_time) in prompt_for_username_creds()
|
| H A D | deprecated.c | 325 svn_boolean_t first_time; in print_command_info() local 332 first_time = TRUE; in print_command_info() 338 if (first_time) { in print_command_info() 340 first_time = FALSE; in print_command_info() 348 if (! first_time) in print_command_info() 564 svn_boolean_t first_time; in print_command_info2() local 571 first_time = TRUE; in print_command_info2() 577 if (first_time) { in print_command_info2() 579 first_time = FALSE; in print_command_info2() 587 if (! first_time) in print_command_info2()
|
| H A D | opt.c | 227 svn_boolean_t first_time; in print_command_info3() local 234 first_time = TRUE; in print_command_info3() 240 if (first_time) { in print_command_info3() 242 first_time = FALSE; in print_command_info3() 250 if (! first_time) in print_command_info3()
|
| H A D | hash.c | 379 int first_time = 1; in svn_hash_read() local 388 if (err && APR_STATUS_IS_EOF(err->apr_err) && first_time) in svn_hash_read() 399 first_time = 0; in svn_hash_read()
|
| H A D | simple_providers.c | 568 svn_boolean_t first_time, in prompt_for_simple_creds() argument 579 if (first_time) in prompt_for_simple_creds()
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | ntpsim.c | 468 static int first_time = 1; 476 if (first_time) { 480 first_time = 0;
|
| /freebsd-13.1/libexec/getty/ |
| H A D | main.c | 183 int first_sleep = 1, first_time = 1; in main() local 314 if (first_time && IF) { in main() 326 first_time = 0; in main()
|
| /freebsd-13.1/sys/netinet/ |
| H A D | sctp_bsd_addr.c | 299 if (SCTP_BASE_VAR(first_time) == 0) { in sctp_addr_change() 301 SCTP_BASE_VAR(first_time) = 1; in sctp_addr_change()
|
| H A D | sctp_pcb.h | 253 uint8_t first_time; member
|
| H A D | sctp_usrreq.c | 83 SCTP_BASE_VAR(first_time) = 0; in sctp_init()
|
| /freebsd-13.1/contrib/libpcap/ |
| H A D | pcap-sita.c | 66 int first_time; /* 0 = just opened via acn_open_live(), ie. the first time, NZ = nth time */ member 342 u->first_time = 0; in open_with_IOP() 366 u->first_time = 0; in pcap_cleanup_acn() 873 if (u->first_time == 0) { in acn_start_monitor() 881 u->first_time = 1; in acn_start_monitor()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_repos/ |
| H A D | log.c | 422 svn_boolean_t first_time; member 488 if (info->first_time) in get_history() 489 info->first_time = FALSE; in get_history() 1444 info->first_time = TRUE; in get_path_histories()
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | z_Windows_NT_util.cpp | 1533 int first_time = 1; in __kmp_get_load_balance() local 1558 if (first_time) { in __kmp_get_load_balance() 1571 first_time = 0; in __kmp_get_load_balance()
|
| /freebsd-13.1/contrib/dialog/ |
| H A D | dialog.c | 1878 bool first_time = TRUE; in main() local 2038 if (first_time) { in main() 2039 first_time = FALSE; in main()
|
| /freebsd-13.1/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;
|
| /freebsd-13.1/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 | 2317 int first_time; /* if TRUE, the first time through the loop */ local 2321 first_time = TRUE; 2324 if (!first_time) 2333 first_time = FALSE;
|
| /freebsd-13.1/sys/dev/acpica/ |
| H A D | acpi.c | 2240 static int first_time = 1; in acpi_enable_fixed_events() local 2247 if (first_time) in acpi_enable_fixed_events() 2254 if (first_time) in acpi_enable_fixed_events() 2258 first_time = 0; in acpi_enable_fixed_events()
|
| /freebsd-13.1/sys/dev/ciss/ |
| H A D | ciss.c | 3508 static int first_time = 1; in ciss_nop_complete() local 3512 if (first_time == 1) { in ciss_nop_complete() 3513 first_time = 0; in ciss_nop_complete()
|