OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newcon
(Results
1 - 3
of
3
) sorted by null
/external/libsepol/src/
iface_record.c
149
sepol_context_t *
newcon
;
local
151
if (sepol_context_clone(handle, con, &
newcon
) < 0) {
157
iface->netif_con =
newcon
;
176
sepol_context_t *
newcon
;
local
177
if (sepol_context_clone(handle, con, &
newcon
) < 0) {
183
iface->netmsg_con =
newcon
;
port_record.c
276
sepol_context_t *
newcon
;
local
278
if (sepol_context_clone(handle, con, &
newcon
) < 0) {
284
port->con =
newcon
;
node_record.c
663
sepol_context_t *
newcon
;
local
665
if (sepol_context_clone(handle, con, &
newcon
) < 0) {
671
node->con =
newcon
;
Completed in 59 milliseconds