Searched refs:datatype (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/sys/sys/
H A Dassym.h51 #define OFFSYM(name, parenttype, datatype) \
52 char __assym_offset__ ## parenttype ## __ ## name ## __ ## datatype [offsetof(struct parenttype, name)]; \
53 CTASSERT(__builtin_types_compatible_p(__typeof(((struct parenttype *)(0x0))-> name), datatype)); \
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/
H A Dbclone_common.kshlib120 typeset -r datatype=$1
132 log_note "Testing file copy with datatype $datatype, file size $filesize, embedded $embedded"
140 case $datatype in
142 if [[ $datatype = "random" ]]; then
167 log_fail "Unknown datatype $datatype"
/freebsd-current/usr.sbin/bluetooth/hccontrol/
H A Dadv_data.c65 uint8_t datatype = advdata[++n]; local
69 switch (datatype) {
174 "\tUNKNOWN datatype: %02x data %s\n",
175 datatype,
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h302 #define is_signed(datatype) (((datatype)-1 / (datatype)2) == (datatype)0)
/freebsd-current/usr.sbin/makefs/zfs/
H A Dzfs.h147 void vdev_pwrite_data(zfs_opt_t *zfs, uint8_t datatype, uint8_t cksumtype,
H A Dvdev.c112 vdev_pwrite_data(zfs_opt_t *zfs, uint8_t datatype, uint8_t cksumtype, argument
121 blkptr_set(bp, loc, sz, datatype, level, fill, cksumtype, &cksum);
/freebsd-current/contrib/unbound/util/data/
H A Dmsgparse.c396 sldns_buffer* pkt, uint16_t datatype, uint32_t rrset_flags,
400 hashvalue_type hash = pkt_hash_rrset(pkt, sigset->dname, datatype,
403 log_assert( datatype != LDNS_RR_TYPE_RRSIG );
407 datatype, sigset->rrset_class, hash, rrset_flags,
432 dataset->type = datatype;
395 change_rrsig_rrset(struct rrset_parse* sigset, struct msg_parse* msg, sldns_buffer* pkt, uint16_t datatype, uint32_t rrset_flags, int hasother, sldns_pkt_section section, struct regional* region) argument
/freebsd-current/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib2441 typeset datatype=$2
2445 if [[ $datatype != "fs" && $datatype != "vol" ]]; then
2446 log_fail "$datatype is not supported."
2454 if [[ $datatype == "vol" ]]; then
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1622 data_type_t datatype = nvpair_type(elem); local
1649 if (datatype != DATA_TYPE_STRING) {
1668 if (datatype == DATA_TYPE_STRING) {
1677 } else if (datatype == DATA_TYPE_UINT64) {
1746 if (datatype != DATA_TYPE_STRING) {
/freebsd-current/contrib/ntp/ntpq/
H A Dntpq.c3436 int datatype,
3652 int datatype,
3674 UNUSED_ARG(datatype);
3678 statustoa(datatype, status));
3712 if (datatype == TYPE_CLOCK && IS_IPV4(&hval)) {
3435 rawprint( int datatype, size_t length, const char *data, int status, int quiet, FILE *fp ) argument
3651 cookedprint( int datatype, size_t length, const char *data, int status, int quiet, FILE *fp ) argument
/freebsd-current/contrib/ncurses/
H A Dconfigure21213 echo "$as_me:21213: checking for signal global datatype" >&5
21214 echo $ECHO_N "checking for signal global datatype... $ECHO_C" >&6

Completed in 305 milliseconds