Searched defs:_args (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/nvi2/common/ |
H A D | args.h | 20 typedef struct _args { struct 21 CHAR_T *bp; /* Argument. */ 22 size_t blen; /* Buffer length. */ 23 size_t len; /* Argument length. */ 26 u_int8_t flags;
|
/dflybsd-src/usr.sbin/pw/ |
H A D | pw.c | 433 getarg(struct cargs * _args, int ch) in getarg() 443 addarg(struct cargs * _args, int ch, char *argstr) in addarg()
|
/dflybsd-src/sys/dev/virtual/virtio/scsi/ |
H A D | virtio_scsivar.h | 175 #define vtscsi_dprintf(_sc, _level, _msg, _args ...) do { \ argument 181 #define vtscsi_dprintf_req(_req, _level, _msg, _args ...) do { \ argument
|
/dflybsd-src/sys/dev/virtual/virtio/balloon/ |
H A D | virtio_balloon.c | 126 #define vtballoon_dprintf(_sc, _level, _msg, _args ...) do { \ argument
|
/dflybsd-src/sys/dev/raid/hptrr/ |
H A D | him.h | 244 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args; argument
|
/dflybsd-src/sys/dev/raid/hpt27xx/ |
H A D | him.h | 270 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args; argument
|