flg 210 compat/hpux/hpux_file.c int arg, mode, error, flg = F_POSIX;
flg 253 compat/hpux/hpux_file.c flg |= F_WAIT;
flg 286 compat/hpux/hpux_file.c error = VOP_ADVLOCK(vp, (caddr_t)p, F_SETLK, &fl, flg);
flg 295 compat/hpux/hpux_file.c error = VOP_ADVLOCK(vp, (caddr_t)p, F_SETLK, &fl, flg);
flg 968 compat/sunos/sunos_ioctl.c long flg;
flg 974 compat/sunos/sunos_ioctl.c flg = (long)SCARG(uap, arg);
flg 977 compat/sunos/sunos_ioctl.c if (flg & sunfcntl_flgtab[n].sun_flg) {
flg 978 compat/sunos/sunos_ioctl.c flg &= ~sunfcntl_flgtab[n].sun_flg;
flg 979 compat/sunos/sunos_ioctl.c flg |= sunfcntl_flgtab[n].bsd_flg;
flg 982 compat/sunos/sunos_ioctl.c SCARG(uap, arg) = (void *)flg;
flg 1700 dev/i2o/iop.c u_int rv, i, nsegs, flg, off, xn;
flg 1753 dev/i2o/iop.c flg = I2O_SGL_SIMPLE | I2O_SGL_DATA_OUT;
flg 1755 dev/i2o/iop.c flg = I2O_SGL_SIMPLE;
flg 1758 dev/i2o/iop.c p[0] = (u_int32_t)ds->ds_len | flg;
flg 1763 dev/i2o/iop.c p[0] = (u_int32_t)ds->ds_len | flg | I2O_SGL_END_BUFFER;
flg 1802 dev/i2o/iop.c u_int rv, i, nsegs, off, slen, tlen, flg;
flg 1857 dev/i2o/iop.c flg = I2O_SGL_SIMPLE | I2O_SGL_DATA_OUT;
flg 1859 dev/i2o/iop.c flg = I2O_SGL_SIMPLE;
flg 1862 dev/i2o/iop.c p[0] = (u_int32_t)ds->ds_len | flg;
flg 1866 dev/i2o/iop.c p[0] = (u_int32_t)ds->ds_len | flg | I2O_SGL_END_BUFFER |
flg 747 dev/ic/dpt.c dpt_alloc_ccb(sc, flg)
flg 749 dev/ic/dpt.c int flg;
flg 763 dev/ic/dpt.c if ((flg & XS_CTL_NOSLEEP) != 0) {
flg 766 dev/ic/dpt.c if ((flg & SCSI_NOSLEEP) != 0) {
flg 1088 dev/pci/if_lmc.c int flg;
flg 1091 dev/pci/if_lmc.c flg = LMC_CTL_FLGS(letoh32(eop->d_ctl));
flg 1092 dev/pci/if_lmc.c flg &= TULIP_DFLAG_ENDRING;
flg 1093 dev/pci/if_lmc.c flg |= TULIP_DFLAG_TxNOPADDING;
flg 1095 dev/pci/if_lmc.c flg |= TULIP_DFLAG_TxHASCRC;
flg 1099 dev/pci/if_lmc.c eop->d_ctl = htole32(LMC_CTL(flg,
flg 1107 dev/pci/if_lmc.c int flg;
flg 1110 dev/pci/if_lmc.c flg = LMC_CTL_FLGS(letoh32(eop->d_ctl));
flg 1111 dev/pci/if_lmc.c flg &= TULIP_DFLAG_ENDRING;
flg 1112 dev/pci/if_lmc.c flg |= TULIP_DFLAG_TxNOPADDING;
flg 1114 dev/pci/if_lmc.c flg |= TULIP_DFLAG_TxHASCRC;
flg 1118 dev/pci/if_lmc.c eop->d_ctl = htole32(LMC_CTL(flg,
flg 471 dev/rasops/rasops.c rasops_alloc_cattr(cookie, fg, bg, flg, attr)
flg 473 dev/rasops/rasops.c int fg, bg, flg;
flg 482 dev/rasops/rasops.c if ((flg & WSATTR_BLINK) != 0)
flg 485 dev/rasops/rasops.c if ((flg & WSATTR_WSCOLORS) == 0) {
flg 490 dev/rasops/rasops.c if ((flg & WSATTR_REVERSE) != 0) {
flg 496 dev/rasops/rasops.c if ((flg & WSATTR_HILIT) != 0)
flg 499 dev/rasops/rasops.c flg = ((flg & WSATTR_UNDERLINE) ? 1 : 0);
flg 502 dev/rasops/rasops.c flg |= 2;
flg 505 dev/rasops/rasops.c flg |= 4;
flg 507 dev/rasops/rasops.c *attr = (bg << 16) | (fg << 24) | flg;
flg 515 dev/rasops/rasops.c rasops_alloc_mattr(cookie, fg, bg, flg, attr)
flg 517 dev/rasops/rasops.c int fg, bg, flg;
flg 522 dev/rasops/rasops.c if ((flg & (WSATTR_BLINK | WSATTR_HILIT | WSATTR_WSCOLORS)) != 0)
flg 528 dev/rasops/rasops.c if ((flg & WSATTR_REVERSE) != 0) {
flg 534 dev/rasops/rasops.c *attr = (bg << 16) | (fg << 24) | ((flg & WSATTR_UNDERLINE) ? 7 : 6);
flg 133 dev/wsfont/wsfont.c u_short flg;
flg 482 dev/wsfont/wsfont.c ent->flg = 0;
flg 490 dev/wsfont/wsfont.c ent->flg = WSFONT_STATIC;
flg 499 dev/wsfont/wsfont.c ent->flg = 0;
flg 526 dev/wsfont/wsfont.c if ((ent->flg & WSFONT_BUILTIN) != 0 || ent->lockcount != 0) {
flg 532 dev/wsfont/wsfont.c if ((ent->flg & WSFONT_STATIC) != 0) {
flg 610 dev/wsfont/wsfont.c wsfont_getflg(cookie, flg, lc)
flg 611 dev/wsfont/wsfont.c int cookie, *flg, *lc;
flg 619 dev/wsfont/wsfont.c *flg = ent->flg;
flg 304 kern/kern_descrip.c int i, tmp, newmin, flg = F_POSIX;
flg 404 kern/kern_descrip.c flg |= F_WAIT;
flg 434 kern/kern_descrip.c error = (VOP_ADVLOCK(vp, (caddr_t)p, F_SETLK, &fl, flg));
flg 443 kern/kern_descrip.c error = (VOP_ADVLOCK(vp, (caddr_t)p, F_SETLK, &fl, flg));