Home
last modified time | relevance | path

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

/src/contrib/less/
H A Dmkutable119 my $type_ok = ($type and ${${$out}{types}}{$type});
120 $type_ok = not $type_ok if $opt_n;
123 if (not $type_ok) {
/src/sys/dev/drm2/ttm/
H A Dttm_bo.c1008 bool type_ok = false; in ttm_bo_mem_space() local
1020 type_ok = ttm_bo_mt_compatible(man, in ttm_bo_mem_space()
1025 if (!type_ok) in ttm_bo_mem_space()
1050 if ((type_ok && (mem_type == TTM_PL_SYSTEM)) || mem->mm_node) { in ttm_bo_mem_space()