Searched refs:device_policy (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/modload/ |
H A D | update_drv.c | 283 if ((error = update_device_policy(device_policy, in main() 504 if ((error = delete_plcy_entry(device_policy, in main() 507 driver_name, device_policy); in main()
|
H A D | drvsubr.c | 71 char *device_policy; variable 1024 access(device_policy, F_OK) == 0) { in remove_entry() 1025 if (delete_plcy_entry(device_policy, driver_name) == ERROR) { in remove_entry() 1027 driver_name, device_policy); in remove_entry() 1118 device_policy = DEV_POLICY; in build_filenames() 1141 device_policy = malloc(device_policy_len); in build_filenames() 1151 (device_policy == NULL) || in build_filenames() 1171 (void) snprintf(device_policy, device_policy_len, in build_filenames()
|
H A D | addrem.h | 90 extern char *device_policy;
|
H A D | add_drv.c | 429 if (update_device_policy(device_policy, policy, B_FALSE) in main()
|
/illumos-gate/usr/src/uts/intel/config/ |
H A D | Makefile | 50 SECCONFIG = device_policy priv_names
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | SUNWcsd.p5m | 69 file path=etc/security/device_policy group=sys preserve=true
|