Searched refs:_args (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | sysent.h | 194 .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 D | rmlock.h | 109 static struct rm_args name##_args = { \ 115 rm_sysinit, &name##_args); \
|
| H A D | posix4.h | 53 int sys_ ## SC (struct thread *td, struct SC##_args *uap) \
|
| H A D | sx.h | 138 static struct sx_args name##_args = { \ 144 sx_sysinit, &name##_args); \
|
| H A D | conf.h | 272 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 D | rwlock.h | 253 static struct rw_args name##_args = { \ 259 rw_sysinit, &name##_args); \
|
| H A D | mutex.h | 527 static struct mtx_args name##_args = { \ 533 mtx_sysinit, &name##_args); \
|
| H A D | bus.h | 325 void resource_init_map_request_impl(struct resource_map_request *_args,
|
| /f-stack/freebsd/arm64/include/ |
| H A D | sysarch.h | 42 int sysarch(int _number, void *_args);
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_trace_point.h | 45 #define __RTE_TRACE_POINT(_mode, _tp, _args, ...) \ argument 48 _tp _args \
|
| /f-stack/app/micro_thread/ |
| H A D | micro_thread.h | 278 _args = args; in SetSartFunc() 282 return _args; in GetThreadArgs() 297 void* _args; variable
|
| H A D | micro_thread.cpp | 212 _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 D | mod_os.h | 58 …ZFS_MODULE_PARAM_CALL_IMPL(_vfs_ ## scope_prefix, name, perm, func ## _args(name_prefix ## name), …
|
| /f-stack/freebsd/kern/ |
| H A D | bus_if.m | 342 * @param _args optional attributes of the mapping 350 struct resource_map_request *_args;
|