Searched refs:em (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_emul.c123 struct linux_emuldata *em; local
130 em = p->p_emuldata;
132 if (em == NULL && locked == EMUL_DOLOCK)
135 LIN_SDT_PROBE1(emul, em_find, return, em);
136 return (em);
142 struct linux_emuldata *em, *p_em; local
149 em = malloc(sizeof *em, M_LINUX, M_WAITOK | M_ZERO);
150 em->pid = child;
151 em
226 struct linux_emuldata *em; local
357 struct linux_emuldata *em; local
394 struct linux_emuldata *em; local
428 struct linux_emuldata *em; local
449 struct linux_emuldata *em, *td_em, *tmp_em; local
[all...]
H A Dlinux_fork.c154 struct linux_emuldata *em; local
220 em = em_find(p2, EMUL_DOLOCK);
221 KASSERT(em != NULL, ("clone: emuldata not found."));
234 em->child_set_tid = args->child_tidptr;
236 em->child_set_tid = NULL;
239 em->child_clear_tid = args->child_tidptr;
241 em->child_clear_tid = NULL;
H A Dlinux_misc.c1484 struct linux_emuldata *em; local
1492 em = em_find(td->td_proc, EMUL_DONTLOCK);
1493 KASSERT(em != NULL, ("getpid: emuldata not found.\n"));
1494 td->td_retval[0] = em->shared->group_pid;
1519 struct linux_emuldata *em; local
1534 em = em_find(td->td_proc, EMUL_DONTLOCK);
1536 KASSERT(em != NULL, ("getppid: process emuldata not found.\n"));
1539 p = pfind(em->shared->group_pid);
1554 em = em_find(pp, EMUL_DONTLOCK);
1555 KASSERT(em !
1667 struct linux_emuldata *em; local
1794 struct linux_emuldata *em; local
[all...]
H A Dlinux_futex.c659 struct linux_emuldata *em; local
979 em = em_find(td->td_proc, EMUL_DONTLOCK);
980 if ((em->flags & LINUX_XDEPR_REQUEUEOP) == 0) {
984 em->flags |= LINUX_XDEPR_REQUEUEOP;
1028 struct linux_emuldata *em; local
1038 em = em_find(td->td_proc, EMUL_DOLOCK);
1039 em->robust_futexes = args->head;
1049 struct linux_emuldata *em; local
1057 em = em_find(td->td_proc, EMUL_DONTLOCK);
1058 head = em
1181 struct linux_emuldata *em; local
[all...]
H A Dlinux_signal.c543 struct linux_emuldata *em; local
571 em = em_find(p, EMUL_DONTLOCK);
573 if (em == NULL) {
579 if (tgid > 0 && em->shared->group_pid != tgid)
/freebsd-9.3-release/crypto/openssl/crypto/rsa/
H A Drsa_pk1.c187 /* |em| is the encoded message, zero-padded to exactly |num| bytes */
188 unsigned char *em = NULL; local
206 em = OPENSSL_malloc(num);
207 if (em == NULL) {
211 memset(em, 0, num);
220 memcpy(em + num - flen, from, flen);
222 good = constant_time_is_zero(em[0]);
223 good &= constant_time_eq(em[1], 2);
227 unsigned int equals0 = constant_time_is_zero(em[i]);
235 * PS must be at least 8 bytes long, and it starts two bytes into |em|
[all...]
H A Drsa_oaep.c96 * |em| is the encoded message, zero-padded to exactly |num| bytes: em =
99 unsigned char *db = NULL, *em = NULL, seed[EVP_MAX_MD_SIZE], local
118 em = OPENSSL_malloc(num);
119 if (db == NULL || em == NULL) {
132 memset(em, 0, num);
133 memcpy(em + num - flen, from, flen);
140 good = constant_time_is_zero(em[0]);
142 maskedseed = em + 1;
143 maskeddb = em
[all...]
/freebsd-9.3-release/contrib/groff/src/utils/addftinfo/
H A Dguess.h23 int em; member in struct:font_params
H A Dguess.cpp179 height = (param.em*3)/4;
180 depth = param.em/4;
277 depth = param.em/4;
280 height = (param.em*3)/4;
283 height = (param.em*3)/4;
284 depth = param.em/4;
341 height = (param.em*3)/4;
342 depth = param.em/4;
/freebsd-9.3-release/contrib/binutils/ld/
H A DMakefile.am457 EMULATION_FILES = emultempl/pe.em emultempl/armcoff.em
498 ELF_DEPS = $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/elf-generic.em
499 ELF_GEN_DEPS = $(srcdir)/emultempl/generic.em $(srcdir)/emultempl/elf-generic.em $(srcdir)/emultempl/genelf.em
504 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
507 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
510 $(srcdir)/emultempl/aix.em
[all...]
/freebsd-9.3-release/contrib/groff/font/devlj4/generate/
H A Dspecial.awk8 return int(num * em + 0.5)
14 em = 26346 # Intellifont (8782 DU/em) and hpftodit(1) multiplier of 3
/freebsd-9.3-release/contrib/binutils/gas/
H A Das.c143 char *p, *em = 0;
146 if (!strncmp ("--em", argv[i], 4))
160 em = p;
163 if (em == 0)
164 em = getenv (EMULATION_ENVIRON);
165 if (em == 0)
166 em = DEFAULT_EMULATION;
168 if (em)
171 if (!strcmp (emulations[i]->name, em))
174 as_fatal (_("unrecognized emulation name `%s'"), em);
142 char *p, *em = 0; local
[all...]
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dnumber.cpp608 hunits em = curenv->get_size(); local
609 *v = scale(*v, em.is_zero() ? hresolution : em.to_units(), divisor);
614 hunits em = curenv->get_size(); local
615 *v = scale(*v, em.is_zero() ? hresolution : em.to_units(), divisor*100);
/freebsd-9.3-release/contrib/cvs/doc/
H A Dmkman.pl145 s/(?<!-)---(?!-)/\\(em/g;
227 $content =~ s/^$last_header(\\\(em|\s+)?//;
/freebsd-9.3-release/sys/powerpc/conf/
H A DMPC85XX66 device em
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp360 // Determine the approximate size of the message bubble in em.
361 unsigned em; local
365 em = max_token / 2;
378 em = characters / 2;
381 if (em < max_line/2)
382 os << "; max-width:" << em << "em"; local
385 os << "; max-width:100em";
/freebsd-9.3-release/contrib/groff/font/devdvi/
H A DTB344 em 1205856,466034,0,33496 0 0174
/freebsd-9.3-release/sys/conf/
H A DmakeLINT.mk38 echo "nodevice em" >> ${.TARGET}-NOIP
/freebsd-9.3-release/tools/tools/nanobsd/pcengines/
H A DALIX_DSK48 device em
H A DALIX_NFS48 device em
/freebsd-9.3-release/sys/modules/
H A DMakefile483 _em= em
658 _em= em
768 _em= em
813 _em= em
/freebsd-9.3-release/contrib/groff/font/devps/generate/
H A Dtextmap175 emdash em
/freebsd-9.3-release/contrib/groff/font/devps/
H A Dsymbolmap178 emdash em
/freebsd-9.3-release/gnu/usr.bin/binutils/ld/
H A Dgenscripts.sh241 . ${srcdir}/emultempl/${TEMPLATE_NAME-generic}.em
/freebsd-9.3-release/sys/ia64/conf/
H A DGENERIC127 device em # Intel PRO/1000 Gigabit Ethernet Family

Completed in 172 milliseconds

12