Home
last modified time | relevance | path

Searched refs:sop (Results 1 – 19 of 19) sorted by relevance

/dragonfly/test/stress/stress2/testcases/shm/
H A Dshm.c51 struct sembuf sop[2]; variable
88 sop[0].sem_num = 0; in setup()
90 sop[0].sem_flg = 0; in setup()
91 sop[1].sem_num = 1; in setup()
93 sop[1].sem_flg = 0; in setup()
112 sop[0].sem_num = i; in Wait()
113 sop[0].sem_op = -1; in Wait()
114 if (semop(semid, sop, 1) == -1) { in Wait()
123 sop[0].sem_num = i; in Sig()
124 sop[0].sem_op = 1; in Sig()
[all …]
/dragonfly/tools/tools/crypto/
H A Dcryptotest.c251 struct session2_op sop; in runtest() local
255 bzero(&sop, sizeof(sop)); in runtest()
258 sop.key = (char *) malloc(sop.keylen); in runtest()
259 if (sop.key == NULL) in runtest()
266 sop.mackey = (char *) malloc(sop.mackeylen); in runtest()
271 sop.mac = alg->code; in runtest()
273 sop.crid = crid; in runtest()
289 alg->name, sop.keylen, sop.mackeylen); in runtest()
319 cop.ses = sop.ses; in runtest()
337 cop.ses = sop.ses; in runtest()
[all …]
/dragonfly/test/stress/stress2/misc/
H A Dsem.sh73 struct sembuf sop[2];
117 sop[0].sem_num = 0;
118 sop[0].sem_op = -1;
119 sop[0].sem_flg = SEM_UNDO;
121 semop(semid, sop, 1);
131 sop[0].sem_num = 0;
132 sop[0].sem_op = 1;
133 sop[0].sem_flg = 0;
134 if (semop(semid, sop, 1) == -1)
/dragonfly/contrib/nvi2/regex/
H A Dregcomp.c157 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) argument
173 (p)->ssize * sizeof(sop))
210 p->strip = (sop *)malloc(p->ssize * sizeof(sop)); in regcomp()
1398 sop s; in doinsert()
1451 sop *sp; in enlarge()
1510 sop *scans; in findmust()
1512 sop *starts = 0; in findmust()
1514 sop *newstarts = 0; in findmust()
1517 sop s; in findmust()
1604 sop *scan; in pluscount()
[all …]
H A Dregex2.h76 typedef char sop; /* strip operator */ typedef
137 sop *strip; /* malloced area for strip */
H A Dengine.c486 sop s; in backref()
855 sop s; in step()
/dragonfly/sys/opencrypto/
H A Dcryptodev.c156 struct session_op *sop; in cryptof_ioctl() local
168 sop = (struct session_op *)data; in cryptof_ioctl()
169 switch (sop->cipher) { in cryptof_ioctl()
221 switch (sop->mac) { in cryptof_ioctl()
262 crie.cri_klen = sop->keylen * 8; in cryptof_ioctl()
263 if (sop->keylen > txform->maxkey || in cryptof_ioctl()
264 sop->keylen < txform->minkey) { in cryptof_ioctl()
280 cria.cri_klen = sop->mackeylen * 8; in cryptof_ioctl()
297 crid = SES2(sop)->crid; in cryptof_ioctl()
313 sop->mac, txform, thash); in cryptof_ioctl()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dvr-values.c929 bool sop; in extract_range_from_comparison() local
1064 bool sop; in extract_range_basic() local
2081 bool sop; in compare_name_with_value() local
2093 sop = false; in compare_name_with_value()
2135 if (!sop) in compare_name_with_value()
2372 bool sop; in vrp_evaluate_conditional() local
2384 sop = false; in vrp_evaluate_conditional()
2531 bool sop; in vrp_visit_cond_stmt() local
3120 && sop in simplify_div_or_mod_using_ranges()
3233 sop = false; in simplify_abs_using_ranges()
[all …]
H A Dhsa-common.h714 hsa_insn_signal (int nops, int opc, enum BrigAtomicOperation sop,
H A Dhsa-gen.c1629 enum BrigAtomicOperation sop, in hsa_insn_signal() argument
1634 m_memory_order (memorder), m_signalop (sop) in hsa_insn_signal()
H A Dtree-vrp.c866 bool sop; in compare_values() local
867 return compare_values_warnv (val1, val2, &sop); in compare_values()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-vrp.c1307 bool sop; in compare_values() local
1312 if (sop in compare_values()
2206 bool sop; in extract_range_from_multiplicative_op_1() local
2246 sop = true; in extract_range_from_multiplicative_op_1()
2255 sop = true; in extract_range_from_multiplicative_op_1()
2264 sop = true; in extract_range_from_multiplicative_op_1()
2267 if (sop) in extract_range_from_multiplicative_op_1()
5750 bool sop; in compare_name_with_value() local
5992 bool sop; in vrp_evaluate_conditional() local
6086 bool sop; in vrp_visit_cond_stmt() local
[all …]
/dragonfly/lib/libc/db/hash/
H A Dhash_page.c397 uint16_t *bp, *sop; in __addel() local
437 sop = (uint16_t *)bufp->page; in __addel()
439 if (PAIRFITS(sop, key, val)) in __addel()
440 putpair((char *)sop, key, val); in __addel()
/dragonfly/sys/dev/virtual/vmware/vmxnet3/
H A Dif_vmx.c1929 u_int sop; in vmxnet3_txq_eof() local
1949 sop = txr->vxtxr_next; in vmxnet3_txq_eof()
1950 txb = &txr->vxtxr_txbuf[sop]; in vmxnet3_txq_eof()
2240 if (rxcd->sop) { in vmxnet3_rxq_eof()
2868 struct vmxnet3_txdesc *txd, *sop; in vmxnet3_txq_encap() local
2933 sop->vtag_mode = 1; in vmxnet3_txq_encap()
2940 sop->offload_mode = VMXNET3_OM_TSO; in vmxnet3_txq_encap()
2941 sop->hlen = start; in vmxnet3_txq_encap()
2947 sop->offload_mode = VMXNET3_OM_CSUM; in vmxnet3_txq_encap()
2948 sop->hlen = start; in vmxnet3_txq_encap()
[all …]
H A Dif_vmxreg.h147 uint32_t sop:1; /* Start of packet */ member
/dragonfly/sys/netinet/
H A Dtcp_syncache.c892 syncache_expand(struct in_conninfo *inc, struct tcphdr *th, struct socket **sop, in syncache_expand() argument
914 sc = syncookie_lookup(inc, th, *sop); in syncache_expand()
927 so = syncache_socket(sc, *sop, m); in syncache_expand()
944 *sop = so; in syncache_expand()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-warn.c1971 tree sop, uop, base_type; in warn_for_sign_compare() local
1975 sop = orig_op0, uop = orig_op1; in warn_for_sign_compare()
1977 sop = orig_op1, uop = orig_op0; in warn_for_sign_compare()
1979 STRIP_TYPE_NOPS (sop); in warn_for_sign_compare()
1988 if (tree_expr_nonnegative_warnv_p (sop, &ovf)) in warn_for_sign_compare()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c10234 tree sop, uop, base_type; in warn_for_sign_compare() local
10238 sop = orig_op0, uop = orig_op1; in warn_for_sign_compare()
10240 sop = orig_op1, uop = orig_op0; in warn_for_sign_compare()
10242 STRIP_TYPE_NOPS (sop); in warn_for_sign_compare()
10251 if (tree_expr_nonnegative_warnv_p (sop, &ovf)) in warn_for_sign_compare()
/dragonfly/share/dict/
H A Dweb2185088 sop