Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c6823 struct proc *top_app; member
6873 if (args->top_app != NULL) {
6874 proc_rele(args->top_app);
6876 args->top_app = p;
6901 if (args.top_app != NULL) {
6908 proc_name_address(args.top_app),
6909 proc_pid(args.top_app));
6910 proc_fdlock(args.top_app);
6911 fdt_foreach(fp, args.top_app) {
6920 if (sosetdefunct(args.top_app, so,
[all …]