Searched refs:func (Results 276 - 293 of 293) sorted by relevance

<<1112

/osnet-11/usr/src/lib/libscf/common/
H A Dmidlevel.c41 #define bad_error(func, err) { \
43 __FILE__, __LINE__, func, err); \
47 #define bad_error(func, err) abort()
H A Dscf_tmpl.c1163 scf_snapshot_t *snap, walk_template_inst_func_t *func,
1183 ret = func(svc, inst, p);
1221 ret = func(NULL, tmpl_inst, p);
1257 ret = func(NULL, tmpl_inst, p);
1162 _walk_template_instances(scf_service_t *svc, scf_instance_t *inst, scf_snapshot_t *snap, walk_template_inst_func_t *func, pg_tmpl_walk_t *p, int flag) argument
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_path.c1239 uint8_t dev, func = 0; local
1254 func = PCI_REG_FUNC_G(regval);
1256 ret = uefi_add_pci(func, dev, dpath_array_ptr);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm1001 my($func, $text, $cx, $prec) = @_;
1003 return "$func($text)";
1005 return "$func $text";
1032 my($op, $cx, $func, @args) = @_;
1035 my $val = $func->($self, $op, 7, @args);
1038 return $func->($self, $op, $cx, @args);
1742 # Always show parens for \(&func()), but only with -p otherwise
1799 # looks-like-a-func rule, but a few extra parens won't hurt
4370 $body = $deparse->coderef2text(\&func);
4371 eval "sub func
[all...]
/osnet-11/usr/src/lib/libcurses/screen/
H A Dllib-lcurses875 int _prefresh(int (*func)(WINDOW *), WINDOW *pad, int pminy, int pminx,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DMan.pm973 # Italize functions in the form func().
981 # func(n) is a reference to a manual page. Make it \fIfunc\fR\|(n).
1027 | [\$\@%&*]+ \#? [:\'\w]+ $index # plain var or func
1028 | [\$\@%&*]* [:\'\w]+ (?: -> )? \(\s*[^\s,]\s*\) # 0/1-arg func call
1192 func(), func(3), and simple variable references like $foo or @bar so you
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_server.c883 rc = (*ste->func)(param, mxa);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sys.c2164 unsigned int func = POPu; local
2182 need = IOCPARM_LEN(func);
2199 retval = PerlLIO_ioctl(PerlIO_fileno(IoIFP(io)), func, s);
2208 retval = fcntl(PerlIO_fileno(IoIFP(io)), func, (int)s);
2210 retval = fcntl(PerlIO_fileno(IoIFP(io)), func, s);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm1018 my($caller,$func,$line,@rest) = caller(1); # caller(0) eg
1034 $CPAN::Frontend->myprint("Debug($caller:$func,$line,[$rest]): $arg\n");
1047 my($o,$str,$func,$args,$key_exists);
1055 $func = shift @args;
1056 $func ||= "";
1057 CPAN->debug("func[$func]") if $CPAN::DEBUG;
1060 if ($func eq "push") {
1063 } elsif ($func eq "pop") {
1066 } elsif ($func e
[all...]
H A DMemoize.pm202 my $func = _make_cref($_[0], scalar caller);
203 my $info = $memotable{$revmemotable{$func}};
204 die "$func not memoized" unless defined $info;
209 "function $info->{NAME}" : "anonymous function $func";
220 my $orig = shift; # stringized version of ref to original func.
H A DCGI.pm270 if (my $func = $class -> SUPER::can($method) ){
271 return $func;
829 my $func = qq(
841 $func .= qq! return "<\L$1\E\$attr>";} !;
843 $func .= qq! return "<\L/$1\E>"; } !;
845 $func .= qq#
853 return $func;
858 my $func = &_compile;
859 goto &$func;
863 my($func)
[all...]
H A Doverload.pm129 func => "atan2 cos sin exp abs log sqrt int",
449 func => 'atan2 cos sin exp abs log sqrt',
1236 foreach my $op (split " ", "@overload::ops{qw(unary func)}") {
1282 foreach my $op (split " ", "@overload::ops{qw(unary func)}") {
H A Dperl5db.pl7663 form func guts hack hist hpux intern ipc lexwarn locale lol mod
/osnet-11/usr/src/lib/libumem/common/
H A Dumem.c666 umem_cache_applyall(void (*func)(umem_cache_t *))
673 func(cp);
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c7460 zonecfg_notify_bind(int(*func)(const char *zonename, zoneid_t zid,
7474 zevtchan->zn_callback = func;
10394 * Iterate through the resource of a given zone configuration calling func()
10399 iter_resource_cb_t func, void *in, void *out)
10408 if ((ret = func(in, out, NULL)) != 0)
10412 if ((ret = func(in, out, dtd_to_rt(res->name))) != 0)
10421 * calling func() for each property.
10422 * NOTE: func() won't be called for complex types which aren't represented as
10427 iter_property_cb_t func, void *in, void *out)
10447 ret = func(i
10398 zonecfg_iter_resource(zone_dochandle_t handle, iter_resource_cb_t func, void *in, void *out) argument
10426 zonecfg_iter_property(zone_dochandle_t handle, iter_property_cb_t func, void *in, void *out) argument
[all...]
/osnet-11/usr/src/lib/libnsl/common/
H A Dllib-lnsl833 unsigned int xdr_sizeof(xdrproc_t func, void *data);
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfigure3818 func (int *list)
/osnet-11/usr/src/grub/grub2/
H A Dconfigure34035 int func (int *);
34037 func (int *list)
[all...]

Completed in 222 milliseconds

<<1112