Searched refs:_args (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/contrib/nvi/common/
H A Dargs.h22 typedef struct _args { struct
/freebsd-9.3-release/sys/sparc64/include/
H A Dsysarch.h69 int sysarch(int _number, void *_args);
/freebsd-9.3-release/usr.sbin/pw/
H A Dpw.h105 struct carg *addarg(struct cargs * _args, int ch, char *argstr);
106 struct carg *getarg(struct cargs * _args, int ch);
108 int pw_user(struct userconf * cnf, int mode, struct cargs * _args);
109 int pw_group(struct userconf * cnf, int mode, struct cargs * _args);
H A Dpw.c126 static int (*funcs[W_NUM]) (struct userconf * _cnf, int _mode, struct cargs * _args) =
436 getarg(struct cargs * _args, int ch) argument
438 struct carg *c = LIST_FIRST(_args);
446 addarg(struct cargs * _args, int ch, char *argstr) argument
454 LIST_INSERT_HEAD(_args, ca, list);
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32_util.h74 (sizeof(struct syscallname ## _args ) \
84 .sy_narg = (sizeof(struct syscallname ## _args ) \
93 .sy_narg = (sizeof(struct syscallname ## _args ) \
/freebsd-9.3-release/sys/dev/virtio/scsi/
H A Dvirtio_scsivar.h172 #define vtscsi_dprintf(_sc, _level, _msg, _args ...) do { \
175 __FUNCTION__, ##_args); \
178 #define vtscsi_dprintf_req(_req, _level, _msg, _args ...) do { \
181 vtscsi_printf_req(_req, __FUNCTION__, _msg, ##_args); \
/freebsd-9.3-release/sys/sys/
H A Drmlock.h112 static struct rm_args name##_args = { \
117 rm_sysinit, &name##_args); \
123 static struct rm_args name##_args = { \
129 rm_sysinit_flags, &name##_args); \
H A Dposix4.h51 int sys_ ## SC (struct thread *td, struct SC##_args *uap) \
H A Drwlock.h189 static struct rw_args name##_args = { \
194 rw_sysinit, &name##_args); \
200 static struct rw_args_flags name##_args = { \
206 rw_sysinit_flags, &name##_args); \
H A Dsysent.h176 (sizeof(struct syscallname ## _args ) \
184 (sizeof(struct syscallname ## _args ) \
224 .sy_narg = (sizeof(struct syscallname ## _args ) \
233 .sy_narg = (sizeof(struct syscallname ## _args ) \
H A Dsx.h134 static struct sx_args name##_args = { \
140 sx_sysinit, &name##_args); \
H A Dmutex.h408 static struct mtx_args name##_args = { \
414 mtx_sysinit, &name##_args); \
/freebsd-9.3-release/contrib/openpam/include/security/
H A Dpam_modules.h81 int _args,
/freebsd-9.3-release/etc/
H A Dnetwork.subr281 local _tmpargs _arg _args
286 _args=
297 _args="$_args $_arg"
302 echo $_args
953 local _ret _if _af _action _args _c _tmpargs
960 _args=$*
962 case $_args in
973 for _c in $_args; do
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_util.h75 linux_ ## s(struct thread *td, struct linux_ ## s ## _args *args) \
/freebsd-9.3-release/sys/dev/hpt27xx/
H A Dhim.h270 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args;
/freebsd-9.3-release/sys/dev/hptnr/
H A Dhim.h273 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args;
/freebsd-9.3-release/sys/dev/hptrr/
H A Dhim.h244 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args;

Completed in 183 milliseconds