nf 311 compat/osf1/osf1_cvt.c osf1_cvt_flock_from_native(nf, of)
nf 312 compat/osf1/osf1_cvt.c const struct flock *nf;
nf 318 compat/osf1/osf1_cvt.c of->l_start = nf->l_start;
nf 319 compat/osf1/osf1_cvt.c of->l_len = nf->l_len;
nf 320 compat/osf1/osf1_cvt.c of->l_pid = nf->l_pid;
nf 322 compat/osf1/osf1_cvt.c switch (nf->l_type) {
nf 336 compat/osf1/osf1_cvt.c switch (nf->l_whence) {
nf 352 compat/osf1/osf1_cvt.c osf1_cvt_flock_to_native(of, nf)
nf 354 compat/osf1/osf1_cvt.c struct flock *nf;
nf 357 compat/osf1/osf1_cvt.c memset(nf, 0, sizeof *nf);
nf 359 compat/osf1/osf1_cvt.c nf->l_start = of->l_start;
nf 360 compat/osf1/osf1_cvt.c nf->l_len = of->l_len;
nf 361 compat/osf1/osf1_cvt.c nf->l_pid = of->l_pid;
nf 365 compat/osf1/osf1_cvt.c nf->l_type = F_RDLCK;
nf 369 compat/osf1/osf1_cvt.c nf->l_type = F_WRLCK;
nf 373 compat/osf1/osf1_cvt.c nf->l_type = F_UNLCK;
nf 382 compat/osf1/osf1_cvt.c nf->l_whence = SEEK_SET;
nf 386 compat/osf1/osf1_cvt.c nf->l_whence = SEEK_CUR;
nf 390 compat/osf1/osf1_cvt.c nf->l_whence = SEEK_END;
nf 52 compat/osf1/osf1_cvt.h void osf1_cvt_flock_from_native(const struct flock *nf,
nf 55 compat/osf1/osf1_cvt.h struct flock *nf);
nf 4331 dev/ic/rtw.c int n = freq / 4, nf = (freq % 4) * 2;
nf 4333 dev/ic/rtw.c syna = LSHIFT(nf, SA2400_SYNA_NF_MASK) | LSHIFT(n, SA2400_SYNA_N_MASK);
nf 336 dev/ipmi.c #define NETFN_LUN(nf,ln) (((nf) << 2) | ((ln) & 0x3))
nf 34 dev/microcode/neomagic/build.c struct neo_firmware nf;
nf 41 dev/microcode/neomagic/build.c bcopy(coefficientSizes, &nf.coefficientSizes,
nf 42 dev/microcode/neomagic/build.c sizeof nf.coefficientSizes);
nf 43 dev/microcode/neomagic/build.c bcopy(coefficients, &nf.coefficients,
nf 44 dev/microcode/neomagic/build.c sizeof nf.coefficients);
nf 46 dev/microcode/neomagic/build.c rlen = write(fd, &nf, sizeof nf);
nf 49 dev/microcode/neomagic/build.c if (rlen != sizeof nf)
nf 51 dev/microcode/neomagic/build.c printf("created %s length %d\n", FILENAME, sizeof nf);
nf 161 dev/pci/neo.c static struct neo_firmware *nf;
nf 397 dev/pci/neo.c if (nf == NULL) {
nf 405 dev/pci/neo.c nf = (struct neo_firmware *)buf;
nf 411 dev/pci/neo.c sz = nf->coefficientSizes[num];
nf 414 dev/pci/neo.c ofs+= nf->coefficientSizes[num];
nf 416 dev/pci/neo.c nm_wrbuf(sc, sc->cbuf + i, nf->coefficients[ofs + i], 1);
nf 292 dev/pcmcia/if_malovar.h uint8_t nf;
nf 469 dev/raidframe/rf_pqdegdags.c int nf = asmap->numDataFailed;
nf 472 dev/raidframe/rf_pqdegdags.c if (nf == 2)
nf 475 dev/raidframe/rf_pqdegdags.c if ((nf == 2) && (sum == (2 * sectorsPerSU))) {
nf 480 dev/raidframe/rf_pqdegdags.c if ((nf == asmap->numStripeUnitsAccessed) || (sum >= sectorsPerSU)) {