Home
last modified time | relevance | path

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

/linux/kernel/printk/
A Dprintk.c2874 if (!newcon->match || in try_enable_new_console()
2875 newcon->match(newcon, c->name, c->index, c->options) != 0) { in try_enable_new_console()
2889 if (newcon->setup && in try_enable_new_console()
2890 (err = newcon->setup(newcon, c->options)) != 0) in try_enable_new_console()
2950 newcon->name, newcon->index); in register_console()
2968 if (newcon->index < 0) in register_console()
2969 newcon->index = 0; in register_console()
2971 newcon->setup(newcon, NULL) == 0) { in register_console()
2973 if (newcon->device) { in register_console()
3008 if (newcon->next) in register_console()
[all …]
/linux/security/selinux/
A Dselinuxfs.c817 if (!newcon) in sel_write_validatetrans()
846 kfree(newcon); in sel_write_validatetrans()
968 char *newcon = NULL; in sel_write_create() local
1056 kfree(newcon); in sel_write_create()
1071 char *newcon = NULL; in sel_write_relabel() local
1118 kfree(newcon); in sel_write_relabel()
1131 char *newcon; in sel_write_user() local
1173 kfree(newcon); in sel_write_user()
1178 kfree(newcon); in sel_write_user()
1197 char *newcon = NULL; in sel_write_member() local
[all …]
/linux/fs/dlm/
A Dlowcomms.c994 struct connection *newcon; in accept_from_sock() local
1033 if (!newcon) { in accept_from_sock()
1041 mutex_lock(&newcon->sock_mutex); in accept_from_sock()
1042 if (newcon->sock) { in accept_from_sock()
1049 mutex_unlock(&newcon->sock_mutex); in accept_from_sock()
1058 mutex_unlock(&newcon->sock_mutex); in accept_from_sock()
1065 newcon->othercon = othercon; in accept_from_sock()
1066 othercon->sendcon = newcon; in accept_from_sock()
1081 add_sock(newsock, newcon); in accept_from_sock()
1082 addcon = newcon; in accept_from_sock()
[all …]
/linux/security/selinux/ss/
A Dservices.c3218 struct context newcon; in security_sid_mls_copy() local
3230 context_init(&newcon); in security_sid_mls_copy()
3258 newcon.user = context1->user; in security_sid_mls_copy()
3259 newcon.role = context1->role; in security_sid_mls_copy()
3260 newcon.type = context1->type; in security_sid_mls_copy()
3261 rc = mls_context_cpy(&newcon, context2); in security_sid_mls_copy()
3266 if (!policydb_context_isvalid(policydb, &newcon)) { in security_sid_mls_copy()
3268 &newcon); in security_sid_mls_copy()
3287 rc = sidtab_context_to_sid(sidtab, &newcon, new_sid); in security_sid_mls_copy()
3290 context_destroy(&newcon); in security_sid_mls_copy()
[all …]

Completed in 23 milliseconds