Home
last modified time | relevance | path

Searched refs:_args (Results 1 – 16 of 16) sorted by relevance

/dragonfly/sys/sys/
H A Dktr.h153 __GENSTRUCT(ktr_info_ ## master ## _ ## name ## _args, __VA_ARGS__) \
155 CTASSERT(sizeof(struct ktr_info_ ## master ## _ ## name ## _args) <= KTR_BUFSIZE); \
168 .kf_data_size = sizeof(struct ktr_info_ ## master ## _ ## name ## _args), \
193 *(struct ktr_info_ ## name ## _args *)&entry->ktr_data[0] = \
194 (struct ktr_info_ ## name ## _args){ __VA_ARGS__}; \
214 *(struct ktr_info_ ## name ## _args *)&entry->ktr_data[0] = \
215 (struct ktr_info_ ## name ## _args){ __VA_ARGS__}; \
H A Dlock.h249 static struct lock_args name##_args = { \
255 lock_sysinit, &name##_args); \
H A Dsysent.h111 ((sizeof(struct syscallname ## _args ) - sizeof(struct sysmsg)) \
/dragonfly/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.c123 static int (*funcs[W_NUM]) (struct userconf * _cnf, int _mode, struct cargs * _args) = in main()
433 getarg(struct cargs * _args, int ch) in getarg() argument
435 struct carg *c = LIST_FIRST(_args); in getarg()
443 addarg(struct cargs * _args, int ch, char *argstr) in addarg() argument
451 LIST_INSERT_HEAD(_args, ca, list); in addarg()
/dragonfly/sys/dev/virtual/virtio/scsi/
H A Dvirtio_scsivar.h175 #define vtscsi_dprintf(_sc, _level, _msg, _args ...) do { \ argument
178 __FUNCTION__, ##_args); \
181 #define vtscsi_dprintf_req(_req, _level, _msg, _args ...) do { \ argument
184 vtscsi_printf_req(_req, __FUNCTION__, _msg, ##_args); \
/dragonfly/etc/
H A Dnetwork.subr157 local _if _ifn _af _args
170 _args=${pccard_ifconfig}
176 echo $_args
185 local _tmpargs _arg _args is_optarg
191 _args=
202 _args="$_args $_arg"
211 _args="$_args $_arg"
216 echo $_args
355 _args=`get_if_var $_if $_var`
356 _args="${_args#${_af2} }"
[all …]
H A Drc.subr901 *~*) _args="-e ${_f#*~} ${_f%%~*}" ;;
902 *:*) _args="-m ${_f#*:} ${_f%%:*}" ;;
903 *) _args="${_f}" ;;
905 if ! load_kld ${_args}; then
/dragonfly/contrib/gdb-7/gdb/
H A Dobserver.sh131 struct ${event}_args { `echo "${formal}" | sed -e 's/,/;/g'`; };
146 const struct ${event}_args *args = args_data;
173 struct ${event}_args args;
/dragonfly/contrib/nvi2/common/
H A Dargs.h20 typedef struct _args { struct
/dragonfly/contrib/openpam/include/security/
H A Dpam_modules.h81 int _args,
/dragonfly/sys/dev/raid/hpt27xx/
H A Dhim.h270 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args; argument
/dragonfly/sys/dev/raid/hptrr/
H A Dhim.h244 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args; argument
/dragonfly/sys/dev/virtual/virtio/balloon/
H A Dvirtio_balloon.c126 #define vtballoon_dprintf(_sc, _level, _msg, _args ...) do { \ argument
129 __FUNCTION__, __LINE__, ##_args); \
/dragonfly/sys/kern/
H A Dkern_p1003_1b.c112 int sys_##SC (struct sysmsg *sysmsg, const struct SC##_args *uap) \
/dragonfly/doc/
H A Dporting_drivers.txt114 All device vectors in DragonFly pass a dev_<name>_args structure pointer