Lines Matching refs:a_cnp
71 struct componentname *a_cnp;
78 struct componentname *cnp = a->a_cnp;
136 struct componentname *a_cnp;
146 kauth_cred_t cr = a->a_cnp->cn_cred;
149 DPRINTF("%s: %s\n", __func__, a->a_cnp->cn_nameptr);
155 if ((err = bfs_file_create(bfs, a->a_cnp->cn_nameptr, 0, 0, &attr))
161 if (!bfs_dirent_lookup_by_name(bfs, a->a_cnp->cn_nameptr, &dirent))
514 struct componentname * a_cnp;
524 DPRINTF("%s: delete %s\n", __func__, ap->a_cnp->cn_nameptr);
531 if ((err = bfs_file_delete(bfs, ap->a_cnp->cn_nameptr, true)) != 0)