Searched refs:initp (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/amd64/sgx/ |
H A D | sgx.c | 907 sgx_ioctl_init(struct sgx_softc *sc, struct sgx_enclave_init *initp) in sgx_ioctl_init() argument 924 __func__, initp->addr, initp->sigstruct, initp->einittoken); in sgx_ioctl_init() 927 ret = sgx_enclave_find(sc, initp->addr, &enclave); in sgx_ioctl_init() 939 ret = copyin((void *)initp->sigstruct, sigstruct, in sgx_ioctl_init() 946 ret = copyin((void *)initp->einittoken, einittoken, in sgx_ioctl_init() 984 struct sgx_enclave_init *initp; in sgx_ioctl() local 1009 initp = (struct sgx_enclave_init *)addr; in sgx_ioctl() 1010 ret = sgx_ioctl_init(sc, initp); in sgx_ioctl()
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps.uwin | 629 initialize_pair initp str Ip - - ----- Initialize color pair #1 to fg=(#2,#3,#4), bg=(#5,#6,#7)
|
H A D | Caps.hpux11 | 693 initialize_pair initp str Ip - - ----- Initialize color pair #1 to fg=(#2,#3,#4), bg=(#5,#6,#7)
|
H A D | Caps | 685 initialize_pair initp str Ip - - ----- Initialize color pair #1 to fg=(#2,#3,#4), bg=(#5,#6,#7)
|
H A D | Caps.osf1r5 | 667 initialize_pair initp str Ip - - ----- Initialize color pair #1 to fg=(#2,#3,#4), bg=(#5,#6,#7)
|
H A D | Caps.keys | 776 initialize_pair initp str Ip - - ----- Initialize color pair #1 to fg=(#2,#3,#4), bg=(#5,#6,#7)
|
H A D | Caps.aix4 | 787 initialize_pair initp str Ip - - ----- Initialize color pair #1 to fg=(#2,#3,#4), bg=(#5,#6,#7)
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 4620 # - reloading colors via initp interchanges red/blue. 7003 initp=\E&v%p2%da%p3%db%p4%dc%p5%dx%p6%dy%p7%dz%p1%dI, 7032 initp=\E&v0m%?%p2%{1000}%=%t1%e.%p2%d%;a%?%p3%{1000}%=%t1%e. 8057 # + initp interchanges red/blue (bug in tack?) 10178 initp=\E&v%?%p2%{1000}%=%t1%e.%p2%d%;a%?%p3%{1000}%=%t1%e. 10347 initp=\E&v0m%?%p2%{1000}%=%t1%e.%p2%d%;a%?%p3%{1000}%=%t1%e. 16557 initp=\036RG0%p1%02X%p2%{255}%*%{1000}%/%02X%p3%{255}%* 16570 initp=\036RG0%p1%{16}%/%{48}%+%c%p1%{16}%m%{48}%+%c%p2%{255}
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 4395 + add check in tic for mismatch between ccc and initp/initc
|