/openbsd-src/usr.sbin/ldomctl/ |
H A D | mdesc.c | 128 struct md_prop *prop; in md_find_subnode() local 163 struct md_prop *prop; in md_find_prop() local 176 struct md_prop *prop; in md_add_prop() local 189 struct md_prop *prop; in md_add_prop_val() local 202 struct md_prop *prop; in md_add_prop_str() local 215 struct md_prop *prop; in md_add_prop_data() local 228 struct md_prop *prop; in md_add_prop_arc() local 238 md_delete_prop(struct md *md, struct md_node *node, struct md_prop *prop) in md_delete_prop() 251 struct md_prop *prop; in md_get_prop_val() local 265 struct md_prop *prop; in md_set_prop_val() local [all …]
|
H A D | config.c | 147 struct md_prop *prop; in pri_link_core() local 425 struct md_prop *prop; in pri_init() local 518 struct md_prop *prop; in hvmd_fixup_guest() local 599 struct md_prop *prop; in hvmd_init_mblock() local 653 struct md_prop *prop; in hvmd_init_cpu() local 691 struct md_prop *prop; in hvmd_init_device() local 795 struct md_prop *prop; in hvmd_init_guest() local 895 struct md_prop *prop; in hvmd_init() local 1674 struct md_prop *prop; in guest_find_vcc() local 1750 struct md_prop *prop; in guest_find_vds() local [all …]
|
H A D | ldomctl.c | 144 struct md_prop *prop; in add_guest() local 754 struct md_prop *prop; in hv_config() local
|
/openbsd-src/games/monop/ |
H A D | morg.c | 78 int prop; in mortgage() local 127 m(int prop) in m() 144 int prop; in unmortgage() local 185 unm(int prop) in unm()
|
/openbsd-src/sys/dev/pci/drm/ |
H A D | drm_blend.c | 221 struct drm_property *prop; in drm_plane_create_alpha_property() local 284 struct drm_property *prop; in drm_plane_create_rotation_property() local 373 struct drm_property *prop; in drm_plane_create_zpos_property() local 411 struct drm_property *prop; in drm_plane_create_zpos_immutable_property() local 575 struct drm_property *prop; in drm_plane_create_blend_mode_property() local
|
H A D | drm_mode_object.c | 415 struct drm_property *prop = obj->properties->properties[i]; in drm_mode_object_get_properties() local 503 struct drm_property *prop, in set_property_legacy() 535 struct drm_property *prop, in set_property_atomic()
|
H A D | drm_connector.c | 1492 struct drm_property *prop; in drm_connector_create_standard_properties() local 2029 struct drm_property *prop; in drm_connector_attach_vrr_capable_property() local 2427 struct drm_property *prop; in drm_connector_attach_max_bpc_property() local 2459 struct drm_property *prop = dev->mode_config.hdr_output_metadata_property; in drm_connector_attach_hdr_output_metadata_property() local 2479 struct drm_property *prop = connector->colorspace_property; in drm_connector_attach_colorspace_property() local 2563 struct drm_property *prop; in drm_connector_set_panel_orientation() local
|
/openbsd-src/sys/dev/ofw/ |
H A D | fdt.c | 940 OF_getproplen(int handle, char *prop) in OF_getproplen() 967 OF_getprop(int handle, char *prop, void *buf, int buflen) in OF_getprop() 999 OF_getpropbool(int handle, char *prop) in OF_getpropbool() 1008 OF_getpropint(int handle, char *prop, uint32_t defval) in OF_getpropint() 1021 OF_getpropintarray(int handle, char *prop, uint32_t *buf, int buflen) in OF_getpropintarray() 1037 OF_getpropint64(int handle, char *prop, uint64_t defval) in OF_getpropint64() 1050 OF_getpropint64array(int handle, char *prop, uint64_t *buf, int buflen) in OF_getpropint64array() 1066 OF_nextprop(int handle, char *prop, void *nextprop) in OF_nextprop() 1091 OF_getindex(int handle, const char *entry, const char *prop) in OF_getindex()
|
/openbsd-src/sys/arch/macppc/macppc/ |
H A D | openfirm.c | 127 OF_getproplen(int handle, char *prop) in OF_getproplen() 134 char *prop; in OF_getproplen() member 156 OF_getprop(int handle, char *prop, void *buf, int buflen) in OF_getprop() 163 char *prop; in OF_getprop() member 194 OF_setprop(int handle, char *prop, const void *buf, int buflen) in OF_setprop() 201 char *prop; in OF_setprop() member 230 OF_nextprop(int handle, char *prop, void *nextprop) in OF_nextprop() 237 const char *prop; in OF_nextprop() member
|
/openbsd-src/gnu/llvm/libcxx/utils/ |
H A D | generate_extended_grapheme_cluster_table.py | 28 prop: str = None variable in PropertyRange 35 prop: int = -1 variable in Entry
|
H A D | generate_escaped_output_table.py | 28 prop: str = None variable in PropertyRange
|
/openbsd-src/usr.sbin/ldomd/ |
H A D | var-config.c | 75 struct md_prop *prop; in set_variable() local 99 struct md_prop *prop; in delete_variable() local
|
H A D | ldomd.c | 129 struct md_prop *prop; in main() local 312 struct md_prop *prop; in frag_init() local
|
/openbsd-src/sys/dev/pci/drm/i915/display/ |
H A D | intel_connector.c | 227 struct drm_property *prop; in intel_attach_force_audio_property() local 254 struct drm_property *prop; in intel_attach_broadcast_rgb_property() local
|
/openbsd-src/sbin/iked/ |
H A D | config.c | 283 config_free_proposal(struct iked_proposals * head,struct iked_proposal * prop) config_free_proposal() argument 294 struct iked_proposal *prop, *proptmp; config_free_proposals() local 358 config_add_transform(struct iked_proposal * prop,unsigned int type,unsigned int id,unsigned int length,unsigned int keylength) config_add_transform() argument 436 struct iked_proposal *prop; config_findtransform_ext() local 776 struct iked_proposal *prop; config_setpolicy() local 850 struct iked_proposal pp, *prop; config_getpolicy() local [all...] |
/openbsd-src/games/hack/ |
H A D | hack.h | 109 struct prop { struct 117 long p_flgs; 118 int (*p_tofn)(); /* called after timeout */
|
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXUtilities.cpp | 62 const MDString *prop = dyn_cast<MDString>(md->getOperand(i)); in cacheAnnotationFromMD() local 114 bool findOneNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findOneNVVMAnnotation() 129 bool findAllNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findAllNVVMAnnotation()
|
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_ring.c | 650 amdgpu_ring_to_mqd_prop(struct amdgpu_ring * ring,struct amdgpu_mqd_prop * prop) amdgpu_ring_to_mqd_prop() argument 683 struct amdgpu_mqd_prop prop; amdgpu_ring_init_mqd() local [all...] |
/openbsd-src/regress/usr.bin/ssh/unittests/kex/ |
H A D | test_proposal.c | 87 char *prop[PROPOSAL_MAX], *kexalgs, *ciphers, *macs, *hkalgs; in kex_proposal_populate_tests() local
|
/openbsd-src/sys/arch/sparc64/sparc64/ |
H A D | openfirm.c | 125 OF_getproplen(int handle, char *prop) in OF_getproplen() 132 cell_t prop; in OF_getproplen() member 147 OF_getprop(int handle, char *prop, void *buf, int buflen) in OF_getprop() 154 cell_t prop; in OF_getprop() member 175 OF_setprop(int handle, char *prop, const void *buf, int buflen) in OF_setprop() 182 cell_t prop; in OF_setprop() member 203 OF_nextprop(int handle, char *prop, void *buf) in OF_nextprop()
|
/openbsd-src/regress/sbin/iked/parser/ |
H A D | common.c | 164 config_add_transform(struct iked_proposal *prop, u_int type, in config_add_transform() 177 config_free_proposal(struct iked_proposals *head, struct iked_proposal *prop) in config_free_proposal()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 921011-2.c | 47 register frotz *prop; local
|
/openbsd-src/sys/dev/pci/drm/amd/amdkfd/ |
H A D | kfd_kernel_queue.c | 44 struct queue_properties prop; in kq_initialize() local [all...] |
/openbsd-src/usr.bin/make/ |
H A D | dump.c | 164 dump_special(GNode **t, const char *name, int prop) in dump_special()
|
/openbsd-src/sys/dev/mii/ |
H A D | eephy.c | 449 uint32_t *prop, opage; in eephy_fdt_reg_init() local
|