Home
last modified time | relevance | path

Searched refs:top_app (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.81.2/bsd/kern/
H A Duipc_mbuf.c6851 struct proc *top_app; member
6901 if (args->top_app != NULL) {
6902 proc_rele(args->top_app);
6904 args->top_app = p;
6929 if (args.top_app != NULL) {
6936 proc_name_address(args.top_app),
6937 proc_pid(args.top_app));
6938 proc_fdlock(args.top_app);
6939 fdt_foreach(fp, args.top_app) {
6950 if (sosetdefunct(args.top_app, so,
[all …]