/solaris-userland/components/proftpd/dtrace/ |
H A D | example.d | 24 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 D | ftp_provider.d | 43 #pragma D attributes Evolving/Evolving/ISA provider ftp args
|
/solaris-userland/components/docker/files/ |
H A D | docker-support | 111 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 D | namespace_manager.py | 21 def __init__(self, *args, **kwargs):
|
H A D | pd.py | 23 def __init__(self, *args, **kwargs):
|
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/ |
H A D | kr_nfsstat.c | 208 va_list args; local 210 va_start(args, message); 212 vfprintf(stderr, message, args); 213 va_end(args);
|
H A D | kr_vmstat.c | 284 va_list args; local 287 va_start(args, message); 288 (void) vfprintf(stderr, message, args); 289 va_end(args);
|
H A D | kr_iostat.c | 567 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 D | sftp_provider.d | 61 #pragma D attributes Evolving/Evolving/ISA provider sftp args
|
/solaris-userland/components/gnome/gdm/files/ |
H A D | svc-gdm | 10 # svc:/application/graphical-login/gdm> setprop gdm/args = "--fatal-warnings" 22 arg="$(eval "echo $(svcprop -p gdm/args $FMRI)")"
|
/solaris-userland/tools/ |
H A D | userland-unpack | 111 opts, args = getopt.getopt(sys.argv[1:], "fr:v", 127 filename = ((args[0] == '/') and "%s" or "../%s") % args[0]
|
H A D | bass-o-matic | 134 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 D | gen-components | 305 opts, args = getopt.getopt(sys.argv[1:], "b:do:r:w:",
|
H A D | userland-mangler | 340 opts, args = getopt.getopt(sys.argv[1:], "D:d:m:",
|
/solaris-userland/components/desktop/desktop-cache/files/ |
H A D | find_newer | 118 # 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 D | Makefile | 98 CONFIGURE_OPTIONS += --disable-optional-args
|
/solaris-userland/components/texinfo/ |
H A D | texi2html.pl | 761 @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 D | solarisiscsi.py | 33 def __init__(self, *args, **kwargs):
|
H A D | solarisfc.py | 33 def __init__(self, *args, **kwargs):
|
/solaris-userland/components/openstack/cinder/files/solaris/ |
H A D | nfs.py | 53 def __init__(self, *args, **kwargs): 54 super(ZfsNfsVolumeDriver, self).__init__(*args, **kwargs)
|
H A D | zfs.py | 112 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 D | overrides.py | 66 def __init__(self, request, context, *args, **kwargs): 68 *args, **kwargs)
|
/solaris-userland/components/openssl/openssl-fips/inline-t4/ |
H A D | sparcv9_modes.pl | 1598 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 D | solaris_ipmitool.py | 371 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 D | gem.mk | 39 # Build install args in a more readable fashion
|