Home
last modified time | relevance | path

Searched refs:pobj (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/crypto/openssl/crypto/x509/
H A Dv3_cpols.c95 ASN1_OBJECT *pobj; variable
138 if ((pobj = OBJ_txt2obj(cnf->name, 0)) == NULL) {
146 ASN1_OBJECT_free(pobj);
150 pol->policyid = pobj;
179 ASN1_OBJECT *pobj; in policy_section() local
181 if ((pobj = OBJ_txt2obj(cnf->value, 0)) == NULL) { in policy_section()
186 pol->policyid = pobj; in policy_section()
H A Dx509_lu.c728 X509_OBJECT *obj = X509_OBJECT_new(), *pobj = NULL; in X509_STORE_CTX_get1_issuer() local
770 pobj = sk_X509_OBJECT_value(store->objs, i); in X509_STORE_CTX_get1_issuer()
772 if (pobj->type != X509_LU_X509) in X509_STORE_CTX_get1_issuer()
774 if (ctx->check_issued(ctx, x, pobj->data.x509)) { in X509_STORE_CTX_get1_issuer()
777 if (ossl_x509_check_cert_time(ctx, pobj->data.x509, -1)) { in X509_STORE_CTX_get1_issuer()
778 *issuer = pobj->data.x509; in X509_STORE_CTX_get1_issuer()
786 || ASN1_TIME_compare(X509_get0_notAfter(pobj->data.x509), in X509_STORE_CTX_get1_issuer()
788 *issuer = pobj->data.x509; in X509_STORE_CTX_get1_issuer()
/freebsd-14.2/sys/dev/dpaa2/
H A Ddpaa2_rc.c763 } *pobj; in dpaa2_rc_get_obj() local
775 obj->id = pobj->id; in dpaa2_rc_get_obj()
776 obj->vendor = pobj->vendor; in dpaa2_rc_get_obj()
779 obj->state = pobj->state; in dpaa2_rc_get_obj()
782 obj->flags = pobj->flags; in dpaa2_rc_get_obj()
784 memcpy(obj->label, pobj->label, sizeof(pobj->label)); in dpaa2_rc_get_obj()
817 } *pobj; in dpaa2_rc_get_obj_descriptor() local
832 obj->id = pobj->id; in dpaa2_rc_get_obj_descriptor()
836 obj->state = pobj->state; in dpaa2_rc_get_obj_descriptor()
839 obj->flags = pobj->flags; in dpaa2_rc_get_obj_descriptor()
[all …]
/freebsd-14.2/contrib/libucl/lua/
H A Dlua_ucl.c654 ucl_object_t **pobj; in lua_ucl_push_opaque() local
656 pobj = lua_newuserdata (L, sizeof (*pobj)); in lua_ucl_push_opaque()
657 *pobj = obj; in lua_ucl_push_opaque()
/freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode.c1956 uint64_t pobj; in zfs_obj_to_path_impl() local
1966 if ((error = zfs_obj_to_pobj(osp, sa_hdl, sa_table, &pobj, in zfs_obj_to_path_impl()
1970 if (pobj == obj) { in zfs_obj_to_path_impl()
1980 error = zap_value_search(osp, pobj, obj, in zfs_obj_to_path_impl()
1990 obj = pobj; in zfs_obj_to_path_impl()
/freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode.c2163 uint64_t pobj = 0; in zfs_obj_to_path_impl() local
2173 if ((error = zfs_obj_to_pobj(osp, sa_hdl, sa_table, &pobj, in zfs_obj_to_path_impl()
2177 if (pobj == obj) { in zfs_obj_to_path_impl()
2187 error = zap_value_search(osp, pobj, obj, in zfs_obj_to_path_impl()
2197 obj = pobj; in zfs_obj_to_path_impl()
/freebsd-14.2/sys/dev/acpica/
H A Dacpi.c1872 ACPI_OBJECT *pobj; in acpi_bus_get_prop_handle() local
1880 pobj = &hobj->Package.Elements[0]; in acpi_bus_get_prop_handle()
1881 if (pobj == NULL) in acpi_bus_get_prop_handle()
1883 if (pobj->Type != ACPI_TYPE_LOCAL_REFERENCE) in acpi_bus_get_prop_handle()
1886 h = acpi_GetReference(NULL, pobj); in acpi_bus_get_prop_handle()