Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsysent.h194 .sy_narg = (sizeof(struct _syscallname ## _args ) \
210 (sizeof(struct syscallname ## _args ) \
250 .sy_narg = (sizeof(struct syscallname ## _args ) \
260 .sy_narg = (sizeof(struct syscallname ## _args ) \
H A Drmlock.h109 static struct rm_args name##_args = { \
115 rm_sysinit, &name##_args); \
H A Dposix4.h53 int sys_ ## SC (struct thread *td, struct SC##_args *uap) \
H A Dsx.h138 static struct sx_args name##_args = { \
144 sx_sysinit, &name##_args); \
H A Dconf.h272 void make_dev_args_init_impl(struct make_dev_args *_args, size_t _sz);
301 int make_dev_s(struct make_dev_args *_args, struct cdev **_cdev,
H A Drwlock.h253 static struct rw_args name##_args = { \
259 rw_sysinit, &name##_args); \
H A Dmutex.h527 static struct mtx_args name##_args = { \
533 mtx_sysinit, &name##_args); \
H A Dbus.h325 void resource_init_map_request_impl(struct resource_map_request *_args,
/f-stack/freebsd/arm64/include/
H A Dsysarch.h42 int sysarch(int _number, void *_args);
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_trace_point.h45 #define __RTE_TRACE_POINT(_mode, _tp, _args, ...) \ argument
48 _tp _args \
/f-stack/app/micro_thread/
H A Dmicro_thread.h278 _args = args; in SetSartFunc()
282 return _args; in GetThreadArgs()
297 void* _args; variable
H A Dmicro_thread.cpp212 _args = NULL; in MicroThread()
224 _args = NULL; in CleanState()
231 _start(_args); in Run()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dmod_os.h58 …ZFS_MODULE_PARAM_CALL_IMPL(_vfs_ ## scope_prefix, name, perm, func ## _args(name_prefix ## name), …
/f-stack/freebsd/kern/
H A Dbus_if.m342 * @param _args optional attributes of the mapping
350 struct resource_map_request *_args;