Searched refs:farg (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/sys/dev/aic7xxx/
H A Daic_osm_lib.h130 #define aic_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \
131 kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
133 #define aic_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \
134 kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
137 #define aic_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \
138 kthread_create(func, farg, proc_ptr, fmtstr, arg)
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dppcboot.c412 ppcboot_bfd_print_private_bfd_data (abfd, farg)
414 PTR farg;
416 FILE *f = (FILE *)farg;
H A Delf.c1154 _bfd_elf_print_private_bfd_data (bfd *abfd, void *farg)
1156 FILE *f = farg;
1152 _bfd_elf_print_private_bfd_data(bfd *abfd, void *farg) argument
/freebsd-10.0-release/sys/dev/aacraid/
H A Daacraid_var.h79 #define aac_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \
80 kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
84 #define aac_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \
85 kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
/freebsd-10.0-release/sys/dev/mps/
H A Dmpsvar.h764 #define mps_kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \
765 kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
768 #define mps_kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \
769 kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
/freebsd-10.0-release/contrib/mdocml/
H A Dstyle.css60 i.farg { font-weight: normal; } /* Function argument (Fa, Fn). */
H A Dexample.style.css46 div.mandoc i.farg { font-weight: normal; } /* Function argument (Fa, Fn). */
/freebsd-10.0-release/sys/dev/mpt/
H A Dmpt.h260 #define mpt_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \
261 kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
265 #define mpt_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \
266 kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dtree.c1483 promote(op_t op, int farg, tnode_t *tn) argument
1521 } else if (farg && t == FLOAT) {

Completed in 120 milliseconds