Home
last modified time | relevance | path

Searched refs:proc_ptr (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/dev/aic7xxx/
HDaic_osm_lib.h108 #define aic_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument
109 kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
/freebsd-14-stable/sys/dev/aacraid/
HDaacraid_var.h62 #define aac_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument
63 kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
/freebsd-14-stable/sys/dev/mpi3mr/
HDmpi3mr.h843 #define mpi3mr_kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument
844 kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
/freebsd-14-stable/sys/dev/mrsas/
HDmrsas.h3627 #define mrsas_kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument
3628 kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)