Searched refs:args (Results 426 - 450 of 620) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libc/i386/threads/
H A Dasm_subr.s127 / args: cs, ss, gs, ..., eip, env, savemask
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.c59 #define Perl_PerlIO_or_Base(f, callback, base, failure, args) \
63 return (*tab->callback) args; \
65 return PerlIOBase_ ## base args; \
72 #define Perl_PerlIO_or_fail(f, callback, failure, args) \
76 return (*tab->callback) args; \
84 #define Perl_PerlIO_or_Base_void(f, callback, base, args) \
88 (*tab->callback) args; \
90 PerlIOBase_ ## base args; \
96 #define Perl_PerlIO_or_fail_void(f, callback, args) \
100 (*tab->callback) args; \
285 PerlIO_openn(pTHX_ const char *layers, const char *mode, int fd, int imode, int perm, PerlIO *old, int narg, SV **args) argument
1418 PerlIO_resolve_layers(pTHX_ const char *layers, const char *mode, int narg, SV **args) argument
1476 PerlIO_openn(pTHX_ const char *layers, const char *mode, int fd, int imode, int perm, PerlIO *f, int narg, SV **args) argument
1870 PerlIORaw_open(pTHX_ PerlIO_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO *old, int narg, SV **args) argument
2406 PerlIOUnix_open(pTHX_ PerlIO_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO *f, int narg, SV **args) argument
2696 PerlIOStdio_open(pTHX_ PerlIO_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO *f, int narg, SV **args) argument
3404 PerlIOBuf_open(pTHX_ PerlIO_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO *f, int narg, SV **args) argument
4964 vprintf(char *pat, char *args) argument
4972 vfprintf(FILE *fd, char *pat, char *args) argument
[all...]
H A Dfakesdio.h64 #define printf(fmt,args...) PerlIO_stdoutf(fmt,##args)
/osnet-11/usr/src/lib/libproc/i386/
H A DPisadep.c118 #define TR_ARG_MAX 6 /* Max args to print, same as SPARC */
182 long args[32]; member in struct:__anon2371
259 if ((rv = func(arg, gregs, argc, frame.args, frame_flags,
/osnet-11/usr/src/lib/libpicltree/
H A Dllib-lpicltree80 void *c_args, int (*callback_fn)(picl_nodehdl_t hdl, void *args));
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c403 const char *pname, nvlist_t *args, nvlist_t **prop,
426 if (args != NULL)
427 rv |= nvlist_add_nvlist(in, TOPO_PROP_PARGS, args);
554 const char *pname, nvlist_t *args, nvlist_t **prop,
559 return (fmri_prop(thp, nvl, pg, pname, args, prop, err));
563 nvlist_t *prop, int flag, nvlist_t *args, int *err)
586 if (args != NULL)
587 rv |= nvlist_add_nvlist(in, TOPO_PROP_PARGS, args);
919 rv |= nvlist_add_uint64(in, "callback-args", (uint64_t)cb_args);
922 rv |= nvlist_add_uint32(in, "callback-args", (uint32_
402 fmri_prop(topo_hdl_t *thp, nvlist_t *rsrc, const char *pgname, const char *pname, nvlist_t *args, nvlist_t **prop, int *err) argument
553 topo_fmri_getprop(topo_hdl_t *thp, nvlist_t *nvl, const char *pg, const char *pname, nvlist_t *args, nvlist_t **prop, int *err) argument
562 topo_fmri_setprop(topo_hdl_t *thp, nvlist_t *nvl, const char *pg, nvlist_t *prop, int flag, nvlist_t *args, int *err) argument
[all...]
H A Dcpu.c561 nvlist_t *args; local
570 rc = nvlist_lookup_nvlist(in, TOPO_METH_FMRI_ARG_NVL, &args);
579 if (nvlist_lookup_string(args, FM_FMRI_CPU_SERIAL_ID, &serial) != 0 ||
580 nvlist_lookup_uint32(args, FM_FMRI_CPU_ID, &cpu_id) != 0 ||
581 nvlist_lookup_uint8(args, FM_FMRI_CPU_MASK, &cpumask) != 0) {
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dacpihalt.c26 #define grub_dprintf(cond, args...) printf ( args )
H A Dls.c277 grub_cmd_ls (grub_extcmd_context_t ctxt, int argc, char **args) argument
286 grub_ls_list_files (args[i], state[0].set, state[2].set,
H A Dacpi.c463 grub_cmd_acpi (struct grub_extcmd_context *ctxt, int argc, char **args) argument
632 file = grub_file_open (args[i]);
636 return grub_error (GRUB_ERR_BAD_OS, "couldn't open file %s", args[i]);
644 return grub_error (GRUB_ERR_BAD_OS, "file %s is too small", args[i]);
661 args[i]);
/osnet-11/usr/src/grub/grub2/grub-core/gettext/
H A Dgettext.c363 int argc, char **args)
369 translation = grub_gettext_translate (args[0]);
362 grub_cmd_translate(grub_command_t cmd __attribute__ ((unused)), int argc, char **args) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm123 my @cmds = $MM->split_command($cmd, @args);
130 the args. Collectively they will process all the arguments. Each
136 If no @args are given, no @cmds will be returned.
148 my($self, $cmd, @args) = @_;
151 return(@cmds) unless @args;
164 while( @next_args = splice(@args, 0, 2) ) {
172 unshift @args, @next_args;
182 } while @args;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dmbimbf.inc780 my ($ans1,$f,$a,$p,$xp,$yp,$xa,$ya,$try,$ans,@args);
790 @args = split(/:/,$_,99);
791 my $ans = pop(@args);
793 ($x,$xa,$xp) = split (/,/,$args[0]);
799 ($y,$ya,$yp) = split (/,/,$args[1]);
/osnet-11/usr/src/lib/libc/port/threads/
H A Dcancel.c272 void *args, caddr_t fp, _cleanup_t *clnup_info)
278 infop->arg = args;
271 __pthread_cleanup_push(void (*routine)(void *), void *args, caddr_t fp, _cleanup_t *clnup_info) argument
/osnet-11/usr/src/lib/nsswitch/dns/common/
H A Dgethostent.c251 _nss_dns_getent(be, args)
253 void *args;
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dclient.py171 def __call__(cls, *args, **kwds):
172 obj = type.__call__(cls, *args, **kwds)
193 return lambda self, *args : self._call(method, *args)
673 def call(self, instance, *args):
675 args. """
676 if len(self._args) != len(args):
678 "%s called with invalid # of args (received %d, expected %d)" %
679 (self._name, len(args), len(self._args)))
684 p.pack_uint(len(args))
[all...]
/osnet-11/usr/src/lib/libsysevent/
H A Dlibevchannel.c320 door_upcall(void *cookie, char *args, size_t alen, argument
333 if (args == NULL || alen <= (size_t)0) {
337 rval = subp->evsub_func((sysevent_t *)(void *)args,
345 bcopy(&rval, args, alen);
347 (void) door_return(args, alen, NULL, 0);
/osnet-11/usr/src/lib/pylibbe/common/
H A Dlibbe.py507 # Finally, concatenate the mountpoint, kernel, and args
508 args = mountpt + " " + kernel + " " + inst.expanded_kargs()
510 return 0, args, mountpt
814 args = cmd.split()
816 proc = subprocess.Popen(args, stdout=subprocess.PIPE,
823 (args[0], ret, cmd_stderr))
/osnet-11/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/common/
H A Dfac_prov_ipmi.c1790 nvlist_t *args, *nvl; local
1795 if ((ret = nvlist_lookup_nvlist(in, TOPO_PROP_ARGS, &args)) != 0) {
1796 topo_mod_dprintf(mod, "Failed to lookup 'args' list (%s)\n",
1800 if ((ret = nvlist_lookup_uint32(args, "offset", &offset)) != 0) {
1805 if ((ret = nvlist_lookup_uint32(args, "nparams", &nparams)) != 0) {
1810 if (nvlist_lookup_string_array(args, "format", &fmtarr, &nelems) != 0) {
1875 nvlist_t *args, *nvl; local
1877 if ((ret = nvlist_lookup_nvlist(in, TOPO_PROP_ARGS, &args)) != 0) {
1878 topo_mod_dprintf(mod, "Failed to lookup 'args' list (%s)\n",
1882 if ((ret = nvlist_lookup_uint32(args, "offse
1938 nvlist_t *args, *nvl; local
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dgnome-vfs-method.c58 gchar *args; member in struct:method_name_info
72 g_free(value->args);
828 const gchar *args)
833 /* 'args' may be NULL if not supplied. */
839 if (method_name_info && strcmp(method_name_info->args, args))
850 method_name_info->args = g_strdup(args);
827 libntfs_gnomevfs_method_init(const gchar *method_name, const gchar *args) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DExporter.pm43 my $args = @_ or @_ = @$exports;
46 if ($args and not %$export_cache) {
53 if ($args or $fail) {
54 ($heavy = (/\W/ or $args and not exists $export_cache->{$_}
61 return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
169 $subref->(@args); # Call it as a function
170 $obj->$subref(@args); # Use it as a method
/osnet-11/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c549 sun4v_pci_callback(picl_nodehdl_t pcih, void *args) argument
582 if (args) {
583 char *val = args;
990 sun4v_memory_conf_callback(picl_nodehdl_t nodeh, void *args) argument
1102 sun4v_display_cpus(picl_nodehdl_t cpuh, void* args) argument
1324 sun4v_env_print_sensor_callback(picl_nodehdl_t nodeh, void *args) argument
1348 prop = (char *)args;
1552 sun4v_env_print_indicator_callback(picl_nodehdl_t nodeh, void *args) argument
1561 char *prop = (char *)args;
1572 prop = (char *)args;
1956 sun4v_print_fru_status_callback(picl_nodehdl_t nodeh, void *args) argument
2115 sun4v_print_fw_rev_callback(picl_nodehdl_t nodeh, void *args) argument
[all...]
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/montoya/common/
H A Dmontoya.c70 static int montoya_pci_callback(picl_nodehdl_t pcih, void *args);
119 montoya_pci_callback(picl_nodehdl_t pcih, void *args) argument
341 montoya_hw_rev_callback(picl_nodehdl_t pcih, void *args) argument
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/monza/common/
H A Dmonza.c72 static int monza_pci_callback(picl_nodehdl_t pcih, void *args);
146 monza_pci_callback(picl_nodehdl_t pcih, void *args) argument
378 monza_hw_rev_callback(picl_nodehdl_t pcih, void *args) argument
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay_fac.c222 nvlist_t *args; local
235 if (nvlist_lookup_nvlist(in, TOPO_PROP_ARGS, &args) != 0 ||
236 nvlist_lookup_string(args, TOPO_METH_BAY_MODE_INDICATOR,

Completed in 117 milliseconds

<<11121314151617181920>>