Searched refs:ftype (Results 1 - 2 of 2) sorted by path

/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c661 nfs_ftype ftype=(nfs_ftype)XDRInPacketGetInt32(reply); local
662 (void) ftype;
/haiku/src/libs/compat/freebsd_iflib/
H A Dnvlist.c1871 #define NVLIST_GET(ftype, type, TYPE) \
1872 ftype \
1905 #define NVLIST_GET_ARRAY(ftype, type, TYPE) \
1906 ftype \
1928 #define NVLIST_TAKE(ftype, type, TYPE) \
1929 ftype \
1933 ftype value; \
1938 value = (ftype)(intptr_t)nvpair_get_##type(nvp); \
1970 #define NVLIST_TAKE_ARRAY(ftype, type, TYPE) \
1971 ftype \
[all...]

Completed in 113 milliseconds