Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/apmd/
H A Dapmdlex.l43 int first_time; variable
56 if (first_time) {
59 first_time = 0;
H A Dapmdparse.y46 extern int first_time;
80 : { first_time = 1; } config_list
H A Dapmd.c516 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 Dforwback.c143 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 Dfx_pool.c298 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 Dpkt_hash.c116 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 Dusername_providers.c184 svn_boolean_t first_time, in prompt_for_username_creds() argument
193 if (first_time) in prompt_for_username_creds()
H A Ddeprecated.c325 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 Dopt.c227 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 Dhash.c379 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 Dsimple_providers.c568 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 Dntpsim.c468 static int first_time = 1;
476 if (first_time) {
480 first_time = 0;
/freebsd-13.1/libexec/getty/
H A Dmain.c183 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 Dsctp_bsd_addr.c299 if (SCTP_BASE_VAR(first_time) == 0) { in sctp_addr_change()
301 SCTP_BASE_VAR(first_time) = 1; in sctp_addr_change()
H A Dsctp_pcb.h253 uint8_t first_time; member
H A Dsctp_usrreq.c83 SCTP_BASE_VAR(first_time) = 0; in sctp_init()
/freebsd-13.1/contrib/libpcap/
H A Dpcap-sita.c66 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 Dlog.c422 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 Dz_Windows_NT_util.cpp1533 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 Ddialog.c1878 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 Dosm_qos_parser_y.y2383 static boolean_t first_time = TRUE; variable
2408 if (first_time)
2410 first_time = FALSE;
/freebsd-13.1/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.c2317 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 Dacpi.c2240 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 Dciss.c3508 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()