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

1234567891011>>

/osnet-11/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_osd.h166 IN void (*func) (void *),
/osnet-11/usr/src/lib/libproc/sparc/
H A DPisadep.c254 proc_stack_f *func, void *arg)
296 if ((rv = func(arg, gregs, 6, args, frame_flags, sig)) != 0)
253 Pstack_iter(struct ps_prochandle *P, const prgregset_t regs, proc_stack_f *func, void *arg) argument
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_utils.c73 void slp_err(int priority, int id, char *func, char *inmsg, ...) { argument
86 (void) snprintf(buf, sizeof (buf), "libslp: %s: ", func);
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal.c142 krb5_error_code (*func)(krb5_pointer, krb5_db_entry *),
216 (*func)(func_arg, &entry);
141 krb5_ldap_iterate(krb5_context context, char *match_expr, krb5_error_code (*func)(krb5_pointer, krb5_db_entry *), krb5_pointer func_arg, char **db_args) argument
/osnet-11/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c928 const char *func,
960 if (func == NULL) {
978 if (strcmp(func, SATA_RESET_PORT) == 0) {
1001 } else if (strcmp(func, SATA_RESET_DEVICE) == 0) {
1035 } else if (strcmp(func, SATA_RESET_ALL) == 0) {
1057 } else if (strcmp(func, SATA_PORT_DEACTIVATE) == 0) {
1079 } else if (strcmp(func, SATA_PORT_ACTIVATE) == 0) {
1102 } else if (strcmp(func, SATA_PORT_SELF_TEST) == 0) {
927 cfga_private_func( const char *func, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileHandle.pm58 for my $func (@{$import{$pkg}}) {
59 my $c = *{"${pkg}::$func"}{CODE}
60 or die "${pkg}::$func missing";
61 *$func = $c;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.t21 foreach my $func (@Exported_Funcs) {
22 can_ok __PACKAGE__, $func;
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfdisc.c188 #define GETDISCF(func,iof,type) \
190 func = d ? d->iof : NIL(type); \
/osnet-11/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c210 ctx->func = 0;
532 return (context->func);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmetarpcopen.c211 * the client. Instead it calls the helper function, func, to do that job.
213 * With the help of func, meta_client_create_retry will create an RPC
225 * func - Pointer to the helper function, that will
228 * data - Private data to be passed on to func.
240 clnt_create_func_t func,
275 clnt = (*func)(hostname, data, &timeout);
238 meta_client_create_retry( char *hostname, clnt_create_func_t func, void *data, time_t tout, md_error_t *ep ) argument
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c823 int (*func)(const devctl_hdl_t);
830 func = NULL;
846 func = set_state_cmds[i].fcn;
856 if (func == NULL && state_func == NULL) {
895 if (func != NULL && statep == NULL) {
896 rv = func(hdl);
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c376 const char *func,
487 const char *func,
541 const char *func,
630 const char *func,
644 return (plat_dev_led(func, cmd, apidp, prp, flags, errstring));
653 const char *func,
375 dev_remove( const char *func, scfga_cmd_t cmd, apid_t *apidp, prompt_t *prp, cfga_flags_t flags, char **errstring) argument
486 dev_insert( const char *func, scfga_cmd_t cmd, apid_t *apidp, prompt_t *prp, cfga_flags_t flags, char **errstring) argument
540 dev_replace( const char *func, scfga_cmd_t cmd, apid_t *apidp, prompt_t *prp, cfga_flags_t flags, char **errstring) argument
629 dev_led( const char *func, scfga_cmd_t cmd, apid_t *apidp, prompt_t *prp, cfga_flags_t flags, char **errstring) argument
652 reset_common( const char *func, scfga_cmd_t cmd, apid_t *apidp, prompt_t *prp, cfga_flags_t flags, char **errstring) argument
/osnet-11/usr/src/lib/libsqlite/
H A DMakefile.com22 func.o \
71 $(SRCDIR)/func.c \
118 $(SRCDIR)/func.c \
/osnet-11/usr/src/lib/libzpool/common/
H A Dkernel.c69 zk_thread_create(void (*func)(), void *arg) argument
73 VERIFY(thr_create(0, 0, (void *(*)(void *))func, arg, THR_DETACHED,
564 __dprintf(const char *file, const char *func, int line, const char *fmt, ...) argument
581 dprintf_find_string(func)) {
594 (void) printf("%s: ", func);
1129 zfs_onexit_add_cb(minor_t minor, void (*func)(void *), void *data,
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_consume.c1306 int (*func)(dtrace_hdl_t *, dtrace_aggregate_f *, void *);
1351 func = dtrace_aggregate_walk_valsorted;
1354 func = dtrace_aggregate_walk_valrevsorted;
1360 (void) func(dtp, dt_trunc_agg, &trunc);
1808 int (*func)(dtrace_hdl_t *, FILE *, void *,
1819 func = dtrace_fprintf;
1822 func = dtrace_fprinta;
1825 func = dtrace_system;
1828 func = dtrace_freopen;
1832 n = (*func)(dt
[all...]
H A Ddt_printf.c1020 const char *func = idp->di_name; local
1030 "%s( ) format string is empty\n", func);
1077 "\"%s\" argument\n", func, i + 1,
1087 func, j + foff + 1, i + 1,
1106 " and is not for use with %s( )\n", func);
1115 func, i + 1, pfc->pfc_name);
1152 "\t prototype: %s\n\t argument: %s\n", func,
1161 "required by this format string\n", func, j);
1347 dt_pfprint_f *func; local
1477 func
[all...]
/osnet-11/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_element.c510 int (*func)(const ses2_elem_status_impl_t *, nvlist_t *); member in struct:status_parser
566 if (sp->type == type && sp->func != NULL)
567 return (sp->func(esip, nvl));
912 int (*func)(const ses2_aes_descr_eip_impl_t *, nvlist_t *, size_t); member in struct:aes_parser
938 for (app = &aes_parsers[0]; app->func != NULL; app++)
941 if (app->func == NULL)
948 return (app->func(dep, props, len));
/osnet-11/usr/src/lib/libpp/common/
H A Dppproto.c572 char* func = 0; local
1693 if ((flags & MANGLE) && func)
1695 func[0] = 'F';
1696 func[1] = 'U';
1697 func[2] = 'N';
1698 func[3] = 'C';
1699 func = 0;
1818 func = op + 1;
1823 func = 0;
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_prop.c1876 ipadm_prop_wfunc_t *func, void *arg)
1891 if (func(arg, pdp->ipd_name, pdp->ipd_proto) == B_FALSE)
1904 ipadm_walk_proptbl(uint_t proto, uint_t class, ipadm_prop_wfunc_t *func, argument
1912 if (func == NULL)
1934 i_ipadm_walk_proptbl(pdtbl, proto, class, func, arg);
1939 i_ipadm_walk_proptbl(pdtbl, protocols[i], class, func,
1952 * This function invokes `func' for every instance of property `pname'
1956 ipadm_prop_wfunc_t *func, void *arg)
1962 if (pname == NULL || func == NULL)
1987 if (func(ar
1875 i_ipadm_walk_proptbl(ipadm_prop_desc_t *pdtbl, uint_t proto, uint_t class, ipadm_prop_wfunc_t *func, void *arg) argument
1955 ipadm_walk_prop(const char *pname, uint_t proto, uint_t class, ipadm_prop_wfunc_t *func, void *arg) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm1254 my $func = "sub AUTOLOAD {\n"
1257 $func .= " If a constant is not found then control is passed\n"
1261 $func .= "\n\n"
1263 $func .=
1266 $func .= <<"EOT";
1273 $func .= <<'EOT';
1284 $func .=
1288 $func .= <<'END';
1304 return $func;
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/i386/
H A DConfig.pm19 foreach my $func (@funcs) {
21 $func, __PACKAGE__ unless $Export_Cache{$func};
22 *{$callpkg.'::'.$func} = \&{$func};
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/sparc/
H A DConfig.pm19 foreach my $func (@funcs) {
21 $func, __PACKAGE__ unless $Export_Cache{$func};
22 *{$callpkg.'::'.$func} = \&{$func};
/osnet-11/usr/src/lib/fm/libdisklog/common/
H A Dlibdisklog.c1886 void (*func)(char *, int, FILE *);
1957 if (ip->pc == pc && ip->func != NULL) {
1958 ip->func(data, actual_inq_len(
1962 if (ip->func == NULL) {
1996 void (*func)(char *, int, FILE *);
2070 if (lp->pc == pc && lp->func != NULL) {
2071 lp->func(data, actual_log_len(
2075 if (lp->func == NULL) {
2109 void (*func)(char *, int, FILE *);
2188 mp->func !
[all...]
/osnet-11/usr/src/lib/libvrrpadm/common/
H A Dlibvrrpadm.c122 vrrp_cmd_request(void *cmd, size_t csize, vrrp_cmd_func_t func, void *arg) argument
190 if (func != NULL)
191 err = func(sock, arg);
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_hashitem.c675 bool_t (*func)(__nis_hash_item_mt *, void *),
695 if (TRUE == (*func)(it, funcarg)) {

Completed in 1794 milliseconds

1234567891011>>