Home
last modified time | relevance | path

Searched refs:km (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/tests/unit/
H A Dgeo.tcl93 r georadius nyc -73.9798091 40.7598464 3 km asc
97 r georadius nyc -73.9798091 40.7598464 3 km withdist asc
101 r georadius nyc -73.9798091 40.7598464 10 km COUNT 3
105 catch {r georadius nyc -73.9798091 40.7598464 10 km COUNT} e
110 r georadius nyc -73.9798091 40.7598464 10 km COUNT 2 DESC
115 llength [r GEORADIUS users 0 0 50000 km WITHCOORD]
119 r georadiusbymember nyc "wtc one" 7 km
123 r georadiusbymember nyc "wtc one" 7 km withdist
156 set km [r geodist points Palermo Catania km]
157 assert {$km > 166.2 && $km < 166.3}
[all …]
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_crypt.c943 zfs_refcount_add(&km->km_refcnt, tag); in key_mapping_add_ref()
982 spa_keystore_dsl_key_rele(spa, km->km_key, km); in key_mapping_rele()
983 zfs_refcount_destroy(&km->km_refcnt); in key_mapping_rele()
993 dsl_key_mapping_t *km, *found_km; in spa_keystore_create_mapping() local
998 zfs_refcount_create(&km->km_refcnt); in spa_keystore_create_mapping()
1000 ret = spa_keystore_dsl_key_hold_dd(spa, ds->ds_dir, km, &km->km_key); in spa_keystore_create_mapping()
1002 zfs_refcount_destroy(&km->km_refcnt); in spa_keystore_create_mapping()
1010 km->km_dsobj = ds->ds_object; in spa_keystore_create_mapping()
1032 *km_out = km; in spa_keystore_create_mapping()
1038 spa_keystore_dsl_key_rele(spa, km->km_key, km); in spa_keystore_create_mapping()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_crypt.h187 void key_mapping_add_ref(dsl_key_mapping_t *km, void *tag);
188 void key_mapping_rele(spa_t *spa, dsl_key_mapping_t *km, void *tag);
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c505 uint8_t *km = NULL; in get_key_material() local
523 do_verify, newkey, &km, &kmlen); in get_key_material()
526 ret = get_key_material_raw(stdin, keyformat, &km, in get_key_material()
541 fsname, keyformat, newkey, &km, &kmlen)) != 0) in get_key_material()
559 if ((ret = validate_key(hdl, keyformat, (const char *)km, kmlen)) != 0) in get_key_material()
562 *km_out = km; in get_key_material()
571 free(km); in get_key_material()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c499 #define zfs_kmap_atomic(chunk, km) ((void *)chunk) argument
500 #define zfs_kunmap_atomic(addr, km) do { (void)(addr); } while (0) argument