Home
last modified time | relevance | path

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

/security/tomoyo/
Dcommon.c214 const char *w = head->r.w[0]; in tomoyo_flush() local
215 size_t len = strlen(w); in tomoyo_flush()
221 if (copy_to_user(head->read_user_buf, w, len)) in tomoyo_flush()
225 w += len; in tomoyo_flush()
227 head->r.w[0] = w; in tomoyo_flush()
228 if (*w) in tomoyo_flush()
240 head->r.w[len] = head->r.w[len + 1]; in tomoyo_flush()
259 head->r.w[head->r.w_pos++] = string; in tomoyo_set_string()
666 if (sscanf(data, "PROFILE_VERSION=%u", &head->w.ns->profile_version) in tomoyo_write_profile()
673 profile = tomoyo_assign_profile(head->w.ns, i); in tomoyo_write_profile()
[all …]
Dgc.c50 head->r.acl == element || &head->w.domain->list == element) in tomoyo_struct_used_by_io_buffer()
83 const char *w = head->r.w[i]; in tomoyo_name_used_by_io_buffer() local
84 if (w < string || w > string + size) in tomoyo_name_used_by_io_buffer()
Dcommon.h814 const char *w[TOMOYO_MAX_IO_READ_QUEUE]; member
823 } w; member
Daudit.c440 head->r.w[head->r.w_pos++] = head->read_buf; in tomoyo_read_log()
/security/selinux/
Dselinuxfs.c794 char *r, *w; in sel_write_create() local
797 r = w = namebuf; in sel_write_create()
811 *w++ = c1; in sel_write_create()