Searched refs:nfp (Results 1 – 6 of 6) sorted by relevance
| /xnu-8020.101.4/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 | 732 struct netif_flow **nfp) in nx_netif_flow_add() argument 773 if (nfp != NULL) { in nx_netif_flow_add() 774 *nfp = nf; in nx_netif_flow_add()
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | kern_descrip.c | 453 struct fileproc *nfp; in finishdup() local 484 nfp = fileproc_alloc_init(); in finishdup() 487 nfp->fp_flags |= fp_flags; in finishdup() 489 nfp->fp_glob = ofp->fp_glob; in finishdup() 505 procfdtbl_releasefd(p, new, nfp); in finishdup() 873 struct fileproc *ofp, *nfp; in fdt_fork() local 894 nfp = fileproc_alloc_init(); in fdt_fork() 895 nfp->fp_glob = ofp->fp_glob; in fdt_fork() 896 nfp->fp_flags = (ofp->fp_flags & FP_CLOEXEC); in fdt_fork() 897 fg_ref(p, nfp->fp_glob); in fdt_fork() [all …]
|
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_syscalls.c | 684 struct fileproc *fp, *nfp; in fhopen() local 784 if ((error = falloc(p, &nfp, &indx, ctx)) != 0) { in fhopen() 788 fp = nfp; in fhopen() 2172 struct nfsrv_fmod *fp, *nfp; in nfsrv_cleanup() local 2194 for (fp = LIST_FIRST(&nfsrv_fmod_hashtbl[i]); fp; fp = nfp) { in nfsrv_cleanup() 2207 nfp = LIST_NEXT(fp, fm_link); in nfsrv_cleanup()
|
| H A D | nfs_serv.c | 1124 struct nfsrv_fmod *fp, *nfp, *pfp; in nfsrv_fmod_timer() local 1164 nfp = LIST_NEXT(fp, fm_link); in nfsrv_fmod_timer() 1173 fp = nfp; in nfsrv_fmod_timer() 1183 LIST_FOREACH_SAFE(fp, &firehead, fm_link, nfp) { in nfsrv_fmod_timer()
|
| /xnu-8020.101.4/bsd/sys/ |
| H A D | file_internal.h | 512 int fp_tryswap(proc_t, int fd, struct fileproc *nfp);
|