Searched refs:nfp (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.61.12/bsd/sys/ ! |
| H A D | file_internal.h | 534 int fp_tryswap(proc_t, int fd, struct fileproc *nfp); 551 extern void guarded_fileproc_copy_guard(struct fileproc *ofp, struct fileproc *nfp);
|
| /xnu-12377.61.12/bsd/skywalk/nexus/netif/ ! |
| H A D | nx_netif_filter.c | 179 struct netif_filter **nfp) in nx_netif_filter_add() argument 204 *nfp = nf; in nx_netif_filter_add()
|
| H A D | nx_netif_flow.c | 740 struct netif_flow **nfp) in nx_netif_flow_add() argument 781 if (nfp != NULL) { in nx_netif_flow_add() 782 *nfp = nf; in nx_netif_flow_add()
|
| /xnu-12377.61.12/bsd/kern/ ! |
| H A D | kern_descrip.c | 525 struct fileproc *nfp; in finishdup() local 555 nfp = fileproc_alloc_init(); in finishdup() 558 nfp->fp_flags |= fp_flags; in finishdup() 560 nfp->fp_glob = ofp->fp_glob; in finishdup() 576 procfdtbl_releasefd(p, new, nfp); in finishdup() 958 struct fileproc *ofp, *nfp; in fdt_fork() local 979 nfp = fileproc_alloc_init(); in fdt_fork() 980 nfp->fp_glob = ofp->fp_glob; in fdt_fork() 982 nfp->fp_flags = (ofp->fp_flags & (FP_CLOEXEC | FP_CLOFORK)); in fdt_fork() 984 guarded_fileproc_copy_guard(ofp, nfp); in fdt_fork() [all …]
|
| H A D | kern_guarded.c | 115 guarded_fileproc_copy_guard(struct fileproc *ofp, struct fileproc *nfp) in guarded_fileproc_copy_guard() argument 121 guarded_fileproc_init(nfp, &arg); in guarded_fileproc_copy_guard()
|
| /xnu-12377.61.12/bsd/nfs/ ! |
| H A D | nfs_syscalls.c | 434 struct fileproc *fp, *nfp; in fhopen() local 534 if ((error = falloc(p, &nfp, &indx)) != 0) { in fhopen() 538 fp = nfp; in fhopen() 1921 struct nfsrv_fmod *fp, *nfp; in nfsrv_cleanup() local 1943 for (fp = LIST_FIRST(&nfsrv_fmod_hashtbl[i]); fp; fp = nfp) { in nfsrv_cleanup() 1956 nfp = LIST_NEXT(fp, fm_link); in nfsrv_cleanup()
|
| H A D | nfs_serv.c | 1130 struct nfsrv_fmod *fp, *nfp, *pfp; in nfsrv_fmod_timer() local 1170 nfp = LIST_NEXT(fp, fm_link); in nfsrv_fmod_timer() 1179 fp = nfp; in nfsrv_fmod_timer() 1189 LIST_FOREACH_SAFE(fp, &firehead, fm_link, nfp) { in nfsrv_fmod_timer()
|