Home
last modified time | relevance | path

Searched refs:gb (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
H A Dsnapshot.cfg46 export VOLSIZE=1gb
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dsocionext,uniphier-ave4.yaml51 - const: ether-gb
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create.cfg58 "1p" "1P" "1z" "1Z" "1gb" "1gB" "1Gb" "1GB" "1pb" "1pB" "1Pb" \
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dmath.shlib81 *GB|*gb|*G|*g) factor='1024^3' ;;
H A Dlibtest.shlib919 # the `format` command requirements eg. 100mb 3gb
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dtegra20-acer-a500-picasso.dts1051 nvidia,ram-code = <0>; /* elpida-8gb */
1148 nvidia,ram-code = <1>; /* elpida-4gb */
1245 nvidia,ram-code = <2>; /* hynix-8gb */
1342 nvidia,ram-code = <3>; /* hynix-4gb */
H A Duniphier-pro4.dtsi491 clock-names = "gio", "ether", "ether-gb", "ether-phy";
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dtegra210_pinmux.c224 #define GMUX(r, gb, gi, nm, f1, f2, f3, f4, gr, dn_s, dn_w, up_s, up_w) \ argument
228 .gpio_num = GPIO_NUM(GPIO_BANK_##gb, gi), \
/f-stack/freebsd/arm/nvidia/
H A Dtegra_pinmux.c174 #define GMUX(r, gb, gi, nm, f1, f2, f3, f4) \ argument
178 .gpio_num = GPIO_NUM(GPIO_BANK_##gb, gi), \
/f-stack/app/redis-5.0.5/src/
H A Dconfig.c1777 int gb = 1024*1024*1024; local
1781 if (bytes && (bytes % gb) == 0) {
1782 return snprintf(buf,len,"%lldgb",bytes/gb);