| /freebsd-12.1/sys/amd64/sgx/ |
| H A D | sgx.c | 911 sgx_ioctl_init(struct sgx_softc *sc, struct sgx_enclave_init *initp) in sgx_ioctl_init() argument 928 __func__, initp->addr, initp->sigstruct, initp->einittoken); in sgx_ioctl_init() 931 ret = sgx_enclave_find(sc, initp->addr, &enclave); in sgx_ioctl_init() 943 ret = copyin((void *)initp->sigstruct, sigstruct, in sgx_ioctl_init() 950 ret = copyin((void *)initp->einittoken, einittoken, in sgx_ioctl_init() 988 struct sgx_enclave_init *initp; in sgx_ioctl() local 1013 initp = (struct sgx_enclave_init *)addr; in sgx_ioctl() 1014 ret = sgx_ioctl_init(sc, initp); in sgx_ioctl()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | decl2.c | 2339 start_objects (int method_type, int initp) in start_objects() argument 2347 if (initp != DEFAULT_INIT_PRIORITY) in start_objects() 2422 (* targetm.asm_out.constructor) (fnsym, initp); in finish_objects() 2424 (* targetm.asm_out.destructor) (fnsym, initp); in finish_objects() 2619 if (!initp in one_static_initialization_or_destruction() 2665 gcc_assert (initp); in one_static_initialization_or_destruction() 2675 else if (initp) in one_static_initialization_or_destruction() 2697 if (guard && initp && flag_use_cxa_atexit) in one_static_initialization_or_destruction() 2701 if (initp) in one_static_initialization_or_destruction() 2763 if (initp) in do_static_initialization_or_destruction() [all …]
|
| H A D | tree.c | 2269 stabilize_expr (tree exp, tree* initp) in stabilize_expr() argument 2288 *initp = init_expr; in stabilize_expr() 2313 stabilize_call (tree call, tree *initp) in stabilize_call() argument 2332 *initp = inits; in stabilize_call() 2345 stabilize_init (tree init, tree *initp) in stabilize_init() argument 2349 *initp = NULL_TREE; in stabilize_init() 2357 TREE_OPERAND (t, 1) = stabilize_expr (TREE_OPERAND (t, 1), initp); in stabilize_init() 2380 stabilize_call (t, initp); in stabilize_init()
|
| H A D | ChangeLog-1999 | 6483 * decl2.c: Remove flag_init_priority. Always enable initp stuff. 6486 (do_ctors, do_dtors): Use DEFAULT_INIT_PRIORITY for the non-initp
|
| /freebsd-12.1/contrib/ncurses/include/ |
| H A D | Caps.uwin | 582 initialize_pair initp str Ip - - ----- Initialize color pair #1 to fg=(#2,#3,#4), bg=(#5,#6,#7)
|
| H A D | Caps.aix4 | 733 initialize_pair initp str Ip - - ----- Initialize color pair #1 to fg=(#2,#3,#4), bg=(#5,#6,#7)
|
| H A D | Caps.osf1r5 | 618 initialize_pair initp str Ip - - ----- Initialize color pair #1 to fg=(#2,#3,#4), bg=(#5,#6,#7)
|
| H A D | Caps | 631 initialize_pair initp str Ip - - ----- Initialize color pair #1 to fg=(#2,#3,#4), bg=(#5,#6,#7)
|
| H A D | Caps.hpux11 | 639 initialize_pair initp str Ip - - ----- Initialize color pair #1 to fg=(#2,#3,#4), bg=(#5,#6,#7)
|
| H A D | Caps.keys | 721 initialize_pair initp str Ip - - ----- Initialize color pair #1 to fg=(#2,#3,#4), bg=(#5,#6,#7)
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | ChangeLog-9899 | 658 * scripttempl/v850.sc: Add initp support.
|
| H A D | ChangeLog-9197 | 447 * scripttempl/m88kbcs.sc (__.initp.end, _etext): Added whitespace
|
| /freebsd-12.1/contrib/ncurses/misc/ |
| H A D | terminfo.src | 1699 initp@, kcbt@, oc@, op=\E[37;40m, rs1=\Ec, tsl=\E[?T, 5102 initp=\E&v%p2%da%p3%db%p4%dc%p5%dx%p6%dy%p7%dz%p1%dI, 7266 …initp=\E&v%?%p2%{1000}%=%t1%e.%p2%d%;a%?%p3%{1000}%=%t1%e.%p3%d%;b%?%p4%{1000}%=%t1%e.%p4%d%;c%?%p… 13556 …initp=\036RG0%p1%02X%p2%{255}%*%{1000}%/%02X%p3%{255}%*%{1000}%/%02X%p4%{255}%*%{1000}%/%02X%p5%{2… 13565 …initp=\036RG0%p1%{16}%/%{48}%+%c%p1%{16}%m%{48}%+%c%p2%{255}%*%{1000}%/%Pa%ga%{16}%/%{48}%+%c%ga%{…
|