Searched refs:flag2 (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/ntp/conf/
H A Dpogo.conf6 fudge 127.127.6.1 refid GPS1 time1 -.002777 flag2 1
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_sigmask.c54 static volatile sig_atomic_t flag2; variable
147 flag2 = 1;
160 else if (flag == 1 && flag2 == 1 && thr_usr1 != thr_usr2)
163 printf("Failure: flag=%d, flag2=%d, thr1=%p, thr2=%p\n",
164 (int)flag, (int)flag2, (void *)thr_usr1, (void *)thr_usr2);
/freebsd-11-stable/usr.bin/comm/
H A Dcomm.c72 int ch, flag1, flag2, flag3; local
83 flag1 = flag2 = flag3 = 1;
91 flag2 = 0;
117 if (flag2)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsynch.h60 uint8_t flag2; member in struct:_lwp_mutex::__anon7866
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_enc_safte.c190 uint8_t flag2; member in struct:scfg
341 cfg->flag2 = buf[2];
766 buf[2] = cfg->flag2;
853 buf[2] = cfg->flag2;
881 buf[2] = cfg->flag2;
908 cfg->flag2 &= ~SAFT_FLG2_LOCKDOOR;
910 cfg->flag2 |= SAFT_FLG2_LOCKDOOR;
913 buf[2] = cfg->flag2;
920 cfg->flag2 &= ~SAFT_FLG1_ALARM;
922 cfg->flag2 |
[all...]
/freebsd-11-stable/sys/x86/x86/
H A Dx86_mem.c104 static int x86_mtrrconflict(int flag1, int flag2);
140 x86_mtrrconflict(int flag1, int flag2) argument
144 flag2 &= MDF_ATTRMASK;
145 if ((flag1 & MDF_UNKNOWN) || (flag2 & MDF_UNKNOWN))
147 if (flag1 == flag2 ||
148 (flag1 == MDF_WRITEBACK && flag2 == MDF_UNCACHEABLE) ||
149 (flag2 == MDF_WRITEBACK && flag1 == MDF_UNCACHEABLE))
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_urtwreg.h342 uint8_t flag2; member in struct:urtw_8187b_rxhdr
385 uint16_t flag2; member in struct:urtw_8187b_txhdr
420 uint8_t flag2; member in struct:urtw_8187l_rxhdr
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.h320 hmotion_node(hunits i, int flag1, int flag2, color *c, statem *s, argument
322 : node(nxt, s, divlevel), n(i), was_tab(flag1), unformat(flag2),
324 hmotion_node(hunits i, int flag1, int flag2, color *c, node *nxt = 0) argument
325 : node(nxt), n(i), was_tab(flag1), unformat(flag2), col(c) {}
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetarg.c583 int flag2 = 0; variable
589 { NULL, '2', arg_flag, &flag2, "two", NULL },
601 printf("flag2 = %d\n", flag2);
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_core.c2678 u_long flag, flag2; local
2720 flag2 = OP_EOL;
2723 flag2 = 0;
2726 flag2 = OP_EOL;
2729 flag2 = 0;
2747 *(*dma_prog)++ = operation | flag2 |
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h2194 bool flag2 : 1; member in struct:kmp_task_affinity_info::__anon13

Completed in 283 milliseconds