Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetLifruInt (0.08 sec)

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

    		return fmt.Errorf("name cannot be more than %d characters", len(l.Name)-1)
    	}
    	for i := range name {
    		l.Name[i] = int8(name[i])
    	}
    	return nil
    }
    
    func (l *Lifreq) SetLifruInt(d int) {
    	*(*int)(unsafe.Pointer(&l.Lifru[0])) = d
    }
    
    func (l *Lifreq) GetLifruInt() int {
    	return *(*int)(unsafe.Pointer(&l.Lifru[0]))
    }
    
    func (l *Lifreq) SetLifruUint(d uint) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 31.1K bytes
    - Viewed (0)
Back to top