Home
last modified time | relevance | path

Searched refs:arg_put (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/lib/libcam/
Dscsi_cmdparse.c104 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 …]
Dcamlib.h156 void (*arg_put)(void *, int, void *, int, char *),
161 void (*arg_put)(void *, int, void *, int, char *),
/freebsd-10-stable/usr.sbin/ctladm/
Dctladm.h47 void arg_put(void *hook, int letter, void *arg, int count, char *name);
Dutil.c110 arg_put(void *hook __unused, int letter, void *arg, int count, char *name) in arg_put() function
/freebsd-10-stable/sbin/camcontrol/
Dutil.c110 arg_put(void *hook __unused, int letter, void *arg, int count, char *name) in arg_put() function
Dcamcontrol.h102 void arg_put(void *hook, int letter, void *arg, int count, char *name);
Dcamcontrol.c4557 arg_put, NULL); in scsicmd()
4586 arg_put, NULL); in scsicmd()
7122 datastr, arg_put, NULL); in smpcmd()