Searched defs:prop (Results 1 - 25 of 119) sorted by relevance

12345

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzcp_set.h33 const char *prop; member in struct:zcp_set_prop_arg
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plistvar.h57 bhnd_nvram_prop *prop; member in struct:bhnd_nvram_plist_entry
H A Dbhnd_nvram_data_bcmraw.c148 bhnd_nvram_prop *prop; local
H A Dbhnd_nvram_plist.c145 bhnd_nvram_prop *prop; local
211 bhnd_nvram_plist_replace(bhnd_nvram_plist *plist, bhnd_nvram_prop *prop) argument
248 bhnd_nvram_prop *prop; local
285 bhnd_nvram_prop *prop; local
415 bhnd_nvram_plist_append(bhnd_nvram_plist *plist, bhnd_nvram_prop *prop) argument
464 bhnd_nvram_prop *prop; local
494 bhnd_nvram_prop *prop; local
538 bhnd_nvram_plist_next(bhnd_nvram_plist *plist, bhnd_nvram_prop *prop) argument
598 bhnd_nvram_prop *prop; local
632 bhnd_nvram_prop *prop; local
781 struct bhnd_nvram_prop *prop; local
828 bhnd_nvram_prop *prop; local
861 bhnd_nvram_prop_retain(bhnd_nvram_prop *prop) argument
877 bhnd_nvram_prop_release(bhnd_nvram_prop *prop) argument
897 bhnd_nvram_prop_name(bhnd_nvram_prop *prop) argument
908 bhnd_nvram_prop_val(bhnd_nvram_prop *prop) argument
919 bhnd_nvram_prop_type(bhnd_nvram_prop *prop) argument
931 bhnd_nvram_prop_is_null(bhnd_nvram_prop *prop) argument
944 bhnd_nvram_prop_bytes(bhnd_nvram_prop *prop, size_t *olen, bhnd_nvram_type *otype) argument
976 bhnd_nvram_prop_encode(bhnd_nvram_prop *prop, void *outp, size_t *olen, bhnd_nvram_type otype) argument
[all...]
H A Dbhnd_nvram_store.c458 bhnd_nvram_prop *prop; local
624 bhnd_nvram_prop *prop; local
829 bhnd_nvram_prop *prop; local
1108 bhnd_nvram_prop *prop; local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/zcommon/
H A Dzfs_deleg.c93 zfs_prop_t prop; local
H A Dzpool_prop.c166 zpool_prop_to_name(zpool_prop_t prop) argument
172 zpool_prop_get_type(zpool_prop_t prop) argument
178 zpool_prop_readonly(zpool_prop_t prop) argument
184 zpool_prop_setonce(zpool_prop_t prop) argument
190 zpool_prop_default_string(zpool_prop_t prop) argument
196 zpool_prop_default_numeric(zpool_prop_t prop) argument
222 zpool_prop_string_to_index(zpool_prop_t prop, const char *string, uint64_t *index) argument
229 zpool_prop_index_to_string(zpool_prop_t prop, uint64_t index, const char **string) argument
236 zpool_prop_random_value(zpool_prop_t prop, uint64_t seed) argument
245 zpool_prop_values(zpool_prop_t prop) argument
251 zpool_prop_column_name(zpool_prop_t prop) argument
257 zpool_prop_align_right(zpool_prop_t prop) argument
[all...]
H A Dzprop_common.c89 zprop_register_impl(int prop, const char *name, zprop_type_t type, argument
122 zprop_register_string(int prop, const char *name, const char *def, argument
132 zprop_register_number(int prop, const char *name, uint64_t def, argument
141 zprop_register_index(int prop, const char *name, uint64_t def, argument
150 zprop_register_hidden(int prop, cons argument
188 int i, num_props, size, prop; local
262 zprop_name_to_prop_cb(int prop, void *cb_data) argument
276 int prop; local
289 zprop_string_to_index(int prop, const char *string, uint64_t *index, zfs_type_t type) argument
315 zprop_index_to_string(int prop, uint64_t index, const char **string, zfs_type_t type) argument
344 zprop_random_value(int prop, uint64_t seed, zfs_type_t type) argument
360 zprop_values(int prop, zfs_type_t type) argument
380 zprop_valid_for_type(int prop, zfs_type_t type, boolean_t headcheck) argument
401 zprop_width(int prop, boolean_t *fixed, zfs_type_t type) argument
[all...]
/freebsd-13-stable/sys/contrib/libfdt/
H A Dfdt_wip.c106 struct fdt_property *prop; local
/freebsd-13-stable/sys/dev/uart/
H A Duart_cpu_powerpc.c80 ofw_get_console_phandle_path(phandle_t node, phandle_t *result, const char *prop) argument
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_firmware.c112 bcm2835_firmware_property(device_t dev, uint32_t prop, void *data, size_t len) argument
/freebsd-13-stable/usr.sbin/mfiutil/
H A Dmfi_patrol.c66 patrol_get_props(int fd, struct mfi_pr_properties *prop) argument
82 struct mfi_pr_properties prop; local
252 struct mfi_pr_properties prop; local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/cmd/mount_zfs/
H A Dmount_zfs.c151 char prop[ZFS_MAXPROPLEN]; local
/freebsd-13-stable/sys/mips/beri/
H A Dberi_mp.c74 char prop[16]; local
261 char prop[16]; local
[all...]
/freebsd-13-stable/sys/dev/smartpqi/
H A Dsmartpqi_sis.c391 uint32_t prop = 0; local
227 pqisrc_get_adapter_properties(pqisrc_softstate_t *softs, uint32_t *prop, uint32_t *ext_prop) argument
H A Dsmartpqi_queue.c540 pqisrc_change_op_ibq_queue_prop(pqisrc_softstate_t *softs, ib_queue_t *op_ib_q, uint32_t prop) argument
/freebsd-13-stable/stand/powerpc/kboot/
H A Dkbootfdt.c105 const void *prop; local
/freebsd-13-stable/stand/powerpc/ofw/
H A Dofwfdt.c39 OF_hasprop(phandle_t node, const char *prop) argument
101 const void *prop; local
/freebsd-13-stable/usr.bin/dtc/
H A Dchecking.cc196 check_manager::add_property_type_checker(const char *name, const string &prop) argument
203 add_property_size_checker(const char *name, const string &prop, uint32_t size) argument
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dlist.c215 const svn_ra_serf__dav_props_t *prop local
H A Dstat.c218 svn_ra_serf__dav_props_t *prop; local
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_mount_os.c276 char prop[ZFS_MAXPROPLEN]; local
/freebsd-13-stable/sys/dev/ofw/
H A Dofw_fdt.c233 const void *prop; local
267 const void *prop; local
315 const void *prop; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp54 const MDString *prop = dyn_cast<MDString>(md->getOperand(i)); local
105 bool findOneNVVMAnnotation(const GlobalValue *gv, const std::string &prop, argument
119 bool findAllNVVMAnnotation(const GlobalValue *gv, const std::string &prop, argument
/freebsd-13-stable/sys/dev/xdma/
H A Dxdma.c80 pcell_t prop; local
456 xdma_ofw_get(device_t dev, const char *prop) argument

Completed in 266 milliseconds

12345