| /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/sys/crypto/skipjack/ |
| skipjack.c | 86 #define g(k0, k1, k2, k3, ih, il, oh, ol) \ 88 oh = k##k0 [il] ^ ih; \ 89 ol = k##k1 [oh] ^ il; \ 90 oh = k##k2 [ol] ^ oh; \ 91 ol = k##k3 [oh] ^ ol; \ 94 #define g0(ih, il, oh, ol) g(0, 1, 2, 3, ih, il, oh, ol) 95 #define g4(ih, il, oh, ol) g(4, 5, 6, 7, ih, il, oh, ol [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/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/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/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/lib/librpcsvc/ |
| nlm_prot.x | 34 netobj oh; 63 netobj oh; /* identify owner of a lock */ 120 netobj oh; 165 netobj oh; 173 netobj oh; 182 netobj oh;
|
| /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/usr.sbin/rpc.lockd/ |
| lockd_lock.c | 252 newfl->client.oh.n_bytes = malloc(lckarg->alock.oh.n_len); 253 if (newfl->client.oh.n_bytes == NULL) { 259 newfl->client.oh.n_len = lckarg->alock.oh.n_len; 260 (void)memcpy(newfl->client.oh.n_bytes, lckarg->alock.oh.n_bytes, 261 lckarg->alock.oh.n_len); 373 fl->client.oh.n_len != lck->oh.n_len | [all...] |
| test.c | 366 arg.alock.oh.n_len = 8; 367 arg.alock.oh.n_bytes = "\x00\x00\x02\xff\xff\xff\xd3";
|
| /src/usr.sbin/sysinst/ |
| Makefile.inc | 230 [ ! -f menu_defs.h ] || mv -f menu_defs.h menu_defs.oh 232 ! cmp -s menu_defs.oh menu_defs.h || mv -f menu_defs.oh menu_defs.h 233 @rm -f menu_defs.oh 242 [ ! -f msg_defs.h ] || mv -f msg_defs.h msg_defs.oh 244 ! cmp -s msg_defs.oh msg_defs.h || mv -f msg_defs.oh msg_defs.h 245 @rm -f msg_defs.oh
|
| /src/sys/fs/nfs/nlm/ |
| nlm_prot_xdr.c | 35 if (!xdr_netobj(xdrs, &objp->oh)) 100 if (!xdr_netobj(xdrs, &objp->oh)) 195 if (!xdr_netobj(xdrs, &objp->oh)) 267 if (!xdr_netobj(xdrs, &objp->oh)) 284 if (!xdr_netobj(xdrs, &objp->oh)) 303 if (!xdr_netobj(xdrs, &objp->oh))
|
| 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
|
| nlm_prot_server.c | 57 dst->oh = src->oh; 69 dst->oh = src->oh; 80 dst->oh = src->oh; 91 dst->oh = src->oh;
|
| nlm_advlock.c | 543 dst->oh = src->oh; 555 dst->oh = src->oh; 1268 lock->oh.n_len = oh_len; 1269 lock->oh.n_bytes = oh_space;
|
| /src/sys/arch/sparc64/sparc64/ |
| sigcode32.s | 120 ! fpu is enabled, oh well
|
| sunos_sigcode.s | 120 ! fpu is enabled, oh well
|
| /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/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;
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| regengine.inc | 208 /* oh my, they want the subexpressions... */ 236 /* uh-oh... we couldn't find a subexpression-level match */ 469 default: /* uh oh */ 668 default: /* uh oh */
|
| /src/crypto/external/bsd/openssh/bin/ssh-copy-id/ |
| ssh-copy-id | 47 oh dear.
|
| /src/usr.bin/make/unit-tests/ |
| dep-var.mk | 5 # Uh oh, this feels so strange that probably nobody uses it. But it seems to
|
| /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...] |