Searched refs:puthook (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/sbin/scsi/ |
| D | libscsi.c | 140 void *puthook, char *fmt, va_list ap) in do_buff_decode() argument 158 (*arg_put)(puthook, (letter == 't' ? 'b' : letter), \ in do_buff_decode() 281 (*arg_put)(puthook, (letter == 't' ? 'b' : letter), in do_buff_decode() 355 void (*arg_put)(void *, int , void *, int, char *), void *puthook) in scsireq_decode_visit() argument 361 arg_put, puthook, fmt, ap); in scsireq_decode_visit() 380 void (*arg_put)(void *, int, void *, int, char *), void *puthook) in scsireq_buff_decode_visit() argument 385 return do_buff_decode(buff, len, arg_put, puthook, fmt, ap); in scsireq_buff_decode_visit()
|