Searched refs:first_time (Results 1 - 19 of 19) sorted by relevance

/freebsd-current/usr.sbin/apmd/
H A Dapmdlex.l41 int first_time;
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; local
521 if (first_time) {
529 first_time = 0;
/freebsd-current/contrib/less/
H A Dforwback.c25 public int first_time = 1; variable
274 } else if (!first_time && !is_filtering() && full_screen)
339 if ((first_time || less_is_more) &&
396 first_time = 0;
H A Dmain.c67 extern int first_time;
419 first_time = 1; /* Don't print "skipping" or tildes */
/freebsd-current/tools/tools/netmap/
H A Dpkt_hash.c115 static int first_time = 1; local
122 if (first_time) {
124 first_time = 0;
/freebsd-current/sys/dev/random/fenestrasX/
H A Dfx_pool.c298 bool first_time, first_32; local
310 first_time = event->he_size > 0 &&
312 if (__predict_false(first_time)) {
365 /* !first_time */
/freebsd-current/contrib/ntp/ntpd/
H A Dntpsim.c468 static int first_time = 1;
476 if (first_time) {
480 first_time = 0;
/freebsd-current/sys/netinet/
H A Dsctp_bsd_addr.c296 if (SCTP_BASE_VAR(first_time) == 0) {
298 SCTP_BASE_VAR(first_time) = 1;
H A Dsctp_pcb.h250 uint8_t first_time; member in struct:sctp_base_info
H A Dsctp_usrreq.c80 SCTP_BASE_VAR(first_time) = 0;
/freebsd-current/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 in struct:unit
350 u->first_time = 0;
374 u->first_time = 0;
874 if (u->first_time == 0) {
882 u->first_time = 1;
/freebsd-current/libexec/getty/
H A Dmain.c167 int first_sleep = 1, first_time = 1; local
302 if (first_time && IF) {
314 first_time = 0;
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp1566 int first_time = 1; local
1591 if (first_time) {
1604 first_time = 0;
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_y.y2383 static boolean_t first_time = TRUE;
2408 if (first_time)
2410 first_time = FALSE;
/freebsd-current/sys/dev/irdma/
H A Dirdma_utils.c855 bool first_time; local
864 first_time = !(qp->term_flags & IRDMA_TERM_DONE);
867 if (first_time) {
/freebsd-current/contrib/ee/
H A Dee.c2307 int first_time; /* if TRUE, the first time through the loop */ local
2311 first_time = TRUE;
2314 if (!first_time)
2323 first_time = FALSE;
/freebsd-current/sys/dev/acpica/
H A Dacpi.c2506 static int first_time = 1; local
2513 if (first_time)
2520 if (first_time)
2524 first_time = 0;
/freebsd-current/sys/dev/ciss/
H A Dciss.c3496 static int first_time = 1; local
3500 if (first_time == 1) {
3501 first_time = 0;

Completed in 325 milliseconds