Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Ddosfs.c172 #define stclus(sz, de) ((sz) != 32 ? (u_int)cv2((de)->clus) : \
173 ((u_int)cv2((de)->dex.h_clus) << 16) | \
174 cv2((de)->clus))
638 switch (cv2(bs->bpb.secsiz)) { in parsebs()
643 fs->sshift = ffs(cv2(bs->bpb.secsiz)) - 1; in parsebs()
655 fs->dirents = cv2(bs->bpb.dirents); in parsebs()
656 fs->spf = cv2(bs->bpb.spf); in parsebs()
657 fs->lsnfat = cv2(bs->bpb.ressec); in parsebs()
680 if (!(sc = cv2(bs->bpb.secs)) && !(sc = cv4(bs->bpb.lsecs))) in parsebs()
838 if ((c = cv2(p)) && (c < 32 || c > 127)) in cp_xdnm()
[all …]
H A Ddosfs.h48 #define cv2(p) ((uint16_t)(p)[0] | \ macro
/freebsd/contrib/unbound/testcode/
H A Dunitmain.c782 struct config_view* cv2; in respip_view_conf_actions_test() local
790 cv2 = (struct config_view*)calloc(1, sizeof(struct config_view)); in respip_view_conf_actions_test()
791 unit_assert(cv1 && cv2); in respip_view_conf_actions_test()
793 cv2->name = strdup("view2"); in respip_view_conf_actions_test()
794 unit_assert(cv1->name && cv2->name); in respip_view_conf_actions_test()
795 cv1->next = cv2; in respip_view_conf_actions_test()
809 if(!cfg_str2list_insert(&cv2->respip_actions, ip, sact)) in respip_view_conf_actions_test()
830 free(cv2->name); in respip_view_conf_actions_test()
831 free(cv2); in respip_view_conf_actions_test()
/freebsd/usr.sbin/boot0cfg/
H A Dboot0cfg.c76 #define cv2(p) ((p)[0] | (p)[1] << 010) macro
320 if (cv2(buf + OFF_MAGIC) != 0xaa55) in read_mbr()
454 mbr[OFF_FLAGS] & 0xf, cv2(mbr + OFF_TICKS)); in display_mbr()
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra234.dtsi5791 cv2-thermal {