HomeSort by: relevance | last modified time | path
    Searched defs:erase_callback (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/chfs/
ebh.c 64 void erase_callback(struct flash_erase_instruction *ei);
868 * erase_callback - callback function for flash erase
872 erase_callback(struct flash_erase_instruction *ei) function in typeref:typename:void
876 //dbg_ebh("ERASE_CALLBACK() CALLED\n");
893 /*dbg_ebh("LOCK: ebh->erase_lock spin locked in erase_callback() "
898 /*dbg_ebh("UNLOCK: ebh->erase_lock spin unlocked in erase_callback() "
905 /*dbg_ebh("LOCK: ebh->erase_lock spin locked in erase_callback()\n");*/
908 /*dbg_ebh("UNLOCK: ebh->erase_lock spin unlocked in erase_callback()\n");*/
968 ei->ei_callback = erase_callback;
ebh.c 64 void erase_callback(struct flash_erase_instruction *ei);
868 * erase_callback - callback function for flash erase
872 erase_callback(struct flash_erase_instruction *ei) function in typeref:typename:void
876 //dbg_ebh("ERASE_CALLBACK() CALLED\n");
893 /*dbg_ebh("LOCK: ebh->erase_lock spin locked in erase_callback() "
898 /*dbg_ebh("UNLOCK: ebh->erase_lock spin unlocked in erase_callback() "
905 /*dbg_ebh("LOCK: ebh->erase_lock spin locked in erase_callback()\n");*/
908 /*dbg_ebh("UNLOCK: ebh->erase_lock spin unlocked in erase_callback()\n");*/
968 ei->ei_callback = erase_callback;

Completed in 25 milliseconds