Lines Matching refs:clear
37 clear:1; /* 1 if key needs clearing, 0 if storing */ member
43 bool clear; member
603 update->clear = !store; in update_cdb_node_settings()
618 free_slot->clear = !store; in update_cdb_node_settings()
656 uint8_t clear = store ? 0U : 1U; in update_cdb_subnet_settings() local
662 update->clear = clear; in update_cdb_subnet_settings()
679 free_slot->clear = clear; in update_cdb_subnet_settings()
688 uint8_t clear = store ? 0U : 1U; in update_cdb_app_key_settings() local
694 update->clear = clear; in update_cdb_app_key_settings()
712 free_slot->clear = clear; in update_cdb_app_key_settings()
1157 LOG_DBG("addr: 0x%04x, clear: %d", addr, update->clear); in store_cdb_pending_nodes()
1159 if (update->clear) { in store_cdb_pending_nodes()
1187 if (update->clear) { in store_cdb_pending_keys()