Searched refs:nfp (Results 1 – 7 of 7) sorted by relevance
| /xnu-8796.141.3/bsd/sys/ |
| H A D | file_internal.h | 512 int fp_tryswap(proc_t, int fd, struct fileproc *nfp); 529 extern void guarded_fileproc_copy_guard(struct fileproc *ofp, struct fileproc *nfp);
|
| /xnu-8796.141.3/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-8796.141.3/bsd/kern/ |
| H A D | kern_descrip.c | 495 struct fileproc *nfp; in finishdup() local 526 nfp = fileproc_alloc_init(); in finishdup() 529 nfp->fp_flags |= fp_flags; in finishdup() 531 nfp->fp_glob = ofp->fp_glob; in finishdup() 547 procfdtbl_releasefd(p, new, nfp); in finishdup() 926 struct fileproc *ofp, *nfp; in fdt_fork() local 947 nfp = fileproc_alloc_init(); in fdt_fork() 948 nfp->fp_glob = ofp->fp_glob; in fdt_fork() 950 nfp->fp_flags = (ofp->fp_flags & (FP_CLOEXEC | FP_CLOFORK)); in fdt_fork() 952 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-8796.141.3/bsd/nfs/ |
| H A D | nfs_syscalls.c | 430 struct fileproc *fp, *nfp; in fhopen() local 530 if ((error = falloc(p, &nfp, &indx, ctx)) != 0) { in fhopen() 534 fp = nfp; in fhopen() 1917 struct nfsrv_fmod *fp, *nfp; in nfsrv_cleanup() local 1939 for (fp = LIST_FIRST(&nfsrv_fmod_hashtbl[i]); fp; fp = nfp) { in nfsrv_cleanup() 1952 nfp = LIST_NEXT(fp, fm_link); in nfsrv_cleanup()
|
| H A D | nfs_serv.c | 1119 struct nfsrv_fmod *fp, *nfp, *pfp; in nfsrv_fmod_timer() local 1159 nfp = LIST_NEXT(fp, fm_link); in nfsrv_fmod_timer() 1168 fp = nfp; in nfsrv_fmod_timer() 1178 LIST_FOREACH_SAFE(fp, &firehead, fm_link, nfp) { in nfsrv_fmod_timer()
|