Home
last modified time | relevance | path

Searched refs:getarg (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/openzfs/contrib/dracut/90zfs/
H A Dzfs-generator.sh.in14 command -v getarg >/dev/null 2>&1 || {
19 [ -z "$root" ] && root=$(getarg root=)
20 [ -z "$rootfstype" ] && rootfstype=$(getarg rootfstype=)
21 [ -z "$rootflags" ] && rootflags=$(getarg rootflags=)
H A Dzfs-lib.sh.in3 command -v getarg >/dev/null || . /lib/dracut-lib.sh
12 _b=$(getarg "$@")
H A Dzfs-needshutdown.sh.in3 command -v getarg >/dev/null 2>&1 || . /lib/dracut-lib.sh
H A Dparse-zfs.sh.in6 spl_hostid=$(getarg spl_hostid=)
H A Dzfs-snapshot-bootfs.service.in13 ExecStart=-/bin/sh -c '. /lib/dracut-lib.sh; SNAPNAME="$(getarg bootfs.snapshot)"; /sbin/zfs snapsh…
H A Dzfs-rollback-bootfs.service.in13 ExecStart=/bin/sh -c '. /lib/dracut-lib.sh; SNAPNAME="$(getarg bootfs.rollback)"; /sbin/zfs rollbac…
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h94 #define getarg(i,pos,size) (cast(int, ((i)>>pos) & MASK1(size,0))) macro
98 #define GETARG_A(i) getarg(i, POS_A, SIZE_A)
101 #define GETARG_B(i) getarg(i, POS_B, SIZE_B)
104 #define GETARG_C(i) getarg(i, POS_C, SIZE_C)
107 #define GETARG_Bx(i) getarg(i, POS_Bx, SIZE_Bx)
110 #define GETARG_Ax(i) getarg(i, POS_Ax, SIZE_Ax)