Searched refs:is_authorized (Results 1 – 1 of 1) sorted by relevance
307 int is_authorized = 0; in _list_device() local363 is_authorized = _is_dev_authorized(da, uid); in _list_device()379 if (is_authorized == ALLOC_BY_NONE) { in _list_device()382 } else if (is_authorized == 0) { in _list_device()421 (is_authorized == ALLOC_BY_NONE)) { in _list_device()452 if (is_authorized == ALLOC_BY_NONE) { in _list_device()455 } else if (is_authorized == 0) { in _list_device()1004 int is_authorized = 0; in _deallocate_dev() local1058 is_authorized = _is_dev_authorized(da, uid); in _deallocate_dev()1059 if (is_authorized == ALLOC_BY_NONE) { in _deallocate_dev()[all …]