Searched refs:first_time (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-11-stable/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-11-stable/contrib/ee/
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-11-stable/sys/dev/acpica/
H A Dacpi.c2143 static int first_time = 1; local
2150 if (first_time)
2157 if (first_time)
2161 first_time = 0;
/freebsd-11-stable/contrib/gcc/
H A Dloop-iv.c248 bool first_time = (df == NULL); local
253 if (first_time)
/freebsd-11-stable/sys/dev/ciss/
H A Dciss.c3532 static int first_time = 1; local
3536 if (first_time == 1) {
3537 first_time = 0;
/freebsd-11-stable/sys/netinet/
H A Dsctp_usrreq.c82 SCTP_BASE_VAR(first_time) = 0;

Completed in 281 milliseconds

12