HomeSort by: relevance | last modified time | path
    Searched defs:oh (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/arch/arm/marvell/
mvsocpmu.c 51 #define TM_CSR_THR(oh, c) ((((oh) & 0x1ff) << 19)|(((c) & 0x1ff) << 10))
172 int oh, c; local
178 oh = c = 0;
185 oh = sc->sc_uc2val(UK2UC(limits->sel_warnmax));
191 MVSOCPMU_TM_WRITE(sc, CSR, csr | TM_CSR_THR(oh, c));
  /src/external/bsd/jemalloc.old/dist/test/src/
SFMT.c 164 uint64_t th, tl, oh, ol; local
169 oh = th >> (shift * 8);
174 out->u[2] = (uint32_t)(oh >> 32);
175 out->u[3] = (uint32_t)oh;
179 uint64_t th, tl, oh, ol; local
184 oh = th >> (shift * 8);
189 out->u[3] = (uint32_t)(oh >> 32);
190 out->u[2] = (uint32_t)oh;
203 uint64_t th, tl, oh, ol; local
208 oh = th << (shift * 8)
218 uint64_t th, tl, oh, ol; local
    [all...]
  /src/external/mpl/dhcp/dist/dhcpctl/
omshell.c 111 dhcpctl_handle oh; local
149 memset (&oh, 0, sizeof oh);
153 } else if (oh == NULL) {
156 dhcpctl_remote_object_t *r = (dhcpctl_remote_object_t *)oh;
484 if (oh) {
496 status = dhcpctl_new_object (&oh, connection, val);
525 if (!oh) {
530 omapi_object_dereference (&oh, MDL);
544 if (oh == NULL)
    [all...]
  /src/external/bsd/jemalloc/dist/test/src/
SFMT.c 167 uint64_t th, tl, oh, ol; local
172 oh = th >> (shift * 8);
177 out->u[2] = (uint32_t)(oh >> 32);
178 out->u[3] = (uint32_t)oh;
183 uint64_t th, tl, oh, ol; local
188 oh = th >> (shift * 8);
193 out->u[3] = (uint32_t)(oh >> 32);
194 out->u[2] = (uint32_t)oh;
208 uint64_t th, tl, oh, ol; local
213 oh = th << (shift * 8)
224 uint64_t th, tl, oh, ol; local
    [all...]
  /src/external/gpl3/gdb/dist/readline/readline/
signals.c 59 # define rl_sigaction(s, nh, oh) sigaction(s, nh, oh)
309 SigHandler *oh; local
325 oh = (SigHandler *)old_winch.sa_handler;
326 if (oh && oh != (SigHandler *)SIG_IGN && oh != (SigHandler *)SIG_DFL)
327 (*oh) (sig);
338 rl_sigaction (int sig, sighandler_cxt *nh, sighandler_cxt *oh)
340 oh->sa_handler = signal (sig, nh->sa_handler)
383 SigHandler *oh; local
411 SigHandler *oh; local
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
signals.c 59 # define rl_sigaction(s, nh, oh) sigaction(s, nh, oh)
309 SigHandler *oh; local
325 oh = (SigHandler *)old_winch.sa_handler;
326 if (oh && oh != (SigHandler *)SIG_IGN && oh != (SigHandler *)SIG_DFL)
327 (*oh) (sig);
338 rl_sigaction (int sig, sighandler_cxt *nh, sighandler_cxt *oh)
340 oh->sa_handler = signal (sig, nh->sa_handler)
383 SigHandler *oh; local
411 SigHandler *oh; local
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
otp.c 875 Opheader oh; local
911 oh = *op->o_hdr;
912 op2.o_hdr = &oh;
translucent.c 1172 Opheader oh; local
1175 oh = *op->o_hdr;
1176 oh.oh_conn = op->o_conn;
1177 oh.oh_connid = op->o_connid;
1179 op2.o_hdr = &oh;
syncprov.c 1382 Opheader oh; local
1451 oh = *op->o_hdr;
1452 oh.oh_conn = ss->s_op->o_conn;
1453 oh.oh_connid = ss->s_op->o_connid;
1455 op2.o_hdr = &oh;
  /src/sys/fs/nfs/nlm/
nlm_prot.h 34 netobj oh; member in struct:nlm_holder
68 netobj oh; member in struct:nlm_lock
129 netobj oh; member in struct:nlm_share
178 netobj oh; member in struct:nlm4_holder
187 netobj oh; member in struct:nlm4_lock
197 netobj oh; member in struct:nlm4_share
  /src/external/gpl2/groff/dist/src/devices/grodvi/
dvi.cpp 651 int oh = env->hpos; local
658 oh += dh;
661 moveto(oh, ov);
873 int oh = env->hpos; local
880 oh += dh;
883 moveto(oh, ov);
  /src/sys/coda/
coda.h 396 struct coda_out_hdr oh; member in struct:coda_root_out
412 struct coda_out_hdr oh; member in struct:coda_open_out
440 struct coda_out_hdr oh; member in struct:coda_ioctl_out
453 struct coda_out_hdr oh; member in struct:coda_getattr_out
494 struct coda_out_hdr oh; member in struct:coda_lookup_out
511 struct coda_out_hdr oh; member in struct:coda_create_out
563 struct coda_out_hdr oh; member in struct:coda_mkdir_out
589 struct coda_out_hdr oh; member in struct:coda_readdir_out
614 struct coda_out_hdr oh; member in struct:coda_readlink_out
637 struct coda_out_hdr oh; member in struct:coda_vget_out
650 struct coda_out_hdr oh; member in struct:coda_purgeuser_out
661 struct coda_out_hdr oh; member in struct:coda_zapfile_out
668 struct coda_out_hdr oh; member in struct:coda_zapdir_out
675 struct coda_out_hdr oh; member in struct:coda_zapvnode_out
685 struct coda_out_hdr oh; member in struct:coda_purgefid_out
692 struct coda_out_hdr oh; member in struct:coda_replace_out
705 struct coda_out_hdr oh; member in struct:coda_open_by_fd_out
718 struct coda_out_hdr oh; member in struct:coda_open_by_path_out
728 struct coda_out_hdr oh; member in struct:coda_statfs_out
765 struct coda_out_hdr oh; \/* NB: every struct below begins with an oh *\/ member in union:outputArgs
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 3145 struct ppc_link_hash_entry *oh;
4088 if (eind->oh != NULL)
4089 edir->oh = ppc_follow_link (eind->oh);
4193 hash entry FH. Link the entries via their OH fields. */
4198 struct ppc_link_hash_entry *fdh = fh->oh;
4210 fdh->oh = fh;
4212 fh->oh = fdh;
4217 fdh->oh = fh;
4244 fdh->oh = fh
3141 struct ppc_link_hash_entry *oh; member in struct:ppc_link_hash_entry
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 3153 struct ppc_link_hash_entry *oh;
4096 if (eind->oh != NULL)
4097 edir->oh = ppc_follow_link (eind->oh);
4201 hash entry FH. Link the entries via their OH fields. */
4206 struct ppc_link_hash_entry *fdh = fh->oh;
4218 fdh->oh = fh;
4220 fh->oh = fdh;
4225 fdh->oh = fh;
4252 fdh->oh = fh
3149 struct ppc_link_hash_entry *oh; member in struct:ppc_link_hash_entry
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 3153 struct ppc_link_hash_entry *oh;
4095 if (eind->oh != NULL)
4096 edir->oh = ppc_follow_link (eind->oh);
4200 hash entry FH. Link the entries via their OH fields. */
4205 struct ppc_link_hash_entry *fdh = fh->oh;
4217 fdh->oh = fh;
4219 fh->oh = fdh;
4224 fdh->oh = fh;
4251 fdh->oh = fh
3149 struct ppc_link_hash_entry *oh; member in struct:ppc_link_hash_entry
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 3145 struct ppc_link_hash_entry *oh;
4088 if (eind->oh != NULL)
4089 edir->oh = ppc_follow_link (eind->oh);
4193 hash entry FH. Link the entries via their OH fields. */
4198 struct ppc_link_hash_entry *fdh = fh->oh;
4210 fdh->oh = fh;
4212 fh->oh = fdh;
4217 fdh->oh = fh;
4244 fdh->oh = fh
3141 struct ppc_link_hash_entry *oh; member in struct:ppc_link_hash_entry
    [all...]

Completed in 43 milliseconds