| /src/sys/compat/linux32/common/ |
| linux32_resource.c | 83 struct orlimit orl; local 90 memset(&orl, 0, sizeof(orl)); 91 bsd_to_linux_rlimit(&orl, &l->l_proc->p_rlimit[which]); 93 return copyout(&orl, SCARG_P32(uap, rlp), sizeof(orl)); 104 struct orlimit orl; local 108 if ((error = copyin(SCARG_P32(uap, rlp), &orl, sizeof(orl))) != 0) 115 linux32_to_bsd_rlimit(&rl, &orl); 135 struct rlimit rl, nrl, orl; local [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| libbfd.h | 137 (bfd *, unsigned int, struct orl *, unsigned int, int) ATTRIBUTE_HIDDEN; 220 (bfd *, unsigned int, struct orl *, unsigned int, int) ATTRIBUTE_HIDDEN; 223 (bfd *, unsigned int, struct orl *, unsigned int, int) ATTRIBUTE_HIDDEN; 303 (bfd *, unsigned int, struct orl *, unsigned int, int) ATTRIBUTE_HIDDEN; 1009 struct orl /* Output ranlib. */ 1007 struct orl \/* Output ranlib. *\/ struct
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| libbfd.h | 144 (bfd *, unsigned int, struct orl *, unsigned int, int) ATTRIBUTE_HIDDEN; 227 (bfd *, unsigned int, struct orl *, unsigned int, int) ATTRIBUTE_HIDDEN; 230 (bfd *, unsigned int, struct orl *, unsigned int, int) ATTRIBUTE_HIDDEN; 310 (bfd *, unsigned int, struct orl *, unsigned int, int) ATTRIBUTE_HIDDEN; 1028 struct orl /* Output ranlib. */ 1026 struct orl \/* Output ranlib. *\/ struct
|
| /src/external/gpl3/gdb/dist/bfd/ |
| libbfd.h | 144 (bfd *, unsigned int, struct orl *, unsigned int, int) ATTRIBUTE_HIDDEN; 227 (bfd *, unsigned int, struct orl *, unsigned int, int) ATTRIBUTE_HIDDEN; 230 (bfd *, unsigned int, struct orl *, unsigned int, int) ATTRIBUTE_HIDDEN; 313 (bfd *, unsigned int, struct orl *, unsigned int, int) ATTRIBUTE_HIDDEN; 1039 struct orl /* Output ranlib. */ 1037 struct orl \/* Output ranlib. *\/ struct
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| libbfd.h | 144 (bfd *, unsigned int, struct orl *, unsigned int, int) ATTRIBUTE_HIDDEN; 227 (bfd *, unsigned int, struct orl *, unsigned int, int) ATTRIBUTE_HIDDEN; 230 (bfd *, unsigned int, struct orl *, unsigned int, int) ATTRIBUTE_HIDDEN; 313 (bfd *, unsigned int, struct orl *, unsigned int, int) ATTRIBUTE_HIDDEN; 1033 struct orl /* Output ranlib. */ 1031 struct orl \/* Output ranlib. *\/ struct
|
| /src/sys/compat/linux/common/ |
| linux_misc.c | 1484 struct rlimit orl; local 1486 struct orlimit orl; 1494 memset(&orl, 0, sizeof(orl)); 1495 bsd_to_linux_rlimit(&orl, &l->l_proc->p_rlimit[which]); 1497 return copyout(&orl, SCARG(uap, rlp), sizeof(orl)); 1513 struct rlimit orl; local 1515 struct orlimit orl; local 1520 if ((error = copyin(SCARG(uap, rlp), &orl, sizeof(orl))) != 0 1549 struct rlimit rl, nrl, orl; local [all...] |