Home
last modified time | relevance | path

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

/linux-4.19.296/fs/proc/
Darray.c305 static void render_cap_t(struct seq_file *m, const char *header, in render_cap_t() function
333 render_cap_t(m, "CapInh:\t", &cap_inheritable); in task_cap()
334 render_cap_t(m, "CapPrm:\t", &cap_permitted); in task_cap()
335 render_cap_t(m, "CapEff:\t", &cap_effective); in task_cap()
336 render_cap_t(m, "CapBnd:\t", &cap_bset); in task_cap()
337 render_cap_t(m, "CapAmb:\t", &cap_ambient); in task_cap()