Searched refs:initp (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/amd64/sgx/ |
| H A D | sgx.c | 912 sgx_ioctl_init(struct sgx_softc *sc, struct sgx_enclave_init *initp) in sgx_ioctl_init() argument 929 __func__, initp->addr, initp->sigstruct, initp->einittoken); in sgx_ioctl_init() 932 ret = sgx_enclave_find(sc, initp->addr, &enclave); in sgx_ioctl_init() 944 ret = copyin((void *)initp->sigstruct, sigstruct, in sgx_ioctl_init() 951 ret = copyin((void *)initp->einittoken, einittoken, in sgx_ioctl_init() 989 struct sgx_enclave_init *initp; in sgx_ioctl() local 1014 initp = (struct sgx_enclave_init *)addr; in sgx_ioctl() 1015 ret = sgx_ioctl_init(sc, initp); in sgx_ioctl()
|
| /freebsd-13.1/contrib/ncurses/include/ |
| H A D | Caps.uwin | 583 initialize_pair initp str Ip - - ----- Initialize color pair #1 to fg=(#2,#3,#4), bg=(#5,#6,#7)
|
| H A D | Caps.hpux11 | 640 initialize_pair initp str Ip - - ----- Initialize color pair #1 to fg=(#2,#3,#4), bg=(#5,#6,#7)
|
| H A D | Caps | 632 initialize_pair initp str Ip - - ----- Initialize color pair #1 to fg=(#2,#3,#4), bg=(#5,#6,#7)
|
| H A D | Caps.osf1r5 | 619 initialize_pair initp str Ip - - ----- Initialize color pair #1 to fg=(#2,#3,#4), bg=(#5,#6,#7)
|
| H A D | Caps.aix4 | 734 initialize_pair initp str Ip - - ----- Initialize color pair #1 to fg=(#2,#3,#4), bg=(#5,#6,#7)
|
| H A D | Caps.keys | 722 initialize_pair initp str Ip - - ----- Initialize color pair #1 to fg=(#2,#3,#4), bg=(#5,#6,#7)
|
| /freebsd-13.1/contrib/ncurses/misc/ |
| H A D | terminfo.src | 1098 initp@, kcbt@, oc@, op=\E[37;40m, rs1=\Ec, tsl=\E[?T, 6278 initp=\E&v%p2%da%p3%db%p4%dc%p5%dx%p6%dy%p7%dz%p1%dI, 9230 initp=\E&v%?%p2%{1000}%=%t1%e.%p2%d%;a%?%p3%{1000}%=%t1%e. 15719 initp=\036RG0%p1%02X%p2%{255}%*%{1000}%/%02X%p3%{255}%* 15732 initp=\036RG0%p1%{16}%/%{48}%+%c%p1%{16}%m%{48}%+%c%p2%{255}
|
| /freebsd-13.1/contrib/ncurses/ |
| H A D | NEWS | 2767 + add check in tic for mismatch between ccc and initp/initc
|