Searched refs:func (Results 301 - 325 of 1516) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/usr.bin/perl/pod/
H A Dsplitpod40 $func = $orig;
41 $func = $next{$func} until $pod{$func};
42 my $body = join "", @{$pod{$func}};
/openbsd-current/usr.sbin/pcidump/
H A Dpcidump.c71 void dump_type0(int bus, int dev, int func);
72 void dump_type1(int bus, int dev, int func);
73 void dump_type2(int bus, int dev, int func);
81 "usage: %s [-v] [-x | -xx | -xxx] [-d pcidev] [bus:dev:func]\n"
82 " %s -r file [-d pcidev] bus:dev:func\n",
174 int bus, dev, func; local
247 errstr = str2busdevfunc(argv[0], &bus, &dev, &func);
252 if (nfuncs == -1 || func > nfuncs)
255 error = dump_rom(bus, dev, func);
257 error = probe(bus, dev, func);
273 int bus, dev, func; local
286 str2busdevfunc(const char *string, int *bus, int *dev, int *func) argument
317 probe(int bus, int dev, int func) argument
408 dump_vpd(int bus, int dev, int func) argument
492 dump_pci_powerstate(int bus, int dev, int func, uint8_t ptr) argument
548 dump_pcie_linkspeed(int bus, int dev, int func, uint8_t ptr) argument
587 dump_pcie_devserial(int bus, int dev, int func, u_int16_t ptr) argument
602 dump_msi(int bus, int dev, int func, u_int8_t ptr) argument
616 dump_msix(int bus, int dev, int func, u_int8_t ptr) argument
633 dump_pcie_enhanced_caplist(int bus, int dev, int func) argument
671 dump_caplist(int bus, int dev, int func, u_int8_t ptr) argument
715 dump_bars(int bus, int dev, int func, int end) argument
782 dump_type0(int bus, int dev, int func) argument
814 dump_type1(int bus, int dev, int func) argument
881 dump_type2(int bus, int dev, int func) argument
948 dump(int bus, int dev, int func) argument
1001 hexdump(int bus, int dev, int func, int size) argument
1034 pci_read(int bus, int dev, int func, u_int32_t reg, u_int32_t *val) argument
1056 pci_readmask(int bus, int dev, int func, u_int32_t reg, u_int32_t *val) argument
1078 dump_rom(int bus, int dev, int func) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/Pod-Functions/
H A DFunctions_pm.PL59 foreach my $func (@$para[2 .. $#$para]) {
60 next unless ref $func eq 'ARRAY';
62 $func->[0] eq 'C' && !ref $func->[2] ? $func :
63 $func->[0] eq 'L' && ref $func->[2]
64 && $func->[2][0] eq 'C' && !ref $func->[2][2] ? $func
[all...]
/openbsd-current/regress/sys/kern/sosplice/tcp/
H A Decho.pl45 func => \&relay,
55 func => sub {
56 ($args{server}{func} || \&read_stream)->(@_);
66 func => sub {
68 eval { ($args{client}{func} || \&write_stream)->(@_) };
H A Drelay.pl42 func => \&read_stream,
50 func => \&relay,
59 func => \&write_stream,
/openbsd-current/sys/kern/
H A Dkern_kthread.c48 kthread_create(void (*func)(void *), void *arg,
62 FORK_SYSTEM, func, arg, NULL, &p);
114 kthread_create_deferred(void (*func)(void *), void *arg)
119 (*func)(arg);
127 kq->kq_func = func;
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dreentr.pl13 # d_${func}_r.U
42 # In func|inc|type|... a "S" means "type*", and a "R" means "type**".
198 my ($func, $hdr, $type, @p) = split(/\s*\|\s*/, $_, -1);
201 ($func, $u) = split(' ', $func);
202 $seenu{$func} = defined $u ? length $u : 0;
203 my $FUNC = uc $func; # for output.
204 push @seenf, $func;
221 if ($opts{U} && open(U, ">", "d_${func}_r.U")) {
244 ?RCS: \$Id: d_${func}_
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D990211-1.c10 void func(int i) function
58 func(0);
59 func(1);
/openbsd-current/sys/arch/alpha/pci/
H A Dpciide_machdep.c57 pciide_machdep_compat_intr_establish(dev, pa, chan, func, arg)
61 int (*func)(void *);
67 func, arg));
/openbsd-current/regress/sys/kern/sosplice/udp/
H A Drelay.pl43 func => \&read_datagram,
52 func => \&relay,
62 func => \&write_datagram,
/openbsd-current/regress/lib/libradius/
H A Dmain.c6 testfunc func; member in struct:test_entry
27 entries[i].func();
42 entries[ntests].func = fn;
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dunimplemented.t93 my ($func, $action) = @$_;
95 ? qr/Unimplemented: POSIX::$func\(\): .*$$action(?:\(\))? instead at \(eval/
96 : qr/Unimplemented: POSIX::$func\(\): \Q$action\E at \(eval/;
97 is(eval "POSIX::$func(); 1", undef, "POSIX::$func fails as expected");
98 like($@, $expect, "POSIX::$func gives expected error message");
/openbsd-current/lib/libmenu/
H A Dm_hook.c47 MENU_EXPORT(int) NCURSES_API set_ ## typ ## _ ## name (MENU *menu, Menu_Hook func )\
50 T((T_CALLED("set_" #typ "_" #name "(%p,%s)"), (void *) menu, TR_FUNC_ARG(0, func)));\
51 (Normalize_Menu(menu) -> typ ## name = func );\
/openbsd-current/lib/libform/
H A Dfrm_hook.c41 FORM_IMPEXP int NCURSES_API set_ ## typ ## _ ## name (FORM *form, Form_Hook func)\
44 T((T_CALLED("set_" #typ"_"#name"(%p,%s)"), (void *) form, TR_FUNC_ARG(0, func)));\
45 (Normalize_Form( form ) -> typ ## name) = func ;\
/openbsd-current/lib/csu/arm/
H A Dmd_init.h58 #define MD_SECT_CALL_FUNC(section, func) \
60 " movw r0, #:lower16:" #func "- 1f - 8 \n" \
61 " movt r0, #:upper16:" #func "- 1f - 8 \n" \
/openbsd-current/gnu/usr.bin/perl/dist/PathTools/t/
H A Dtaint.t27 foreach my $func (@Functions) {
30 eval { $cwd = &{'Cwd::'.$func} };
31 is( $@, '', "$func() should not explode under taint mode" );
/openbsd-current/gnu/gcc/libmudflap/testsuite/libmudflap.cth/
H A Dpass40-frag.c6 func (void *p) function
29 func, NULL);
/openbsd-current/sys/arch/amd64/pci/
H A Dpciide_machdep.c55 struct pci_attach_args *pa, int chan, int (*func)(void *), void *arg)
61 cookie = isa_intr_establish(NULL, irq, IST_EDGE, IPL_BIO, func, arg,
/openbsd-current/regress/usr.sbin/syslogd/
H A Dargs-length-tcp.pl15 func => sub {
H A Dargs-length-tls.pl15 func => sub {
H A Dargs-logsocket.pl14 func => sub {
H A Dargs-memory-overflow-cont.pl13 func => sub {
H A Dargs-memory-overflow-flags.pl14 func => sub {
H A Dargs-newline.pl13 func => sub {
H A Dargs-ttymsg-wall.pl16 func => sub {

Completed in 182 milliseconds

<<11121314151617181920>>