Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for CSTOP (0.13 sec)

  1. src/syscall/zerrors_solaris_amd64.go

    	CS6                           = 0x10
    	CS7                           = 0x20
    	CS8                           = 0x30
    	CSIZE                         = 0x30
    	CSTART                        = 0x11
    	CSTOP                         = 0x13
    	CSTOPB                        = 0x40
    	CSUSP                         = 0x1a
    	CSWTCH                        = 0x1a
    	DLT_AIRONET_HEADER            = 0x78
    	DLT_APPLE_IP_OVER_IEEE1394    = 0x8a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	CS5                                         = 0x0
    	CSIGNAL                                     = 0xff
    	CSTART                                      = 0x11
    	CSTATUS                                     = 0x0
    	CSTOP                                       = 0x13
    	CSUSP                                       = 0x1a
    	DAXFS_MAGIC                                 = 0x64646178
    	DEBUGFS_MAGIC                               = 0x64626720
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"CS5", Const, 0},
    		{"CS6", Const, 0},
    		{"CS7", Const, 0},
    		{"CS8", Const, 0},
    		{"CSIZE", Const, 0},
    		{"CSTART", Const, 1},
    		{"CSTATUS", Const, 1},
    		{"CSTOP", Const, 1},
    		{"CSTOPB", Const, 0},
    		{"CSUSP", Const, 1},
    		{"CTL_MAXNAME", Const, 0},
    		{"CTL_NET", Const, 0},
    		{"CTL_QUERY", Const, 1},
    		{"CTRL_BREAK_EVENT", Const, 1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top