Searched refs:nfp (Results 1 - 25 of 61) sorted by relevance

123

/freebsd-11-stable/libexec/mknetid/
H A Dmknetid.c103 FILE *gfp, *pfp, *hfp, *nfp; local
159 if ((nfp = fopen(netidfile, "r")) == NULL) {
161 nfp = NULL;
280 if (nfp != NULL) {
281 while(fgets(readbuf, LINSIZ, nfp)) {
302 fclose(nfp);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dsplit.c224 print(int nf, int nfp, char *fields) argument
229 bound = (nf > nfp) ? nfp : nf;
/freebsd-11-stable/lib/libc/regex/grot/
H A Dsplit.c196 print(int nf, int nfp, char *fields[]) argument
201 bound = (nf > nfp) ? nfp : nf;
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c238 ctf_file_t ofp, *nfp; local
415 * is successful, we then switch nfp and fp and free the old container.
426 if ((nfp = ctf_bufopen(&cts, NULL, NULL, &err)) == NULL) {
431 (void) ctf_setmodel(nfp, ctf_getmodel(fp));
432 (void) ctf_import(nfp, fp->ctf_parent);
434 nfp->ctf_refcnt = fp->ctf_refcnt;
435 nfp->ctf_flags |= fp->ctf_flags & ~LCTF_DIRTY;
436 nfp->ctf_data.cts_data = NULL; /* force ctf_data_free() on close */
437 nfp->ctf_dthash = fp->ctf_dthash;
438 nfp
[all...]
/freebsd-11-stable/sys/netinet/
H A Dsctp_syscalls.c124 struct file *headfp, *nfp = NULL; local
149 error = falloc(td, &nfp, &fd, 0);
178 finit(nfp, fflag, DTYPE_SOCKET, so, &socketops);
191 fdclose(td, nfp, fd);
198 if (nfp != NULL)
199 fdrop(nfp, td);
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_pagealloc.c206 mlx5_insert_fw_page_locked(struct mlx5_core_dev *dev, struct mlx5_fw_page *nfp) argument
216 if (tfp->dma_addr < nfp->dma_addr)
218 else if (tfp->dma_addr > nfp->dma_addr)
224 rb_link_node(&nfp->rb_node, parent, new);
225 rb_insert_color(&nfp->rb_node, root);
/freebsd-11-stable/sys/kern/
H A Duipc_syscalls.c351 struct file *headfp, *nfp = NULL; local
378 error = falloc_caps(td, &nfp, &fd,
430 /* An extra reference on `nfp' has been held for us by falloc(). */
446 finit(nfp, fflag, DTYPE_SOCKET, so, &socketops);
449 (void) fo_ioctl(nfp, FIONBIO, &tmp, td->td_ucred, td);
451 (void) fo_ioctl(nfp, FIOASYNC, &tmp, td->td_ucred, td);
481 fdclose(td, nfp, fd);
485 * a reference on nfp to the caller on success if they request it.
488 if (nfp == NULL)
492 *fp = nfp;
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c1663 FILE *nfp; local
1717 if ((nfp = fopen(filename, "aF")) == NULL) {
1734 (void) snprintf(selfbuf, sizeof (selfbuf), "/dev/fd/%d", fileno(nfp));
1744 (void) fclose(nfp);
1750 (void) fclose(nfp);
1754 (void) fclose(nfp);
1808 if ((nfp = fopen(dtp->dt_sprintf_buf, "a")) == NULL) {
1829 dtp->dt_freopen_fp = nfp;
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_spectral.c570 nf = AH9300(ah)->nfp->nominal;
590 nf = AH9300(ah)->nfp->nominal;
H A Dar9300_reset.c335 nf = AH9300(ah)->nfp->nominal + AH9300(ah)->nf_cw_int_delta +
467 if (nf < AH9300(ah)->nfp->min) {
468 return AH9300(ah)->nfp->nominal;
469 } else if (nf > AH9300(ah)->nfp->max) {
470 return AH9300(ah)->nfp->max;
705 if (nf_no_lim > ahp->nfp->nominal + ahp->nf_cw_int_delta) {
4665 AH9300(ah)->nfp = IS_CHAN_2GHZ(ichan) ? &ahp->nf_2GHz : &ahp->nf_5GHz;
6275 AH9300(ah)->nfp->nominal + AH9300(ah)->nf_cw_int_delta)
H A Dar9300.h900 struct ar9300NfLimits *nfp; member in struct:ath_hal_9300
/freebsd-11-stable/contrib/file/
H A Dconfig.sub1219 | nfp \
/freebsd-11-stable/contrib/gperf/
H A Dconfigure827 -nfp | --nfp | --nf)
1347 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
/freebsd-11-stable/contrib/gperf/doc/
H A Dconfigure830 -nfp | --nfp | --nf)
1350 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
/freebsd-11-stable/contrib/libpcap/
H A Dconfig.sub620 | nfp \
745 | nfp-* \
/freebsd-11-stable/contrib/tcpdump/
H A Dconfig.sub620 | nfp \
745 | nfp-* \
/freebsd-11-stable/contrib/unbound/
H A Dconfig.sub1221 | nfp \
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2read.c2974 struct nextfnfield *nfp = flp->head; local
2982 for (k = flp->length; (k--, nfp); nfp = nfp->next)
2983 fn_flp->fn_fields[k] = nfp->fnfield;
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dconfigure443 -nfp | --nfp | --nf)
1010 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
/freebsd-11-stable/contrib/gcclibs/libssp/
H A Dconfigure480 -nfp | --nfp | --nf)
1063 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
/freebsd-11-stable/contrib/gperf/lib/
H A Dconfigure852 -nfp | --nfp | --nf)
1388 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
/freebsd-11-stable/contrib/gperf/src/
H A Dconfigure852 -nfp | --nfp | --nf)
1388 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c2816 nfsd_fhtovp(struct nfsrv_descript *nd, struct nfsrvfh *nfp, int lktype, argument
2824 fhp = (fhandle_t *)nfp->nfsrvfh_data;
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A Dconfigure482 -nfp | --nfp | --nf)
1054 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dconfigure480 -nfp | --nfp | --nf)
1064 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \

Completed in 523 milliseconds

123