Searched refs:si_free (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/atari/atari/
H A Dmachdep.c627 static struct si_callback *si_free; variable in typeref:struct:si_callback
651 if ((si = si_free) != NULL)
652 si_free = si->next;
703 si->next = si_free;
704 si_free = si;
737 si->next = si_free;
738 si_free = si;
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dscsipi_ioctl.c89 si_free(struct scsi_ioctl *si) function
358 si_free(si);

Completed in 103 milliseconds