Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Duipc_mbuf.c7858 struct proc *top_app; member
7908 if (args->top_app != NULL) {
7909 proc_rele(args->top_app);
7911 args->top_app = p;
7936 if (args.top_app != NULL) {
7945 proc_name_address(args.top_app),
7946 proc_pid(args.top_app));
7947 proc_fdlock(args.top_app);
7948 fdt_foreach(fp, args.top_app) {
7959 if (sosetdefunct(args.top_app, so,
[all …]