Searched refs:h_item (Results 1 – 1 of 1) sorted by relevance
56 struct shell_history_item *h_item; /* history item */ in z_shell_history_get() local82 h_item = CONTAINER_OF(l_item, struct shell_history_item, dnode); in z_shell_history_get()85 memcpy(dst, h_item->data, h_item->len); in z_shell_history_get()86 *len = h_item->len; in z_shell_history_get()109 struct shell_history_item *h_item; in remove_from_tail() local119 h_item = CONTAINER_OF(l_item, struct shell_history_item, dnode); in remove_from_tail()122 h_item->len + h_item->padding; in remove_from_tail()138 struct shell_history_item *h_item, *h_prev_item; in z_shell_history_put() local180 (uint8_t **)&h_item, total_len); in z_shell_history_put()187 (uint8_t **)&h_item, total_len); in z_shell_history_put()[all …]