Home
last modified time | relevance | path

Searched defs:props (Results 1 – 25 of 102) sorted by relevance

12345

/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_nvlist.py62 def nvlist_in(props): argument
81 def nvlist_out(props): argument
232 def _nvlist_to_dict(nvlist, props): argument
266 def _dict_to_nvlist(props, nvlist): argument
H A D_libzfs_core.py89 def lzc_create(name, ds_type='zfs', props=None, key=None): argument
130 def lzc_clone(name, origin, props=None): argument
206 def lzc_snapshot(snaps, props=None): argument
340 def lzc_get_bookmarks(fsname, props=None): argument
703 def lzc_receive(snapname, fd, force=False, raw=False, origin=None, props=None): argument
830 def lzc_change_key(fsname, crypt_cmd, props=None, key=None): argument
992 snapname, fd, force=False, raw=False, origin=None, props=None argument
1068 origin=None, props=None argument
1205 origin=None, props=None, cleanup_fd=-1, action_handle=0 argument
1309 def lzc_receive_with_cmdprops( argument
[all …]
H A D_error_translation.py51 def lzc_create_translate_error(ret, name, ds_type, props): argument
68 def lzc_clone_translate_error(ret, name, origin, props): argument
109 def lzc_snapshot_translate_errors(ret, errlist, snaps, props): argument
207 def lzc_get_bookmarks_translate_error(ret, fsname, props): argument
/freebsd/usr.sbin/mfiutil/
H A Dmfi_volume.c95 mfi_ld_get_props(int fd, uint8_t target_id, struct mfi_ld_props *props) in mfi_ld_get_props()
105 mfi_ld_set_props(int fd, struct mfi_ld_props *props) in mfi_ld_set_props()
169 stage_cache_setting(struct mfi_ld_props *props, uint8_t new_policy, in stage_cache_setting()
183 process_cache_command(int ac, char **av, struct mfi_ld_props *props) in process_cache_command()
289 struct mfi_ld_props props, new; in volume_cache() local
393 struct mfi_ld_props props; in volume_name() local
H A Dmfi_bbu.c106 mfi_bbu_get_props(int fd, struct mfi_bbu_properties *props, uint8_t *statusp) in mfi_bbu_get_props()
114 mfi_bbu_set_props(int fd, struct mfi_bbu_properties *props, uint8_t *statusp) in mfi_bbu_set_props()
158 struct mfi_bbu_properties props; in update_bbu_props() local
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp85 PropsTy &props = AtProps[Loc]; in collectProperties() local
120 PropsTy &props = findAtLoc->second; in doTransform() local
133 PropsTy &props = I->second; in doTransform() local
146 PropsTy &props, SourceLocation atLoc, in doPropAction()
169 void rewriteProperty(PropsTy &props, SourceLocation atLoc) { in rewriteProperty()
198 void removeAssignForDefaultStrong(PropsTy &props, in removeAssignForDefaultStrong()
213 void rewriteAssign(PropsTy &props, SourceLocation atLoc) const { in rewriteAssign()
242 void maybeAddWeakOrUnsafeUnretainedAttr(PropsTy &props, in maybeAddWeakOrUnsafeUnretainedAttr()
335 bool hasGCWeak(PropsTy &props, SourceLocation atLoc) const { in hasGCWeak()
/freebsd/contrib/kyua/engine/
H A Datf_list.cpp108 engine::parse_atf_metadata(const model::properties_map& props) in parse_atf_metadata()
193 const model::properties_map props = parse_properties(input); in parse_atf_list() local
/freebsd/lib/libbe/
H A Dbe_info.c115 be_get_dataset_props(libbe_handle_t *lbh, const char *name, nvlist_t *props) in be_get_dataset_props()
135 be_get_dataset_snapshots(libbe_handle_t *lbh, const char *name, nvlist_t *props) in be_get_dataset_snapshots()
164 nvlist_t *props; in prop_list_builder_cb() local
/freebsd/sbin/bectl/
H A Dbectl_list.c155 nvlist_t *props, *sprops; in print_snapshots() local
291 print_headers(nvlist_t *props, struct printc *pc) in print_headers()
342 prop_list_sort(nvlist_t *props, char *property, bool reverse) in prop_list_sort()
411 nvlist_t *dsprops, *props; in bectl_cmd_list() local
/freebsd/sys/dev/backlight/
H A Dbacklight.c60 struct backlight_props props; in backlight_ioctl() local
108 struct backlight_props props; in backlight_register() local
/freebsd/contrib/kyua/model/
H A Dmetadata.cpp301 config::tree props; in get_defaults() local
364 config::tree props; member
391 model::metadata::metadata(const utils::config::tree& props) : in metadata()
690 const model::properties_map props = object.to_properties(); in operator <<() local
708 config::tree props; member
914 model::metadata_builder::set_custom(const model::properties_map& props) in set_custom()
/freebsd/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c258 lzc_create(const char *fsname, enum lzc_dataset_type type, nvlist_t *props, in lzc_create()
283 lzc_clone(const char *fsname, const char *origin, nvlist_t *props) in lzc_clone()
362 lzc_snapshot(nvlist_t *snaps, nvlist_t *props, nvlist_t **errlist) in lzc_snapshot()
600 lzc_get_props(const char *poolname, nvlist_t **props) in lzc_get_props()
1199 lzc_receive(const char *snapname, nvlist_t *props, const char *origin, in lzc_receive()
1213 lzc_receive_resumable(const char *snapname, nvlist_t *props, const char *origin, in lzc_receive_resumable()
1232 lzc_receive_with_header(const char *snapname, nvlist_t *props, in lzc_receive_with_header()
1262 lzc_receive_one(const char *snapname, nvlist_t *props, in lzc_receive_one()
1283 lzc_receive_with_cmdprops(const char *snapname, nvlist_t *props, in lzc_receive_with_cmdprops()
1303 int lzc_receive_with_heal(const char *snapname, nvlist_t *props, in lzc_receive_with_heal()
[all …]
/freebsd/sys/dev/pwm/
H A Dpwm_backlight.c210 pwm_backlight_update_status(device_t dev, struct backlight_props *props) in pwm_backlight_update_status()
255 pwm_backlight_get_status(device_t dev, struct backlight_props *props) in pwm_backlight_get_status()
/freebsd/contrib/netbsd-tests/modules/k_helper2/
H A Dk_helper2.c77 k_helper2_init(prop_dictionary_t props) in k_helper2_init()
/freebsd/contrib/netbsd-tests/modules/k_uvm/
H A Dk_uvm.c72 k_uvm_init(prop_dictionary_t props) in k_uvm_init()
/freebsd/contrib/netbsd-tests/modules/
H A Dt_modctl.c206 load(prop_dictionary_t props, bool fatal, const char *fmt, ...) in load()
326 prop_dictionary_t props; in ATF_TC_BODY() local
395 prop_dictionary_t props; in ATF_TC_BODY() local
/freebsd/crypto/openssl/crypto/evp/
H A Dm_sigver.c41 OSSL_LIB_CTX *libctx, const char *props, in do_sigver_init()
376 const char *props, EVP_PKEY *pkey, in EVP_DigestSignInit_ex()
392 const char *props, EVP_PKEY *pkey, in EVP_DigestVerifyInit_ex()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dbacklight.h65 struct backlight_properties props; member
76 #define backlight_device_register(name, dev, data, ops, props) \ argument
/freebsd/contrib/netbsd-tests/modules/k_helper3/
H A Dk_helper3.c62 prop_dictionary_t props; in load() local
/freebsd/crypto/openssl/crypto/ffc/
H A Dffc_backend.c106 const char *props = NULL; in ossl_ffc_params_fromdata() local
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c54 struct ib_port_modify *props) in c4iw_modify_port()
292 c4iw_query_device(struct ib_device *ibdev, struct ib_device_attr *props, in c4iw_query_device()
335 c4iw_query_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props) in c4iw_query_port()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c853 const char *keylocation, nvlist_t *props, uint8_t **wkeydata, in populate_create_encryption_params_nvlists()
942 proplist_has_encryption_props(nvlist_t *props) in proplist_has_encryption_props()
1003 zfs_crypto_create(libzfs_handle_t *hdl, char *parent_name, nvlist_t *props, in zfs_crypto_create()
1176 char *parent_name, nvlist_t *props) in zfs_crypto_clone_check()
1536 zfs_crypto_verify_rewrap_nvlist(zfs_handle_t *zhp, nvlist_t *props, in zfs_crypto_verify_rewrap_nvlist()
1592 nvlist_t *props = NULL; in zfs_crypto_rewrap() local
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Duserspace.py42 props = { variable
/freebsd/contrib/netbsd-tests/modules/k_helper/
H A Dk_helper.c122 k_helper_init(prop_dictionary_t props) in k_helper_init()
/freebsd/usr.bin/backlight/
H A Dbacklight.c90 struct backlight_props props; in main() local

12345