| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/ |
| H A D | bootfs_006_pos.ksh | 63 VAL=$(zpool get bootfs $POOL | tail -1 | awk '{print $3}' ) 64 if [ $VAL != "$POOL/$TESTFS" ] 68 "set/get failed on $POOL - expected $VAL == $POOL/$TESTFS" 77 VAL=$(zpool get bootfs $POOL | tail -1 | awk '{print $3}' ) 78 if [ $VAL == "$POOL/$TESTFS" ] 81 log_fail "set/get unexpectedly failed $VAL != $POOL/$TESTFS"
|
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_pr.h | 170 (VAL)) 172 #define ck_pr_store_ptr(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), ptr) argument 173 #define ck_pr_store_char(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), char) argument 175 #define ck_pr_store_double(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), double) argument 177 #define ck_pr_store_uint(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), uint) argument 178 #define ck_pr_store_int(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), int) argument 179 #define ck_pr_store_32(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), 32) argument 180 #define ck_pr_store_16(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), 16) argument 181 #define ck_pr_store_8(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), 8) argument 183 #define ck_pr_store_ptr_unsafe(DST, VAL) ck_pr_md_store_ptr((DST), (VAL)) argument [all …]
|
| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | atmapi.h | 121 #define DEF(NAME,VAL,STR) NAME = (VAL), argument
|
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | unidef.h | 245 #define DEF(NAME, VAL, STR) UNIAPI_##NAME = VAL, argument
|
| H A D | sig_print.c | 59 #define DEF(NAME, VAL, STR) [UNIAPI_##NAME] = STR, in uni_strerr() argument
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | math.shlib | 52 # within_tolerance VAL TAR TOL && $action 54 # within_tolerance VAL TAR TOL || $action
|
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | unistruct.h | 625 #define D(NAME,VAL,DIAG,STD,STR) UNI_CAUSE_##NAME = VAL, argument 626 #define N(NAME,VAL,DIAG,STD,STR) UNI_CAUSE_##NAME = VAL, argument
|
| H A D | uni_ie.c | 849 #define D(NAME,VAL,DIAG,STD,STR) [UNI_CAUSE_##NAME] = { STR, UNI_DIAG_##DIAG }, argument 850 #define N(NAME,VAL,DIAG,STD,STR) argument 859 #define D(NAME,VAL,DIAG,STD,STR) argument 860 #define N(NAME,VAL,DIAG,STD,STR) [UNI_CAUSE_##NAME] = { STR, UNI_DIAG_##DIAG }, argument
|
| /f-stack/freebsd/contrib/ena-com/ |
| H A D | ena_plat.h | 406 #define ATOMIC32_SET(I32_PTR, VAL) atomic_store_rel_int(I32_PTR, VAL) argument
|
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_cmdq.c | 756 errcode = WQE_ERRCODE_GET(status_info, VAL); in hinic_cmdq_poll_msg()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | l3_forward_access_ctrl.rst | 56 To verify that a value is in the range, use the following expression: "(VAL & mask) == value"
|