Home
last modified time | relevance | path

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

/minix/minix/kernel/system/
H A Ddo_update.c18 #define proc_is_updatable(p) \ macro
77 if(!proc_is_updatable(src_rp) || !proc_is_updatable(dst_rp)) { in do_update()