Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 88 for pdkill (0.13 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go

    	PT_GETREGS                     = 0x21
    	PT_GET_EVENT_MASK              = 0x19
    	PT_GET_SC_ARGS                 = 0x1b
    	PT_GET_SC_RET                  = 0x1c
    	PT_IO                          = 0xc
    	PT_KILL                        = 0x8
    	PT_LWPINFO                     = 0xd
    	PT_LWP_EVENTS                  = 0x18
    	PT_READ_D                      = 0x2
    	PT_READ_I                      = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 83.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go

    	PT_GETXSTATE_INFO              = 0x44
    	PT_GET_EVENT_MASK              = 0x19
    	PT_GET_SC_ARGS                 = 0x1b
    	PT_GET_SC_RET                  = 0x1c
    	PT_IO                          = 0xc
    	PT_KILL                        = 0x8
    	PT_LWPINFO                     = 0xd
    	PT_LWP_EVENTS                  = 0x18
    	PT_READ_D                      = 0x2
    	PT_READ_I                      = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.6K bytes
    - Viewed (0)
  3. src/syscall/zerrors_linux_ppc64le.go

    	VEOF                             = 0x4
    	VEOL                             = 0x6
    	VEOL2                            = 0x8
    	VERASE                           = 0x2
    	VINTR                            = 0x0
    	VKILL                            = 0x3
    	VLNEXT                           = 0xf
    	VMIN                             = 0x5
    	VQUIT                            = 0x1
    	VREPRINT                         = 0xb
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 71.8K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_loong64.go

    	VEOF                              = 0x4
    	VEOL                              = 0xb
    	VEOL2                             = 0x10
    	VERASE                            = 0x2
    	VINTR                             = 0x0
    	VKILL                             = 0x3
    	VLNEXT                            = 0xf
    	VMIN                              = 0x6
    	VQUIT                             = 0x1
    	VREPRINT                          = 0xc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 82.5K bytes
    - Viewed (0)
  5. src/os/os_test.go

    	}
    	w.Close()
    
    	var b strings.Builder
    	io.Copy(&b, r)
    	_, err = p.Wait()
    	if err != nil {
    		t.Fatalf("run hostname Wait: %v", err)
    	}
    	err = p.Kill()
    	if err == nil {
    		t.Errorf("expected an error from Kill running 'hostname'")
    	}
    	output := b.String()
    	if n := len(output); n > 0 && output[n-1] == '\n' {
    		output = output[0 : n-1]
    	}
    	if output == "" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 83.1K bytes
    - Viewed (0)
  6. pkg/controller/daemon/daemon_controller.go

    					continue
    				}
    
    				dsc.failedPodsBackoff.Next(backoffKey, now)
    
    				msg := fmt.Sprintf("Found failed daemon pod %s/%s on node %s, will try to kill it", pod.Namespace, pod.Name, node.Name)
    				logger.V(2).Info("Found failed daemon pod on node, will try to kill it", "pod", klog.KObj(pod), "node", klog.KObj(node))
    				// Emit an event so that it's discoverable to users.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  7. pkg/kubelet/kuberuntime/kuberuntime_container.go

    			if err := m.killContainer(ctx, pod, kubeContainerID, container.Name, "FailedPostStartHook", reasonFailedPostStartHook, nil, nil); err != nil {
    				klog.ErrorS(err, "Failed to kill container", "pod", klog.KObj(pod),
    					"podUID", pod.UID, "containerName", container.Name, "containerID", kubeContainerID.String())
    			}
    			return msg, ErrPostStartHook
    		}
    	}
    
    	return "", nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 54.7K bytes
    - Viewed (0)
  8. src/syscall/zerrors_solaris_amd64.go

    	VEOF                          = 0x4
    	VEOL                          = 0x5
    	VEOL2                         = 0x6
    	VERASE                        = 0x2
    	VINTR                         = 0x0
    	VKILL                         = 0x3
    	VLNEXT                        = 0xf
    	VMIN                          = 0x4
    	VQUIT                         = 0x1
    	VREPRINT                      = 0xc
    	VSTART                        = 0x8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  9. src/syscall/zerrors_openbsd_arm.go

    	VEOF                              = 0x0
    	VEOL                              = 0x1
    	VEOL2                             = 0x2
    	VERASE                            = 0x3
    	VINTR                             = 0x8
    	VKILL                             = 0x5
    	VLNEXT                            = 0xe
    	VMIN                              = 0x10
    	VQUIT                             = 0x9
    	VREPRINT                          = 0x6
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 62.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	VEOF                          = 0x4
    	VEOL                          = 0x5
    	VEOL2                         = 0x6
    	VERASE                        = 0x2
    	VINTR                         = 0x0
    	VKILL                         = 0x3
    	VLNEXT                        = 0xe
    	VMIN                          = 0x4
    	VQUIT                         = 0x1
    	VREPRINT                      = 0xb
    	VSTART                        = 0x7
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
Back to top