Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c597 _newdac(char *file, uid_t owner, gid_t group, o_mode_t mode) in _newdac() function
670 (void) _newdac(lockfile, DA_UID, DA_GID, 0600); in lock_dev()
709 if ((error = _newdac(*file, uid, gid, mode)) != 0) { in mk_alloc()
710 (void) _newdac(*file, ALLOC_ERRID, DA_GID, in mk_alloc()
722 if ((error = _newdac(zpath->path[i], uid, gid, in mk_alloc()
724 (void) _newdac(zpath->path[i], ALLOC_ERRID, in mk_alloc()
862 status = _newdac(*file, DA_UID, DA_GID, DEALLOC_MODE); in mk_unalloc()
1118 if ((error = _newdac(fname, DA_UID, DA_GID, in _deallocate_dev()
1120 (void) _newdac(file_name, DA_UID, DA_GID, in _deallocate_dev()
1308 if ((error = _newdac(file_name, uid, getgid(), in _allocate_dev()
[all …]