Searched refs:_newdac (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/allocate/ |
H A D | allocate3.c | 597 _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() 863 status = _newdac(*file, DA_UID, DA_GID, DEALLOC_MODE); in mk_unalloc() 884 status = _newdac(*file, ALLOC_ERRID, DA_GID, ALLOC_ERR_MODE); in mk_error() 1119 if ((error = _newdac(fname, DA_UID, DA_GID, in _deallocate_dev() 1121 (void) _newdac(file_name, DA_UID, DA_GID, in _deallocate_dev() [all …]
|