Searched refs:actual (Results 51 - 75 of 103) sorted by relevance

12345

/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.h104 #define VCHIQ_MSG_BULK_RX_DONE 8 /* + (srcport, dstport), actual */
105 #define VCHIQ_MSG_BULK_TX_DONE 9 /* + (srcport, dstport), actual */
252 int actual; member in struct:vchiq_bulk_struct
516 int actual; member in struct:bulk_waiter
H A Dvchiq_core.c1190 VCHIQ_ELEMENT_T element = { &bulk->actual, 4 };
1212 if (bulk->actual != VCHIQ_BULK_ACTUAL_ABORTED) {
1218 bulk->actual);
1224 bulk->actual);
1235 waiter->actual = bulk->actual;
1243 ((bulk->actual ==
1247 ((bulk->actual ==
1369 if (bulk->actual != VCHIQ_BULK_ACTUAL_ABORTED)
1439 bulk->actual
[all...]
H A Dvchiq_arm.c148 size_t actual; member in struct:dump_context_struct
1376 if (context->actual < context->space) {
1386 copy_bytes = min(len, (int)(context->space - context->actual));
1389 memcpy(context->buf + context->actual, str, copy_bytes);
1390 context->actual += copy_bytes;
1398 memcpy(context->buf + context->actual - 1, &cr, 1);
1585 context.actual = 0;
1591 *ppos += context.actual;
1593 return context.actual;
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-mgmt.c1875 u32 actual; local
1971 actual = ((val1 << 8) | val2);
1973 if (actual >= 32768)
1974 actual = actual - 65536;
1976 actual = actual / 256;
1981 return (actual);
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.clean-env.mk57 # This is the actual list that we will save
H A Ddpadd.mk124 # actual library name not the variable name that might refer to it.
/freebsd-11-stable/sys/cddl/dev/dtrace/powerpc/
H A Ddtrace_isa.c621 size_t actual; local
626 size, &actual);
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dbuildvirtuser46 usernames on the left and the actual address for that username on the
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_real.c900 int32_t actual; member in struct:__anon8416
921 return (args.actual);
936 int32_t actual; member in struct:__anon8417
955 return (args.actual);
/freebsd-11-stable/libexec/tftpd/tests/
H A Dfunctional.c56 const char *actual, ssize_t len);
243 require_bufeq(const char *expected, ssize_t expected_len, const char *actual, argument
251 ATF_REQUIRE_EQ_MSG(actual[i], expected[i],
253 expected[i], i, actual[i]);
/freebsd-11-stable/sys/dev/pci/
H A Dpci.c1707 * enabled then walk the virtual table to restore the actual MSI-X
1740 * Attempt to allocate *count MSI-X messages. The actual number allocated is
1750 int actual, error, i, irq, max; local
1805 actual = i;
1809 if (actual == 1)
1823 for (i = 1; i < actual; i++) {
1857 cfg->msix.msix_vectors = malloc(sizeof(struct msix_vector) * actual,
1859 cfg->msix.msix_table = malloc(sizeof(struct msix_table_entry) * actual,
1861 for (i = 0; i < actual; i++) {
1873 cfg->msix.msix_alloc = actual;
2515 int actual, error, i, irqs[32]; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql355 actual-only rows that would be left orphans, if the revert
1404 actual INTEGER NOT NULL, /* 1 if an actual row, 0 if a nodes row */
1406 notify INTEGER, /* 1 if an actual row had props or tree conflict */
1410 PRIMARY KEY (local_relpath, actual)
1416 INSERT OR REPLACE INTO revert_list(local_relpath, actual, op_depth,
1424 INSERT OR REPLACE INTO revert_list(local_relpath, actual, conflict_data,
1442 INSERT OR REPLACE INTO revert_list(local_relpath, actual, conflict_data,
1463 SELECT actual, notify, kind, op_depth, repos_id, conflict_data
1466 ORDER BY actual DES
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dchecksum.c677 const svn_checksum_t *actual,
692 " actual: %s\n"),
695 svn_checksum_to_cstring_display(actual, scratch_pool));
675 svn_checksum_mismatch_err(const svn_checksum_t *expected, const svn_checksum_t *actual, apr_pool_t *scratch_pool, const char *fmt, ...) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drevprops.c367 /* the actual revision properties */
437 svn_checksum_t *actual, *expected; local
448 SVN_ERR(svn_checksum(&actual, svn_checksum_fnv1a_32x4, content->data,
451 if (!svn_checksum_match(actual, expected))
452 SVN_ERR(svn_checksum_mismatch_err(expected, actual, scratch_pool,
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dldo.c267 static StkId adjust_varargs (lua_State *L, Proto *p, int actual) { argument
271 lua_assert(actual >= nfixargs);
274 fixed = L->top - actual; /* first fixed argument */
329 n = (*f)(L); /* do the actual call */
/freebsd-11-stable/contrib/lua/src/
H A Dldo.c293 static StkId adjust_varargs (lua_State *L, Proto *p, int actual) { argument
298 fixed = L->top - actual; /* first fixed argument */
300 for (i = 0; i < nfixargs && i < actual; i++) {
434 n = (*f)(L); /* do the actual call */
/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c1206 char *p, **actual = NULL; local
1248 actual = calloc(sizeof(char *), actual_count);
1249 if (actual == NULL) {
1259 actual[j] = p;
1270 if (actual[j] == NULL)
1272 if (strcmp(expected[i], actual[j]) == 0) {
1275 actual[j] = NULL;
1287 if (actual[j] != NULL)
1293 free(actual);
1304 if (actual[
[all...]
/freebsd-11-stable/sys/netinet/
H A Dsctp_usrreq.c1020 size_t actual; local
1030 actual = 0;
1032 return (actual);
1127 if (actual + sizeof(struct sockaddr_in6) > limit) {
1128 return (actual);
1133 actual += sizeof(struct sockaddr_in6);
1136 if (actual + sizeof(struct sockaddr_in) > limit) {
1137 return (actual);
1142 actual += sizeof(struct sockaddr_in);
1190 if (actual
2304 size_t limit, actual; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c1374 size_t actual; local
1377 if ((actual = decompress_ctf(buf, bufsz, ctfdata, ctfdatasz)) !=
1380 "(was %d, expecting %d)", actual, ctfdatasz);
/freebsd-11-stable/sys/dev/virtio/balloon/
H A Dvirtio_balloon.c472 offsetof(struct virtio_balloon_config, actual),
/freebsd-11-stable/crypto/openssh/regress/
H A DMakefile93 CLEANFILES= *.core actual agent-key.* authorized_keys_${USERNAME} \
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c414 item->actual = be32_to_cpu(cqe->actual_trans_sig) >> 16;
419 item->actual = be32_to_cpu(cqe->actual_reftag);
424 item->actual = be32_to_cpu(cqe->actual_trans_sig) & 0xffff;
629 mlx5_ib_warn(dev, "CQN: 0x%x Got SIGERR on key: 0x%x err_type %x err_offset %llx expected %x actual %x\n",
634 mr->sig->err_item.actual);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-lang.c2336 /* Return non-zero if formal type FTYPE matches actual type ATYPE. If
2337 MAY_DEREF is non-zero, the formal may be a pointer and the actual
2400 vector of actual argument types ACTUALS of size N_ACTUALS. FUNC
3056 convert_actual (struct value *actual, struct type *formal_type0,
3059 struct type *actual_type = check_typedef (VALUE_TYPE (actual));
3070 return make_array_descriptor (formal_type, actual, sp);
3075 return desc_data (actual);
3078 if (VALUE_LVAL (actual) != lval_memory)
3081 actual_type = check_typedef (VALUE_TYPE (actual));
3084 (char *) VALUE_CONTENTS (actual),
3049 convert_actual(struct value *actual, struct type *formal_type0, CORE_ADDR *sp) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc347 * choose to check the actual data value: if none of the value sites
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc347 * choose to check the actual data value: if none of the value sites

Completed in 435 milliseconds

12345