Searched refs:getarg (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/contrib/dracut/90zfs/ |
| H A D | zfs-generator.sh.in | 14 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 D | zfs-lib.sh.in | 3 command -v getarg >/dev/null || . /lib/dracut-lib.sh 12 _b=$(getarg "$@")
|
| H A D | zfs-needshutdown.sh.in | 3 command -v getarg >/dev/null 2>&1 || . /lib/dracut-lib.sh
|
| H A D | parse-zfs.sh.in | 6 spl_hostid=$(getarg spl_hostid=)
|
| H A D | zfs-snapshot-bootfs.service.in | 13 ExecStart=-/bin/sh -c '. /lib/dracut-lib.sh; SNAPNAME="$(getarg bootfs.snapshot)"; /sbin/zfs snapsh…
|
| H A D | zfs-rollback-bootfs.service.in | 13 ExecStart=/bin/sh -c '. /lib/dracut-lib.sh; SNAPNAME="$(getarg bootfs.rollback)"; /sbin/zfs rollbac…
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 94 #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)
|