Lines Matching defs:mac_p
79 struct mac *mac_p, int follow);
81 struct mac *mac_p, int follow);
172 error = mac_label_copyin(uap->mac_p, &mac, &u_buffer);
210 error = mac_label_copyin(uap->mac_p, &mac, &u_buffer);
315 error = mac_label_copyin(uap->mac_p, &mac, NULL);
361 error = mac_label_copyin(uap->mac_p, &mac, &u_buffer);
435 return (kern___mac_get_path(td, uap->path_p, uap->mac_p, FOLLOW));
442 return (kern___mac_get_path(td, uap->path_p, uap->mac_p, NOFOLLOW));
446 kern___mac_get_path(struct thread *td, const char *path_p, struct mac *mac_p,
458 error = mac_label_copyin(mac_p, &mac, &u_buffer);
499 error = mac_label_copyin(uap->mac_p, &mac, NULL);
580 return (kern___mac_set_path(td, uap->path_p, uap->mac_p, FOLLOW));
587 return (kern___mac_set_path(td, uap->path_p, uap->mac_p, NOFOLLOW));
591 kern___mac_set_path(struct thread *td, const char *path_p, struct mac *mac_p,
603 error = mac_label_copyin(mac_p, &mac, NULL);