Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Duipc_mbuf.c7907 struct proc *top_app; member
7957 if (args->top_app != NULL) {
7958 proc_rele(args->top_app);
7960 args->top_app = p;
7985 if (args.top_app != NULL) {
7994 proc_name_address(args.top_app),
7995 proc_pid(args.top_app));
7996 proc_fdlock(args.top_app);
7997 fdt_foreach(fp, args.top_app) {
8008 if (sosetdefunct(args.top_app, so,
[all …]