Home
last modified time | relevance | path

Searched refs:oh (Results 1 – 25 of 103) sorted by relevance

12345

/netbsd/src/sys/crypto/skipjack/
Dskipjack.c86 #define g(k0, k1, k2, k3, ih, il, oh, ol) \ argument
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) argument
95 #define g4(ih, il, oh, ol) g(4, 5, 6, 7, ih, il, oh, ol) argument
96 #define g8(ih, il, oh, ol) g(8, 9, 0, 1, ih, il, oh, ol) argument
97 #define g2(ih, il, oh, ol) g(2, 3, 4, 5, ih, il, oh, ol) argument
98 #define g6(ih, il, oh, ol) g(6, 7, 8, 9, ih, il, oh, ol) argument
[all …]
/netbsd/src/sys/coda/
Dcoda.h396 struct coda_out_hdr oh; member
412 struct coda_out_hdr oh; member
440 struct coda_out_hdr oh; member
453 struct coda_out_hdr oh; member
494 struct coda_out_hdr oh; member
511 struct coda_out_hdr oh; member
563 struct coda_out_hdr oh; member
589 struct coda_out_hdr oh; member
614 struct coda_out_hdr oh; member
637 struct coda_out_hdr oh; member
[all …]
/netbsd/src/usr.sbin/rpc.lockd/
Dlockd_lock.c252 newfl->client.oh.n_bytes = malloc(lckarg->alock.oh.n_len); in getlock()
253 if (newfl->client.oh.n_bytes == NULL) { in getlock()
259 newfl->client.oh.n_len = lckarg->alock.oh.n_len; in getlock()
260 (void)memcpy(newfl->client.oh.n_bytes, lckarg->alock.oh.n_bytes, in getlock()
261 lckarg->alock.oh.n_len); in getlock()
373 fl->client.oh.n_len != lck->oh.n_len || in unlock()
374 memcmp(fl->client.oh.n_bytes, lck->oh.n_bytes, in unlock()
375 fl->client.oh.n_len) != 0 || in unlock()
426 free(fl->client.oh.n_bytes); in lfree()
642 result.alock.oh = fl->client.oh; in send_granted()
[all …]
Dtest.c366 arg.alock.oh.n_len = 8; in main()
367 arg.alock.oh.n_bytes = "\x00\x00\x02\xff\xff\xff\xd3"; in main()
/netbsd/src/etc/etc.vax/
Ddisktab47 :ph#291346:oh#49856:bh#8192:fh#1024:
92 :ph#291346:oh#83200:bh#8192:fh#1024:
106 :ph#291346:oh#84480:bh#8192:fh#1024:
129 :ph#291346:oh#50176:bh#8192:fh#1024:
141 :ph#291346:oh#83520:bh#8192:fh#1024:
153 :ph#291346:oh#84480:bh#8192:fh#1024:
166 :ph#291346:oh#84320:bh#8192:fh#1024:
186 :ph#192696:oh#132270:bh#8192:fh#1024:
231 :ph#291346:oh#49856:bh#8192:fh#1024:
243 :ph#291346:oh#49856:bh#8192:fh#1024:
[all …]
/netbsd/src/lib/librpcsvc/
Dnlm_prot.x34 netobj oh; member
63 netobj oh; /* identify owner of a lock */ member
120 netobj oh; member
165 netobj oh; member
173 netobj oh; member
182 netobj oh; member
/netbsd/src/sys/arch/arm/marvell/
Dmvsocpmu.c51 #define TM_CSR_THR(oh, c) ((((oh) & 0x1ff) << 19)|(((c) & 0x1ff) << 10)) argument
172 int oh, c; in mvsocpmu_tm_set_limits() local
178 oh = c = 0; in mvsocpmu_tm_set_limits()
185 oh = sc->sc_uc2val(UK2UC(limits->sel_warnmax)); in mvsocpmu_tm_set_limits()
191 MVSOCPMU_TM_WRITE(sc, CSR, csr | TM_CSR_THR(oh, c)); in mvsocpmu_tm_set_limits()
/netbsd/src/sys/fs/nfs/nlm/
Dnlm_prot_xdr.c35 if (!xdr_netobj(xdrs, &objp->oh)) in xdr_nlm_holder()
100 if (!xdr_netobj(xdrs, &objp->oh)) in xdr_nlm_lock()
195 if (!xdr_netobj(xdrs, &objp->oh)) in xdr_nlm_share()
267 if (!xdr_netobj(xdrs, &objp->oh)) in xdr_nlm4_holder()
284 if (!xdr_netobj(xdrs, &objp->oh)) in xdr_nlm4_lock()
303 if (!xdr_netobj(xdrs, &objp->oh)) in xdr_nlm4_share()
Dnlm_prot_server.c57 dst->oh = src->oh; in nlm_convert_to_nlm4_lock()
69 dst->oh = src->oh; in nlm_convert_to_nlm4_share()
80 dst->oh = src->oh; in nlm_convert_to_nlm_holder()
91 dst->oh = src->oh; in nlm_convert_to_nlm4_holder()
Dnlm_prot.h34 netobj oh; member
68 netobj oh; member
129 netobj oh; member
178 netobj oh; member
187 netobj oh; member
197 netobj oh; member
Dnlm_advlock.c543 dst->oh = src->oh; in nlm_convert_to_nlm_lock()
555 dst->oh = src->oh; in nlm_convert_to_nlm4_holder()
1268 lock->oh.n_len = oh_len; in nlm_init_lock()
1269 lock->oh.n_bytes = oh_space; in nlm_init_lock()
Dnlm_prot_impl.c602 granted.alock.oh = af->af_granted.alock.oh; in nlm_lock_callback()
2078 nlm_copy_netobj(&af->af_granted.alock.oh, in nlm_do_lock()
2079 &argp->alock.oh, M_RPC); in nlm_do_lock()
/netbsd/src/share/examples/disktab/
Ddisktab369 :ph#199743:oh#115712:bh#8192:fh#1024:
380 :ph#515199:oh#115712:bh#8192:fh#1024:
391 :ph#1180799:oh#115712:bh#8192:fh#1024:
422 :ph#206496:oh#27648:th=4.2BSD:bh#4096:fh#512:
429 :ph#97682:oh#26520:th=4.2BSD:bh#4096:fh#512:
436 :ph#257250:oh#31500:bh#4096:fh#512:th=4.2BSD:
443 :ph#177936:oh#24288:th=4.2BSD:bh#4096:fh#512:
460 :ph#130416:oh#71808:th=4.2BSD:bh#4096:fh#512:
474 :ph#398520:oh#269200:th=4.2BSD:bh#4096:fh#512:
482 :ph#556500:oh#84000:bh#8192:fh#1024:th=4.2BSD:
[all …]
/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
Dotp.c848 Opheader oh; in otp_op_bind() local
884 oh = *op->o_hdr; in otp_op_bind()
885 op2.o_hdr = &oh; in otp_op_bind()
Dtranslucent.c1140 Opheader oh; in translucent_search() local
1143 oh = *op->o_hdr; in translucent_search()
1144 oh.oh_conn = op->o_conn; in translucent_search()
1145 oh.oh_connid = op->o_connid; in translucent_search()
1147 op2.o_hdr = &oh; in translucent_search()
/netbsd/src/share/misc/
Dacronyms16 ADOS attention deficit ... oh, shiny!
422 OIC oh, I see
423 OMG oh my God
425 ONNA oh no, not again
426 ONNTA oh no, not this again
433 ORITE oh, right
Dacronyms-o.real48 OMFG oh my fucking God
/netbsd/src/external/bsd/elftosb/dist/bdfiles/
Dtest_cmd.e38 c2 = 'oh';
/netbsd/src/sys/arch/sparc64/sparc64/
Dsigcode32.s120 ! fpu is enabled, oh well
Dsunos_sigcode.s120 ! fpu is enabled, oh well
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf64-ppc.c3154 struct ppc_link_hash_entry *oh; member
4097 if (eind->oh != NULL) in ppc64_elf_copy_indirect_symbol()
4098 edir->oh = ppc_follow_link (eind->oh); in ppc64_elf_copy_indirect_symbol()
4207 struct ppc_link_hash_entry *fdh = fh->oh; in lookup_fdh()
4219 fdh->oh = fh; in lookup_fdh()
4221 fh->oh = fdh; in lookup_fdh()
4226 fdh->oh = fh; in lookup_fdh()
4253 fdh->oh = fh; in make_fdh()
4255 fh->oh = fdh; in make_fdh()
5826 struct ppc_link_hash_entry *fh = ppc_follow_link (fdh->oh); in defined_code_entry()
[all …]
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf64-ppc.c3154 struct ppc_link_hash_entry *oh; member
4097 if (eind->oh != NULL) in ppc64_elf_copy_indirect_symbol()
4098 edir->oh = ppc_follow_link (eind->oh); in ppc64_elf_copy_indirect_symbol()
4207 struct ppc_link_hash_entry *fdh = fh->oh; in lookup_fdh()
4219 fdh->oh = fh; in lookup_fdh()
4221 fh->oh = fdh; in lookup_fdh()
4226 fdh->oh = fh; in lookup_fdh()
4253 fdh->oh = fh; in make_fdh()
4255 fh->oh = fdh; in make_fdh()
5826 struct ppc_link_hash_entry *fh = ppc_follow_link (fdh->oh); in defined_code_entry()
[all …]
/netbsd/src/lib/libcurses/PSD.doc/
Dappen.C32 .ie t .oh '\*(Ln Appendix A''PS1:19-%'
/netbsd/src/usr.sbin/makemandb/
Dstopwords.txt344 oh
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dti-8x6 # From: Ryan McGuire (rmcguire@freenet.columbus.oh.us).

12345