Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 250 for Getgid (0.25 sec)

  1. src/main/java/jcifs/smb/SmbCopyUtil.java

                    else if ( dh.hasCapability(SmbConstants.CAP_NT_SMBS) ) {
                        // use the open file descriptor
                        dh.send(
                            new Trans2SetFileInformation(dh.getConfig(), dfd.getFid(), attrs, ctime, mtime, atime),
                            new Trans2SetFileInformationResponse(dh.getConfig()));
                    }
                    else {
                        dh.send(
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Tue Jul 07 10:52:42 UTC 2020
    - 17.1K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbFileInputStream.java

                            off += n;
                            len -= n;
                            continue;
                        }
    
                        SmbComReadAndX request = new SmbComReadAndX(th.getConfig(), fd.getFid(), this.fp, r, null);
                        if ( type == SmbConstants.TYPE_NAMED_PIPE ) {
                            request.setMinCount(1024);
                            request.setMaxCount(1024);
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun May 17 08:55:14 UTC 2020
    - 13.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresource/etcd.go

    			APIVersion: "autoscaling/v1",
    			Kind:       "Scale",
    		},
    		ObjectMeta: metav1.ObjectMeta{
    			Name:              cr.GetName(),
    			Namespace:         cr.GetNamespace(),
    			UID:               cr.GetUID(),
    			ResourceVersion:   cr.GetResourceVersion(),
    			CreationTimestamp: cr.GetCreationTimestamp(),
    		},
    		Spec: autoscalingv1.ScaleSpec{
    			Replicas: int32(specReplicas),
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  4. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb1/SmbClient.java

                    for (final ACE ace : aces) {
                        if (logger.isDebugEnabled()) {
                            logger.debug("ACE:{}", ace);
                        }
                        processAllowedSIDs(file, ace.getSID(), ace.isAllow() ? sidAllowSet : sidDenySet);
                    }
                    responseData.addMetaData(SMB_ALLOWED_SID_ENTRIES, sidAllowSet.toArray(new SID[sidAllowSet.size()]));
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/telemetry/start.go

    		result.wg.Done()
    	}()
    }
    
    func child(reportCrashes, upload bool, uploadStartTime time.Time, uploadURL string) {
    	log.SetPrefix(fmt.Sprintf("telemetry-sidecar (pid %v): ", os.Getpid()))
    
    	// Start crashmonitoring and uploading depending on what's requested
    	// and wait for the longer running child to complete before exiting:
    	// if we collected a crash before the upload finished, wait for the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 14:52:56 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  6. src/runtime/sys_freebsd_arm.s

    	// thr_kill(tid, sig)
    	MOVW tid+0(FP), R0	// arg 1 id
    	MOVW sig+4(FP), R1	// arg 2 signal
    	MOVW $SYS_thr_kill, R7
    	SWI $0
    	RET
    
    TEXT runtime·raiseproc(SB),NOSPLIT,$0
    	// getpid
    	MOVW $SYS_getpid, R7
    	SWI $0
    	// kill(self, sig)
    				// arg 1 - pid, now in R0
    	MOVW sig+0(FP), R1	// arg 2 - signal
    	MOVW $SYS_kill, R7
    	SWI $0
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  7. src/main/java/jcifs/config/BaseConfiguration.java

            return this.oemEncoding;
        }
    
    
        @Override
        public TimeZone getLocalTimezone () {
            return this.localTimeZone;
        }
    
    
        @Override
        public int getPid () {
            return this.localPid;
        }
    
    
        @Override
        public boolean isSigningEnabled () {
            return this.signingPreferred;
        }
    
    
        @Override
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu Jan 05 13:06:39 UTC 2023
    - 20.4K bytes
    - Viewed (0)
  8. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/client/DaemonClient.java

         */
        private Optional<File> findCrashLogFile(Build build, DaemonDiagnostics diagnostics) {
            String crashLogFileName = "hs_err_pid" + diagnostics.getPid() + ".log";
            List<File> candidates = new ArrayList<>();
            candidates.add(new File(build.getParameters().getCurrentDir(), crashLogFileName));
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 19:54:56 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  9. src/main/java/jcifs/Configuration.java

    
        /**
         * @return local timezone
         */
        TimeZone getLocalTimezone ();
    
    
        /**
         * @return Process id to send, randomized if unset
         */
        int getPid ();
    
    
        /**
         * 
         * Property <tt>jcifs.smb.client.maxMpxCount</tt> (int, default 10)
         * 
         * @return maximum count of concurrent commands to announce
         */
        int getMaxMpxCount ();
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu Jan 05 13:06:39 UTC 2023
    - 18K bytes
    - Viewed (0)
  10. src/runtime/sys_linux_mips64x.s

    	SYSCALL
    	MOVW	R2, R4	// arg 1 pid
    	MOVW	sig+0(FP), R5	// arg 2
    	MOVV	$SYS_kill, R2
    	SYSCALL
    	RET
    
    TEXT ·getpid(SB),NOSPLIT|NOFRAME,$0-8
    	MOVV	$SYS_getpid, R2
    	SYSCALL
    	MOVV	R2, ret+0(FP)
    	RET
    
    TEXT ·tgkill(SB),NOSPLIT|NOFRAME,$0-24
    	MOVV	tgid+0(FP), R4
    	MOVV	tid+8(FP), R5
    	MOVV	sig+16(FP), R6
    	MOVV	$SYS_tgkill, R2
    	SYSCALL
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 18 20:57:24 UTC 2022
    - 12K bytes
    - Viewed (0)
Back to top