Searched refs:done_flag (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/usr.bin/mkcsmapper/
H A Dyacc.y69 static u_int32_t done_flag = 0;
278 if ((done_flag & DF_SRC_ZONE)==0) {
282 if ((done_flag & DF_DST_UNIT_BITS)==0) {
287 if ((done_flag & DF_DST_INVALID) == 0)
289 if ((done_flag & DF_DST_ILSEQ) == 0)
291 if ((done_flag & DF_OOB_MODE) == 0)
418 if (done_flag & DF_TYPE) {
425 done_flag |= DF_TYPE;
433 if (done_flag & DF_NAME) {
440 done_flag |
[all...]
/freebsd-10-stable/contrib/byacc/
H A Dlr0.c540 int done_flag; local
548 done_flag = 0;
549 while (!done_flag)
551 done_flag = 1;
567 done_flag = 0;
H A Dlalr.c362 int done_flag; local
407 done_flag = 0;
408 while (!done_flag)
410 done_flag = 1;
417 done_flag = 0;
/freebsd-10-stable/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mtl_hca_guid.c553 boolean_t done_flag = FALSE; local
589 while (done_flag == FALSE) {
610 done_flag = TRUE;
/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
H A Dmain.c361 boolean_t done_flag = FALSE; local
406 while (done_flag == FALSE) {
424 done_flag = TRUE;
/freebsd-10-stable/sys/dev/mps/
H A Dmps_mapping.c889 unsigned char done_flag = 0, found_space; local
967 while (!done_flag) {
1089 done_flag = 1;
1310 u8 done_flag = 0, num_entries, m, i; local
1346 while (!done_flag) {
1347 done_flag = 1;
1352 done_flag = 0;
/freebsd-10-stable/sys/dev/mpr/
H A Dmpr_mapping.c928 unsigned char done_flag = 0, found_space; local
1006 while (!done_flag) {
1128 done_flag = 1;
1500 u8 done_flag = 0, num_entries, m, i; local
1536 while (!done_flag) {
1537 done_flag = 1;
1542 done_flag = 0;
/freebsd-10-stable/contrib/ofed/management/opensm/osmtest/
H A Dosmtest.c7051 boolean_t done_flag = FALSE; local
7060 while (done_flag == FALSE) {
7081 done_flag = TRUE;

Completed in 202 milliseconds