Searched refs:iocookie (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/kern/ |
H A D | exec_elf.c | 1137 void *iocookie; member 1166 ws.iocookie = cookie; in coredump_elf() 1422 if (iocookie) { in coredump_notes_elf() 1467 if (iocookie && pr->ps_auxinfo) { in coredump_notes_elf() 1473 error = coredump_write(iocookie, UIO_SYSSPACE, in coredump_notes_elf() 1478 error = coredump_write(iocookie, UIO_SYSSPACE, in coredump_notes_elf() 1483 error = coredump_write(iocookie, UIO_USERSPACE, in coredump_notes_elf() 1493 if (iocookie) { in coredump_notes_elf() 1560 if (iocookie) { in coredump_note_elf() 1579 if (iocookie) { in coredump_note_elf() [all …]
|
/openbsd/sys/scsi/ |
H A D | scsi_base.c | 242 scsi_iopool_init(struct scsi_iopool *iopl, void *iocookie, in scsi_iopool_init() argument 245 iopl->iocookie = iocookie; in scsi_iopool_init() 260 io = iopl->io_get(iopl->iocookie); in scsi_iopool_get() 270 iopl->io_put(iopl->iocookie, io); in scsi_iopool_put() 301 scsi_default_get(void *iocookie) in scsi_default_get() argument 307 scsi_default_put(void *iocookie, void *io) in scsi_default_put() argument
|
H A D | scsiconf.h | 249 void *iocookie; member
|