Home
last modified time | relevance | path

Searched refs:devauths (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/allocate/
H A Dadd_allocatable.c179 devinfo->devname = devinfo->devtype = devinfo->devauths = in process_args()
186 devinfo->devauths = optarg; in process_args()
413 (devinfo->devauths == NULL) || in check_args()
434 if (devinfo->devauths == NULL) in check_args()
435 devinfo->devauths = defauths; in check_args()
H A Dallocate3.c1851 devinfo.devname = devinfo.devtype = devinfo.devauths = devinfo.devexec = in update_device()
/titanic_41/usr/src/cmd/devfsadm/
H A Ddevalloc.c317 newentry.devinfo.devauths = in _update_dev()
327 newentry.devinfo.devauths = in _update_dev()
/titanic_41/usr/src/lib/libbsm/common/
H A Ddevalloc.h130 char *devauths; member
H A Ddevalloc.c625 if (!dargs->devinfo->devauths) in allocatable()
627 if (strcmp("*", dargs->devinfo->devauths) == 0) in allocatable()
1141 (devinfo->devauths ? devinfo->devauths : DA_ANYUSER), in _write_new_entry()
1813 nentry->devinfo.devauths = DEFAULT_DEV_ALLOC_AUTH; in da_add_list()
1832 nentry->devinfo.devauths = strdup(kval); in da_add_list()
2165 (void) fprintf(stdout, "auth: %s\n", devinfo->devauths); in da_print_device()