Searched defs:_add (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | strftime.c | 499 _add(const char *str, char *pt, const char *const ptlim) in _add() function
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | arc.c | 1157 #define LBP_GET_LSIZE(_add) BLKPROP_GET_LSIZE(_add, lbp_prop) argument 1158 #define LBP_SET_LSIZE(_add, x) BLKPROP_SET_LSIZE(_add, lbp_prop, x) argument 1159 #define LBP_GET_PSIZE(_add) BLKPROP_GET_PSIZE(_add, lbp_prop) argument 1160 #define LBP_SET_PSIZE(_add, x) BLKPROP_SET_PSIZE(_add, lbp_prop, x) argument 1161 #define LBP_GET_COMPRESS(_add) BLKPROP_GET_COMPRESS(_add, lbp_prop) argument 1162 #define LBP_SET_COMPRESS(_add, x) BLKPROP_SET_COMPRESS(_add, lbp_prop, \ argument 1164 #define LBP_GET_CHECKSUM(_add) BLKPROP_GET_CHECKSUM(_add, lbp_prop) argument 1165 #define LBP_SET_CHECKSUM(_add, x) BLKPROP_SET_CHECKSUM(_add, lbp_prop, \ argument 1167 #define LBP_GET_TYPE(_add) BLKPROP_GET_TYPE(_add, lbp_prop) argument 1168 #define LBP_SET_TYPE(_add, x) BLKPROP_SET_TYPE(_add, lbp_prop, x) argument
|