Home
last modified time | relevance | path

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

12345

/freebsd-src/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-src/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-src/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-src/contrib/kyua/engine/
H A Datf_list.cpp108 engine::parse_atf_metadata(const model::properties_map& props) in parse_atf_metadata() argument
185 const model::properties_map props = parse_properties(input); parse_atf_list() local
/freebsd-src/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-src/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-src/contrib/kyua/model/
H A Dmetadata.cpp296 config::tree props; get_defaults() local
359 config::tree props; global() member
386 metadata(const utils::config::tree & props) metadata() argument
644 const model::properties_map props = object.to_properties(); operator <<() local
662 config::tree props; global() member
868 set_custom(const model::properties_map & props) set_custom() argument
[all...]
/freebsd-src/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-src/contrib/xz/src/liblzma/simple/
H A Dsimple_decoder.c17 const uint8_t *props, size_t props_size) in lzma_simple_props_decode()
/freebsd-src/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() argument
283 lzc_clone(const char *fsname, const char *origin, nvlist_t *props) in lzc_clone() argument
362 lzc_snapshot(nvlist_t *snaps, nvlist_t *props, nvlist_ argument
1193 lzc_receive(const char * snapname,nvlist_t * props,const char * origin,boolean_t force,boolean_t raw,int fd) lzc_receive() argument
1207 lzc_receive_resumable(const char * snapname,nvlist_t * props,const char * origin,boolean_t force,boolean_t raw,int fd) lzc_receive_resumable() argument
1226 lzc_receive_with_header(const char * snapname,nvlist_t * props,const char * origin,boolean_t force,boolean_t resumable,boolean_t raw,int fd,const dmu_replay_record_t * begin_record) lzc_receive_with_header() argument
1256 lzc_receive_one(const char * snapname,nvlist_t * props,const char * origin,boolean_t force,boolean_t resumable,boolean_t raw,int input_fd,const dmu_replay_record_t * begin_record,int cleanup_fd,uint64_t * read_bytes,uint64_t * errflags,uint64_t * action_handle,nvlist_t ** errors) lzc_receive_one() argument
1277 lzc_receive_with_cmdprops(const char * snapname,nvlist_t * props,nvlist_t * cmdprops,uint8_t * wkeydata,uint_t wkeylen,const char * origin,boolean_t force,boolean_t resumable,boolean_t raw,int input_fd,const dmu_replay_record_t * begin_record,int cleanup_fd,uint64_t * read_bytes,uint64_t * errflags,uint64_t * action_handle,nvlist_t ** errors) lzc_receive_with_cmdprops() argument
1297 lzc_receive_with_heal(const char * snapname,nvlist_t * props,nvlist_t * cmdprops,uint8_t * wkeydata,uint_t wkeylen,const char * origin,boolean_t force,boolean_t heal,boolean_t resumable,boolean_t raw,int input_fd,const dmu_replay_record_t * begin_record,int cleanup_fd,uint64_t * read_bytes,uint64_t * errflags,uint64_t * action_handle,nvlist_t ** errors) lzc_receive_with_heal() argument
1431 lzc_get_bookmarks(const char * fsname,nvlist_t * props,nvlist_t ** bmarks) lzc_get_bookmarks() argument
1452 lzc_get_bookmark_props(const char * bookmark,nvlist_t ** props) lzc_get_bookmark_props() argument
1696 lzc_change_key(const char * fsname,uint64_t crypt_cmd,nvlist_t * props,uint8_t * wkeydata,uint_t wkeylen) lzc_change_key() argument
[all...]
/freebsd-src/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-src/contrib/netbsd-tests/modules/k_helper2/
H A Dk_helper2.c77 k_helper2_init(prop_dictionary_t props) in k_helper2_init()
/freebsd-src/contrib/netbsd-tests/modules/k_uvm/
H A Dk_uvm.c72 k_uvm_init(prop_dictionary_t props) in k_uvm_init()
/freebsd-src/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-src/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-src/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-src/crypto/openssl/crypto/ffc/
H A Dffc_backend.c106 const char *props = NULL; in ossl_ffc_params_fromdata() local
/freebsd-src/contrib/netbsd-tests/modules/k_helper3/
H A Dk_helper3.c62 prop_dictionary_t props; in load() local
/freebsd-src/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c54 struct ib_port_modify *props) in c4iw_modify_port() argument
290 c4iw_query_device(struct ib_device * ibdev,struct ib_device_attr * props,struct ib_udata * uhw) c4iw_query_device() argument
333 c4iw_query_port(struct ib_device * ibdev,u8 port,struct ib_port_attr * props) c4iw_query_port() argument
[all...]
/freebsd-src/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-src/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Duserspace.py42 props = { variable
/freebsd-src/contrib/netbsd-tests/modules/k_helper/
H A Dk_helper.c122 k_helper_init(prop_dictionary_t props) in k_helper_init()

12345