Searched refs:label_hnd (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxselinux_label.c42 static struct selabel_handle *label_hnd; variable in typeref:struct:selabel_handle *
103 if (selabel_lookup_raw(label_hnd, &ctx, name, map) == 0) {
108 } else if (selabel_lookup_raw(label_hnd, &ctx, name, polymap) < 0) {
259 if (selabel_lookup_raw(label_hnd, &ctx, name, SELABEL_X_EVENT) < 0) {
291 if (selabel_lookup_raw(label_hnd, &ctx, name, SELABEL_X_EXT) < 0) {
348 if (selabel_lookup_raw(label_hnd, &ctx, "remote", SELABEL_X_CLIENT) < 0)
359 label_hnd = selabel_open(SELABEL_CTX_X, &selabel_option, 1);
360 if (!label_hnd)
367 selabel_close(label_hnd);
368 label_hnd
[all...]
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxselinux_label.c42 static struct selabel_handle *label_hnd; variable in typeref:struct:selabel_handle *
106 if (selabel_lookup_raw(label_hnd, &ctx, name, map) == 0) {
113 else if (selabel_lookup_raw(label_hnd, &ctx, name, polymap) < 0) {
265 if (selabel_lookup_raw(label_hnd, &ctx, name, SELABEL_X_EVENT) < 0) {
297 if (selabel_lookup_raw(label_hnd, &ctx, name, SELABEL_X_EXT) < 0) {
355 if (selabel_lookup_raw(label_hnd, &ctx, "remote", SELABEL_X_CLIENT) < 0)
366 label_hnd = selabel_open(SELABEL_CTX_X, &selabel_option, 1);
367 if (!label_hnd)
374 selabel_close(label_hnd);
375 label_hnd
[all...]

Completed in 2 milliseconds