Searched refs:args (Results 1 - 25 of 28) sorted by relevance

12

/solaris-userland/components/proftpd/dtrace/
H A Dexample.d24 printf("%-20s %-8s %9d %-5s %-6d %s\n", args[0]->ci_remote,
25 args[1]->fti_user, this->delta, args[1]->fti_cmd,
26 args[1]->fti_nbytes, args[1]->fti_pathname);
H A Dftp_provider.d43 #pragma D attributes Evolving/Evolving/ISA provider ftp args
/solaris-userland/components/docker/files/
H A Ddocker-support111 def create_rootfs_archive(args):
113 if args.devbuild:
115 if args.profile:
116 if not os.path.exists(args.profile):
117 raise RuntimeError("'%s' not found" % args.profile)
118 cmd.extend(['-c', args.profile])
126 def create_base_image(args):
137 create_rootfs_archive(args)
183 def shutdown_containers(args):
223 args
[all...]
/solaris-userland/components/openstack/neutron/files/agent/solaris/
H A Dnamespace_manager.py21 def __init__(self, *args, **kwargs):
H A Dpd.py23 def __init__(self, *args, **kwargs):
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A Dkr_nfsstat.c208 va_list args; local
210 va_start(args, message);
212 vfprintf(stderr, message, args);
213 va_end(args);
H A Dkr_vmstat.c284 va_list args; local
287 va_start(args, message);
288 (void) vfprintf(stderr, message, args);
289 va_end(args);
H A Dkr_iostat.c567 va_list args; local
569 va_start(args, message);
571 (void) vfprintf(stderr, message, args);
572 va_end(args);
/solaris-userland/components/openssh/dtrace_sftp/
H A Dsftp_provider.d61 #pragma D attributes Evolving/Evolving/ISA provider sftp args
/solaris-userland/components/gnome/gdm/files/
H A Dsvc-gdm10 # svc:/application/graphical-login/gdm> setprop gdm/args = "--fatal-warnings"
22 arg="$(eval "echo $(svcprop -p gdm/args $FMRI)")"
/solaris-userland/tools/
H A Duserland-unpack111 opts, args = getopt.getopt(sys.argv[1:], "fr:v",
127 filename = ((args[0] == '/') and "%s" or "../%s") % args[0]
H A Dbass-o-matic134 opts, args = getopt.getopt(sys.argv[1:], "w:c:d",
161 print "using template zone %s to create a build environment for %s to run '%s'" % (template_zone, component_arg, ['gmake'] + args)
162 proc = subprocess.Popen(['gmake'] + args)
H A Dgen-components305 opts, args = getopt.getopt(sys.argv[1:], "b:do:r:w:",
H A Duserland-mangler340 opts, args = getopt.getopt(sys.argv[1:], "D:d:m:",
/solaris-userland/components/desktop/desktop-cache/files/
H A Dfind_newer118 # parse the command line args
123 opts, args = getopt.getopt(argv[1:], "hcmaf", ["help", "newer=", "name="])
141 if len(args) < 1:
166 for dir in args:
/solaris-userland/components/ntp/
H A DMakefile98 CONFIGURE_OPTIONS += --disable-optional-args
/solaris-userland/components/texinfo/
H A Dtexi2html.pl761 @args = split(/\s+/, &protect_html($_));
762 foreach (@args) {
767 $type = shift(@args);
769 print "# def ($tag): {$type} ", join(', ', @args), "\n"
772 $name = shift(@args);
781 $_ .= " <I>@args</I>" if @args;
785 $name = shift(@args);
788 $_ .= " <I>@args</I>" if @args;
[all...]
/solaris-userland/components/python/os-brick/files/solaris/
H A Dsolarisiscsi.py33 def __init__(self, *args, **kwargs):
H A Dsolarisfc.py33 def __init__(self, *args, **kwargs):
/solaris-userland/components/openstack/cinder/files/solaris/
H A Dnfs.py53 def __init__(self, *args, **kwargs):
54 super(ZfsNfsVolumeDriver, self).__init__(*args, **kwargs)
H A Dzfs.py112 def __init__(self, *args, **kwargs):
114 *args, **kwargs)
611 def __init__(self, *args, **kwargs):
612 super(STMFDriver, self).__init__(*args, **kwargs)
738 def __init__(self, *args, **kwargs):
739 super(ZFSISCSIDriver, self).__init__(*args, **kwargs)
1056 def __init__(self, *args, **kwargs):
1057 super(ZFSFCDriver, self).__init__(*args, **kwargs)
/solaris-userland/components/openstack/horizon/files/
H A Doverrides.py66 def __init__(self, request, context, *args, **kwargs):
68 *args, **kwargs)
/solaris-userland/components/openssl/openssl-fips/inline-t4/
H A Dsparcv9_modes.pl1598 my @args=@_;
1609 foreach (@args[0..3]) {
1619 2<<30|0b011001<<19|$opf<<5|$args[0]<<14|$args[1]|$args[2]<<9|$args[3]<<25,
1622 foreach (@args[0..2]) {
1632 2<<30|0b110110<<19|$opf<<5|$args[0]<<14|$args[1]|$args[
[all...]
/solaris-userland/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py371 args = ['/usr/sbin/ipmitool',
380 args.append('-p')
381 args.append(driver_info['dest_port'])
384 args.append('-U')
385 args.append(driver_info['username'])
389 args.append(option)
390 args.append(driver_info[name])
397 args.append('-R')
398 args.append(str(num_tries))
400 args
[all...]
/solaris-userland/make-rules/
H A Dgem.mk39 # Build install args in a more readable fashion

Completed in 2655 milliseconds

12