/src/sys/dev/rcons/ |
rcons_subr.c | 480 int flg; local in function:rcons_setcolor 489 flg = bg; 491 fg = flg; 497 flg = bg; 499 fg = flg; 506 flg = (rc->rc_wsflg | WSATTR_WSCOLORS) & rc->rc_supwsflg; 509 rc->rc_ops->allocattr(rc->rc_cookie, fg, bg, flg, &rc->rc_attr);
|
/src/usr.sbin/tpctl/ |
main.c | 384 int flg, n, error; local in function:check_esc 394 if ((flg = fcntl(fd, F_GETFL)) == -1) 396 if (fcntl(fd, F_SETFL, flg | O_NONBLOCK) == -1) 400 fcntl(fd, F_SETFL, flg);
|
/src/lib/libskey/ |
skeylogin.c | 450 u_char hseed[SKEY_MAX_SEED_LEN], flg = 1, *up; local in function:skey_authenticate 498 flg = 0; 503 flg = 0; 510 if (flg == 0) {
|
/src/sys/arch/x68k/stand/loadbsd/ |
loadbsd.c | 454 char *p, **flg, **arg; local in function:main 460 for (arg = flg = argv + 1; (p = *flg) && *p == '-'; ) { 512 flg = ++arg;
|
/src/sys/kern/ |
sys_descrip.c | 242 int error, flg; local in function:do_fcntl_lock 253 flg = F_POSIX; 258 flg |= F_WAIT; 274 error = (*fo_advlock)(fp, p, F_SETLK, fl, flg); 287 error = (*fo_advlock)(fp, p, F_SETLK, fl, flg);
|
/src/games/hack/ |
hack.end.c | 335 int flg = 0; local in function:topten 394 flg++; /* ask for a rewrite */ 413 flg++; 426 if (flg) { /* rewrite record file */ 449 if (flg) 691 int flg = 0; local in function:prscore 749 flg++; 759 flg++; 764 if (!flg) {
|
/src/sys/compat/sunos/ |
sunos_ioctl.c | 1028 long flg; local in function:sunos_sys_fcntl 1039 flg = (long)SCARG(uap, arg); 1042 if (flg & sunfcntl_flgtab[n].sun_flg) { 1043 flg &= ~sunfcntl_flgtab[n].sun_flg; 1044 flg |= sunfcntl_flgtab[n].bsd_flg; 1047 SCARG(&bsd_ua, arg) = (void *)flg;
|
/src/sys/compat/sunos32/ |
sunos32_ioctl.c | 1060 uintptr_t flg; local in function:sunos32_sys_fcntl 1069 flg = (intptr_t)SCARG_P32(uap, arg); 1072 if (flg & sunfcntl_flgtab[n].sun_flg) { 1073 flg &= ~sunfcntl_flgtab[n].sun_flg; 1074 flg |= sunfcntl_flgtab[n].bsd_flg; 1077 SCARG(&bsd_ua, arg) = (void *)flg;
|
/src/bin/pax/ |
options.c | 283 u_int64_t flg = 0; local in function:pax_options 302 flg |= AF; 308 flg |= BF; 319 flg |= CF; 326 flg |= DF; 333 flg |= FF; 340 flg |= IF; 353 flg |= KF; 360 flg |= LF; 367 flg |= NF 1514 u_int64_t flg = 0; local in function:cpio_options [all...] |
/src/sys/arch/acorn32/podulebus/ |
escvar.h | 53 * DMA chain block. If flg == ESC_CHAIN_PRG or flg == ESC_CHAIN_BUMP then 54 * ptr is a VIRTUAL address. If flg == ESC_CHAIN_DMA then ptr is a PHYSICAL 60 short flg; member in struct:esc_dma_chain
|
sfasvar.h | 53 * DMA chain block. If flg == SFAS_CHAIN_PRG or flg == SFAS_CHAIN_BUMP then 54 * ptr is a VIRTUAL address. If flg == SFAS_CHAIN_DMA then ptr is a PHYSICAL 60 short flg; member in struct:sfas_dma_chain
|
/src/sys/arch/x68k/stand/libdos/ |
dos.h | 138 unsigned char flg; member in struct:dos_namestbuf 168 unsigned char flg; member in struct:dos_dpbptr
|
/src/sys/dev/pci/ |
mly.c | 1690 int flg, nseg, rv; local in function:mly_ccb_map 1741 flg = BUS_DMASYNC_PREREAD; 1744 flg = BUS_DMASYNC_PREWRITE; 1747 bus_dmamap_sync(mly->mly_dmat, mc->mc_datamap, 0, mc->mc_length, flg); 1767 int flg; local in function:mly_ccb_unmap 1776 flg = BUS_DMASYNC_POSTREAD; 1778 flg = BUS_DMASYNC_POSTWRITE; 1780 bus_dmamap_sync(mly->mly_dmat, mc->mc_datamap, 0, mc->mc_length, flg);
|
/src/sys/dev/i2o/ |
iop.c | 1858 u_int rv, i, nsegs, flg, off, xn; local in function:iop_msg_map 1912 flg = I2O_SGL_SIMPLE | I2O_SGL_DATA_OUT; 1914 flg = I2O_SGL_SIMPLE; 1917 p[0] = (u_int32_t)ds->ds_len | flg; 1922 p[0] = (u_int32_t)ds->ds_len | flg | I2O_SGL_END_BUFFER; 1961 u_int rv, i, nsegs, off, slen, tlen, flg; local in function:iop_msg_map_bio 2017 flg = I2O_SGL_SIMPLE | I2O_SGL_DATA_OUT; 2019 flg = I2O_SGL_SIMPLE; 2022 p[0] = (u_int32_t)ds->ds_len | flg; 2026 p[0] = (u_int32_t)ds->ds_len | flg | I2O_SGL_END_BUFFER [all...] |
/src/sys/dev/scsipi/ |
ses.c | 506 int dl, flg, error; local in function:ses_runcmd 511 flg = XS_CTL_DATA_OUT; 513 flg = XS_CTL_DATA_IN; 517 flg = 0; 525 flg |= XS_CTL_SILENT; 528 (u_char *) dptr, dl, SCSIPIRETRIES, 30000, NULL, flg);
|
/src/sys/dev/stbi/ |
stb_image.c | 2473 int flg = zget8(a); local in function:parse_zlib_header 2474 if ((cmf*256+flg) % 31 != 0) return e("bad zlib header","Corrupt PNG"); // zlib spec 2475 if (flg & 32) return e("no preset dict","Corrupt PNG"); // preset dictionary not allowed in png
|