Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/modload/
H A Dplcysubr.h42 int update_device_policy(const char *, const char *, boolean_t);
H A Dupdate_drv.c283 if ((error = update_device_policy(device_policy, in main()
H A Dplcysubr.c629 update_device_policy(const char *filename, const char *entry, boolean_t repl) in update_device_policy() function
H A Dadd_drv.c429 if (update_device_policy(device_policy, policy, B_FALSE) in main()