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

/freebsd-10.1-release/contrib/nvi/common/
H A Dargs.h22 typedef struct _args { struct
/freebsd-10.1-release/usr.sbin/pw/
H A Dpw.h106 struct carg *addarg(struct cargs * _args, int ch, char *argstr);
107 struct carg *getarg(struct cargs * _args, int ch);
109 int pw_user(struct userconf * cnf, int mode, struct cargs * _args);
110 int pw_group(struct userconf * cnf, int mode, struct cargs * _args);
H A Dpw.c122 static int (*funcs[W_NUM]) (struct userconf * _cnf, int _mode, struct cargs * _args) =
432 getarg(struct cargs * _args, int ch) argument
434 struct carg *c = LIST_FIRST(_args);
442 addarg(struct cargs * _args, int ch, char *argstr) argument
450 LIST_INSERT_HEAD(_args, ca, list);
/freebsd-10.1-release/sys/sparc64/include/
H A Dsysarch.h69 int sysarch(int _number, void *_args);
/freebsd-10.1-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-10.1-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-10.1-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 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 Drwlock.h228 static struct rw_args name##_args = { \
233 rw_sysinit, &name##_args); \
239 static struct rw_args_flags name##_args = { \
245 rw_sysinit_flags, &name##_args); \
H A Dsx.h125 static struct sx_args name##_args = { \
131 sx_sysinit, &name##_args); \
H A Dmutex.h436 static struct mtx_args name##_args = { \
442 mtx_sysinit, &name##_args); \
/freebsd-10.1-release/contrib/openpam/include/security/
H A Dpam_modules.h81 int _args,
/freebsd-10.1-release/etc/
H A Dnetwork.subr321 local _tmpargs _arg _args _vnet
326 _args=
340 _args="$_args $_arg"
345 echo $_args
1022 local _ret _if _af _action _args _c _tmpargs
1029 _args=$*
1031 case $_args in
1042 for _c in $_args; do
/freebsd-10.1-release/sys/compat/linux/
H A Dlinux_util.h75 linux_ ## s(struct thread *td, struct linux_ ## s ## _args *args) \
/freebsd-10.1-release/sys/dev/hpt27xx/
H A Dhim.h270 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args;
/freebsd-10.1-release/sys/dev/hptnr/
H A Dhim.h273 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args;
/freebsd-10.1-release/sys/dev/hptrr/
H A Dhim.h244 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args;

Completed in 219 milliseconds