Searched refs:arg_put (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/lib/libcam/ |
| D | scsi_cmdparse.c | 104 void (*arg_put)(void *, int , void *, int, char *), in do_buff_decode() 123 if (arg_put) \ in do_buff_decode() 124 (*arg_put)(puthook, (letter == 't' ? 'b' : \ in do_buff_decode() 258 if (arg_put != NULL) in do_buff_decode() 259 (*arg_put)(puthook, in do_buff_decode() 296 width = (arg_put) ? 0 : va_arg(*ap, int); in do_buff_decode() 685 void (*arg_put)(void *, int, void *, int, char *), in csio_decode_visit() 693 if (arg_put == NULL) in csio_decode_visit() 697 arg_put, puthook, fmt, NULL)); in csio_decode_visit() 717 void (*arg_put)(void *, int, void *, int, char *), in buff_decode_visit() [all …]
|
| D | camlib.h | 156 void (*arg_put)(void *, int, void *, int, char *), 161 void (*arg_put)(void *, int, void *, int, char *),
|
| /freebsd-10-stable/usr.sbin/ctladm/ |
| D | ctladm.h | 47 void arg_put(void *hook, int letter, void *arg, int count, char *name);
|
| D | util.c | 110 arg_put(void *hook __unused, int letter, void *arg, int count, char *name) in arg_put() function
|
| /freebsd-10-stable/sbin/camcontrol/ |
| D | util.c | 110 arg_put(void *hook __unused, int letter, void *arg, int count, char *name) in arg_put() function
|
| D | camcontrol.h | 102 void arg_put(void *hook, int letter, void *arg, int count, char *name);
|
| D | camcontrol.c | 4557 arg_put, NULL); in scsicmd() 4586 arg_put, NULL); in scsicmd() 7122 datastr, arg_put, NULL); in smpcmd()
|