Searched refs:co (Results 1 - 25 of 84) sorted by relevance

1234

/freebsd-10-stable/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_aesctr2.c54 struct crypt_op co; local
71 memset(&co, 0, sizeof(co));
72 co.ses = cs.ses;
73 co.op = COP_ENCRYPT;
74 co.len = sizeof(ibuf);
75 co.src = ibuf;
76 co.dst = obuf;
77 co.dst_len = sizeof(obuf);
78 res = ioctl(fd, CIOCCRYPT, &co);
[all...]
H A Dh_cbcdes.c52 struct crypt_op co; local
66 memset(&co, 0, sizeof(co));
67 co.ses = cs.ses;
68 co.op = COP_ENCRYPT;
69 co.len = sizeof(plaintx);
70 co.src = plaintx;
71 co.dst = buf;
72 co.dst_len = sizeof(buf);
73 co
[all...]
H A Dh_gcm.c56 struct crypt_op co; local
75 memset(&co, 0, sizeof(co));
78 co.ses = cs.ses;
79 co.op = COP_ENCRYPT;
80 co.len = sizeof(plaintx);
81 co.src = plaintx;
82 co.dst = databuf;
83 co.mac = macbuf;
84 co
[all...]
H A Dh_arc4.c51 struct crypt_op co; local
65 memset(&co, 0, sizeof(co));
66 co.ses = cs.ses;
67 co.op = COP_ENCRYPT;
68 co.len = sizeof(plaintx);
69 co.src = plaintx;
70 co.dst = buf;
71 co.dst_len = sizeof(buf);
72 res = ioctl(fd, CIOCCRYPT, &co);
[all...]
H A Dh_null.c47 struct crypt_op co; local
61 memset(&co, 0, sizeof(co));
62 co.ses = cs.ses;
63 co.op = COP_ENCRYPT;
64 co.len = sizeof(plaintx);
65 co.src = plaintx;
66 co.dst = buf;
67 co.dst_len = sizeof(buf);
68 res = ioctl(fd, CIOCCRYPT, &co);
[all...]
H A Dh_camellia.c57 struct crypt_op co; local
71 memset(&co, 0, sizeof(co));
72 co.ses = cs.ses;
73 co.op = COP_ENCRYPT;
74 co.len = sizeof(plaintx);
75 co.src = plaintx;
76 co.dst = buf;
77 co.dst_len = sizeof(buf);
78 co
[all...]
H A Dh_md5.c76 struct crypt_op co; local
90 memset(&co, 0, sizeof(co));
92 co.ses = cs.ses;
93 co.op = COP_ENCRYPT;
94 co.len = tests[i].len;
95 co.src = __UNCONST(&tests[i].plaintx);
96 co.mac = buf;
97 res = ioctl(fd, CIOCCRYPT, &co);
101 if (memcmp(co
[all...]
H A Dh_xcbcmac.c78 struct crypt_op co; local
93 memset(&co, 0, sizeof(co));
97 co.ses = cs.ses;
98 co.op = COP_ENCRYPT;
99 co.len = tests[i].len;
100 co.src = plaintx;
101 co.mac = buf;
102 res = ioctl(fd, CIOCCRYPT, &co);
H A Dh_aesctr1.c212 struct crypt_op co; local
227 memset(&co, 0, sizeof(co));
228 co.ses = cs.ses;
229 co.op = COP_ENCRYPT;
230 co.len = tests[i].len;
231 co.src = __UNCONST(&tests[i].plaintx);
232 co.dst = buf;
233 co.dst_len = sizeof(buf);
234 co
[all...]
H A Dh_md5hmac.c144 struct crypt_op co; local
162 memset(&co, 0, sizeof(co));
164 co.ses = cs.ses;
165 co.op = COP_ENCRYPT;
166 co.len = tests[i].len;
167 co.src = __UNCONST(&tests[i].data);
168 co.mac = buf;
169 res = ioctl(fd, CIOCCRYPT, &co);
173 if (memcmp(co
[all...]
H A Dh_sha1hmac.c154 struct crypt_op co; local
172 memset(&co, 0, sizeof(co));
174 co.ses = cs.ses;
175 co.op = COP_ENCRYPT;
176 co.len = tests[i].len;
177 co.src = __UNCONST(&tests[i].data);
178 co.mac = buf;
179 res = ioctl(fd, CIOCCRYPT, &co);
183 if (memcmp(co
[all...]
/freebsd-10-stable/gnu/usr.bin/rcs/co/
H A DMakefile1 PROG= co
2 SRCS= co.c
/freebsd-10-stable/sbin/ipfw/
H A Dmain.c229 if (!co.do_force)
230 co.do_force = !isatty(STDIN_FILENO);
272 co.comment_only = 1;
273 co.do_compact = 1;
277 co.do_compact = 1;
281 co.do_dynamic = 1;
285 co.do_expired = 1;
289 co.do_force = 1;
298 co.do_value_as_ip = 1;
302 co
[all...]
H A Dipfw2.c58 struct cmdline_opts co; /* global options */ variable in typeref:struct:cmdline_opts
428 if (co.test_only)
467 if (co.test_only)
574 if (co.do_resolv && (s = match_value(ether_types, port)) )
580 if (co.do_resolv) {
971 if (mb == 32 && co.do_resolv)
1101 if (co.comment_only)
1140 if (!co.show_sets)
1152 if (co.do_time == 2)
1154 else if (co
[all...]
/freebsd-10-stable/release/picobsd/mfs_tree/etc/
H A Drc.serial19 co=$1; shift # call out device identifier
26 stty </dev/cuai$co$i -clocal crtscts hupcl 9600 reprint ^R
27 stty </dev/cual$co$i -clocal -crtscts -hupcl 0
35 co=$1; shift
41 stty </dev/cuai$co$i reprint undef
47 stty </dev/cual$co$i 300
55 co=$1; shift
65 stty </dev/cuai$co$i crtscts 57600
66 stty </dev/cual$co$i crtscts
74 co
[all...]
/freebsd-10-stable/gnu/usr.bin/rcs/
H A DMakefile4 ci co ident merge rcs rcsclean rcsdiff rcsmerge rlog rcsfreeze
H A Drcstest102 co $l $q a.c &&
103 test -f a.c || { echo '#co' $l did not create working file; exit 1; }
104 $diff a.11 a.c || { echo '#ci' followed by co $l is not a no-op; exit 1; }
109 co $q a.c &&
110 $diff a.12 a.c || { echo "#ci+co failed"; exit 1; }
113 co -r1.1 $q a.c &&
119 co -r1.1.1.1 $q a.c &&
123 co -l $q a.c &&
125 co -r1.3 $q a.c &&
126 $diff a.12 a.c || { echo "#(co
[all...]
/freebsd-10-stable/release/
H A Dgenerate-release.sh99 ${SVN_CMD} co ${SVNROOT}/${BRANCHSRC} ${CHROOTDIR}/usr/src
100 ${SVN_CMD} co ${SVNROOTDOC}/${BRANCHDOC} ${CHROOTDIR}/usr/doc
101 ${SVN_CMD} co ${SVNROOTPORTS}/${BRANCHPORTS} ${CHROOTDIR}/usr/ports
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c950 static ssize_t cur_show(struct cache_order *co, struct order_attribute *oa, argument
953 struct mlx5_ib_dev *dev = co->dev;
955 struct mlx5_cache_ent *ent = &cache->ent[co->index];
962 static ssize_t limit_show(struct cache_order *co, struct order_attribute *oa, argument
965 struct mlx5_ib_dev *dev = co->dev;
967 struct mlx5_cache_ent *ent = &cache->ent[co->index];
974 static ssize_t limit_store(struct cache_order *co, struct order_attribute *oa, argument
977 struct mlx5_ib_dev *dev = co->dev;
979 struct mlx5_cache_ent *ent = &cache->ent[co->index];
995 err = add_keys(dev, co
1003 miss_show(struct cache_order *co, struct order_attribute *oa, char *buf) argument
1015 miss_store(struct cache_order *co, struct order_attribute *oa, const char *buf, size_t count) argument
1034 size_show(struct cache_order *co, struct order_attribute *oa, char *buf) argument
1046 size_store(struct cache_order *co, struct order_attribute *oa, const char *buf, size_t count) argument
1081 struct cache_order *co = container_of(kobj, struct cache_order, kobj); local
1094 struct cache_order *co = container_of(kobj, struct cache_order, kobj); local
1266 struct cache_order *co; local
1302 struct cache_order *co; local
[all...]
/freebsd-10-stable/lib/libgeom/
H A Dgeom_xml2tree.c367 struct gconsumer *co; local
420 LIST_FOREACH(co, &ge->lg_consumer, lg_consumer) {
421 gmp->lg_ident[i].lg_id = co->lg_id;
422 gmp->lg_ident[i].lg_ptr = co;
437 LIST_FOREACH(co, &ge->lg_consumer, lg_consumer) {
438 co->lg_geom =
439 geom_lookupid(gmp, co->lg_geom)->lg_ptr;
440 if (co->lg_provider != NULL) {
441 co->lg_provider =
443 co
490 struct gconsumer *co; local
[all...]
/freebsd-10-stable/lib/libedit/TEST/
H A Dtc1.c170 int ac, cc, co; local
194 ac = cc = co = 0;
195 ncontinuation = tok_line(tok, li, &ac, &av, &cc, &co);
202 (void) fprintf(stderr, " > nc %d ac %d cc %d co %d\n",
203 ncontinuation, ac, cc, co);
234 co, av[i], av[i] + co);
/freebsd-10-stable/lib/libedit/
H A Dtokenizer.c192 int cc, co; local
194 cc = co = -1;
201 co = (int)(tok->wptr - tok->wstart);
418 if (cc == -1 && co == -1) {
420 co = (int)(tok->wptr - tok->wstart);
425 *cursoro = co;
/freebsd-10-stable/gnu/usr.bin/rcs/rcsmerge/
H A Drcsmerge.c46 * Pass -Vn to `co'. Pass unexpanded revision name to `co', so that Name works.
118 static char const co[] = CO; variable
255 co, quietarg, commarg.string,
259 rcsfaterror("co failed");
/freebsd-10-stable/sys/dev/aacraid/
H A Daacraid_cam.c521 struct aac_container *co; local
527 TAILQ_FOREACH(co, &sc->aac_container_tqh, co_link) {
528 fwprintf(sc, HBA_FLAGS_DBG_ERROR_B, "found container %d search for %d", co->co_mntobj.ObjectId, ccb->ccb_h.target_id);
529 if (co->co_mntobj.ObjectId == ccb->ccb_h.target_id)
532 if (co == NULL || ccb->ccb_h.target_lun != 0) {
594 "%08X%02X", co->co_uid,
674 ccfg->CTCommand.param[1] = co->co_mntobj.ObjectId;
680 co->co_mntobj.ObjectId);
712 scsi_ulto4b(co->co_mntobj.ObjExtension.BlockDevice.BlockSize, p->length);
714 if (co
[all...]
/freebsd-10-stable/usr.bin/rpcgen/
H A Drpc_parse.h180 const_def co; member in union:definition::__anon11988

Completed in 401 milliseconds

1234