system_properties.cpp | 142 prop_bt *new_prop_bt(const char *name, uint8_t namelen, uint_least32_t *const off); 360 prop_bt *prop_area::new_prop_bt(const char *name, uint8_t namelen, uint_least32_t *const off) function in class:prop_area 446 prop_bt* new_bt = new_prop_bt(name, namelen, &new_offset); 462 prop_bt* new_bt = new_prop_bt(name, namelen, &new_offset); 496 root = new_prop_bt(remaining_name, substr_size, &new_offset); [all...] |