Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/
H A Dprovider_child.c44 struct child_prov_globals *gbl = vgbl; in ossl_child_prov_ctx_free() local
46 CRYPTO_THREAD_lock_free(gbl->lock); in ossl_child_prov_ctx_free()
47 OPENSSL_free(gbl); in ossl_child_prov_ctx_free()
59 struct child_prov_globals *gbl; in ossl_child_provider_init() local
82 gbl = ossl_lib_ctx_get_data(ctx, OSSL_LIB_CTX_CHILD_PROVIDER_INDEX); in ossl_child_provider_init()
83 if (gbl == NULL) in ossl_child_provider_init()
86 *provctx = gbl->c_prov_get0_provider_ctx(gbl->curr_prov); in ossl_child_provider_init()
87 *out = gbl->c_prov_get0_dispatch(gbl->curr_prov); in ossl_child_provider_init()
95 struct child_prov_globals *gbl; in provider_create_child_cb() local
100 gbl = ossl_lib_ctx_get_data(ctx, OSSL_LIB_CTX_CHILD_PROVIDER_INDEX); in provider_create_child_cb()
[all …]
/src/lib/libveriexec/
H A Dgbl_check.c49 struct mac_grantbylabel_fetch_gbl_args gbl; in gbl_check_path() local
55 gbl.u.fd = fd; in gbl_check_path()
58 &gbl) == 0) { in gbl_check_path()
59 if (gbl.gbl != GBL_EMPTY) in gbl_check_path()
60 rc = gbl.gbl; in gbl_check_path()
77 struct mac_grantbylabel_fetch_gbl_args gbl; in gbl_check_pid() local
81 gbl.u.pid = pid; in gbl_check_pid()
83 MAC_GRANTBYLABEL_FETCH_PID_GBL, &gbl) == 0) { in gbl_check_pid()
84 if (gbl.gbl != GBL_EMPTY) in gbl_check_pid()
85 rc = gbl.gbl; in gbl_check_pid()
[all …]
/src/sys/security/mac_grantbylabel/
H A Dmac_grantbylabel.c94 gbl_label_t gbl; in gbl_parse_label() local
99 gbl = 0; in gbl_parse_label()
110 gbl |= GBL_BIND; in gbl_parse_label()
114 gbl |= (GBL_BIND|GBL_IPC|GBL_NET|GBL_PROC| in gbl_parse_label()
119 gbl |= GBL_IPC; in gbl_parse_label()
123 gbl |= GBL_KMEM; in gbl_parse_label()
127 gbl |= GBL_NET; in gbl_parse_label()
131 gbl |= GBL_PROC; in gbl_parse_label()
135 gbl |= GBL_RTSOCK; in gbl_parse_label()
139 gbl |= GBL_SYSCTL; in gbl_parse_label()
[all …]
H A Dmac_grantbylabel.h60 gbl_label_t gbl; member
/src/contrib/file/magic/Magdir/
H A Dfirmware247 # Reference: https://github.com/raboof/gbl
252 !:ext gbl
/src/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c3669 HGLOBAL gbl; in xml_writer_get_final_content_and_length() local
3677 hr = GetHGlobalFromStream(ctx->stream, &gbl); in xml_writer_get_final_content_and_length()
3682 *out = (const char *)GlobalLock(gbl); in xml_writer_get_final_content_and_length()
3691 *size = (size_t)GlobalSize(gbl); in xml_writer_get_final_content_and_length()
3692 ctx->global = gbl; in xml_writer_get_final_content_and_length()