Lines Matching +full:self +full:- +full:advertising
1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
4 * Copyright (c) 2001 Dag-Erling Smørgrav
5 * Copyright (c) 1993 Jan-Simon Pendry
10 * Jan-Simon Pendry.
20 * 3. All advertising materials mentioning features or use of this software
88 sbuf_printf(sb, "%ld", (long)td->td_proc->p_pid); in procfs_docurproc()
94 vap->va_mode = mode; in procfs_attr()
98 if ((p->p_flag & P_SUGID) && pn->pn_type != pfstype_procdir) in procfs_attr()
99 vap->va_mode = 0; in procfs_attr()
127 * Visibility: some files only exist for non-system processes
128 * Non-static because linprocfs uses it.
134 return ((p->p_flag & P_SYSTEM) == 0); in procfs_notsystem()
145 return ((p->p_flag & P_SYSTEM) == 0 && p_candebug(td, p) == 0); in procfs_candebug()
157 root = pi->pi_root; in procfs_init()
161 pfs_create_link(root, NULL, "self", procfs_docurproc, NULL, NULL, NULL, in procfs_init()