HomeSort by: relevance | last modified time | path
    Searched defs:results (Results 1 - 22 of 22) sorted by relevancy

  /src/usr.bin/make/unit-tests/
depsrc-meta.mk 20 check-results:
27 @${MAKE} -r -f ${MAKEFILE} check-results
30 @${MAKE} -r -f ${MAKEFILE} check-results -j1
  /src/tests/bin/sh/
t_patterns.sh 157 results() function
225 # CAUTION: Change *any* of this and the expected results from the
534 results
708 results
819 results
t_here.sh 109 results() function
172 results
266 results
298 results
335 results
384 results
448 results
515 results
t_expand.sh 658 results() function
732 results
789 results
960 results # results so far anyway...
1045 results
1058 # Note that the expected results for these tests are identical
1097 results
1131 results # FIXED: 'PR bin/52090 expect 7 of 14 subtests to fail'
1144 # Note that the expected results for these tests are identica
    [all...]
t_builtins.sh 197 results() function
297 results
811 results
  /src/tests/lib/libc/membar/
t_seqlock.c 64 uint64_t results[2]; variable in typeref:typename:uint64_t[2]
134 results[result]++;
178 ATF_REQUIRE(results[0] != 0);
179 ATF_REQUIRE_MSG(results[1] == 0,
181 results[0], results[1]);
  /src/games/boggle/boggle/
mach.c 123 results(void) function in typeref:typename:void
  /src/games/phantasia/
misc.c 467 static const char *const results[] =/* description table */ local in function:descrtype
518 strcpy(Databuf, results[type]);
522 return (results[type]);
  /src/lib/libskey/
skeysubr.c 111 u_int32_t results[4]; local in function:keycrunch_md4
119 MD4Final((unsigned char *) (void *) results, &md);
123 results[0] ^= results[2];
124 results[1] ^= results[3];
126 (void)memcpy(result, results, SKEY_BINKEY_SIZE);
137 u_int32_t results[4]; local in function:keycrunch_md5
146 MD5Final((unsigned char *) (void *)results, &md);
150 results[0] ^= results[2]
236 u_int32_t results[4]; local in function:f_md4
252 u_int32_t results[4]; local in function:f_md5
    [all...]
  /src/tests/modules/x86_pte_tester/
x86_pte_tester.c 66 } results; member in struct:__anon91e1af1f0108
212 tester_ctx.results.n_rwx += (NBPD_L4 / PAGE_SIZE);
214 tester_ctx.results.n_rwx += (NBPD_L3 / PAGE_SIZE);
216 tester_ctx.results.n_rwx += (NBPD_L2 / PAGE_SIZE);
218 tester_ctx.results.n_rwx += (NBPD_L1 / PAGE_SIZE);
237 tester_ctx.results.n_shstk += (NBPD_L4 / PAGE_SIZE);
239 tester_ctx.results.n_shstk += (NBPD_L3 / PAGE_SIZE);
241 tester_ctx.results.n_shstk += (NBPD_L2 / PAGE_SIZE);
243 tester_ctx.results.n_shstk += (NBPD_L1 / PAGE_SIZE);
269 tester_ctx.results.kernel_map_with_low_ptes |= true
    [all...]
  /src/sys/ufs/ext2fs/
ext2fs_lookup.c 307 struct ufs_lookup_results *results; local in function:ext2fs_lookup
342 * Produce the auxiliary lookup results into i_crap. Increment
344 * stale results. This should not be done this way. XXX.
346 results = &dp->i_crap;
375 if (nameiop != LOOKUP || results->ulr_diroff == 0 ||
376 results->ulr_diroff >= ext2fs_size(dp)) {
378 results->ulr_offset = 0;
381 results->ulr_offset = results->ulr_diroff;
382 if ((entryoffsetinblock = results->ulr_offset & bmask) &
    [all...]
  /src/sys/ufs/lfs/
ulfs_lookup.c 154 struct ulfs_lookup_results *results; local in function:ulfs_lookup
194 * Produce the auxiliary lookup results into i_crap. Increment
196 * stale results. This should not be done this way. XXX.
198 results = &dp->i_crap;
265 &results->ulr_offset, &bp, nameiop == DELETE ? &prevoff : NULL)) {
268 (results->ulr_offset & bmask));
271 results->ulr_offset = roundup(dp->i_size, dirblksiz);
280 if (nameiop != LOOKUP || results->ulr_diroff == 0 ||
281 results->ulr_diroff >= dp->i_size) {
283 results->ulr_offset = 0
    [all...]
  /src/sys/dev/raidframe/
rf_dag.h 54 struct RF_PropHeader_s { /* structure for propagation of results */
56 RF_PropHeader_t *next; /* linked list for multiple results/params */
98 int numResults; /* number of results produced by *funcPtr */
114 void **results; /* array of results produced by *funcPtr */ member in struct:RF_DagNode_s
121 RF_DagNode_t *next; /* next in terms of propagating results */
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_workarounds.c 1604 u32 *results; local in function:engine_wa_list_verify
1633 results = i915_gem_object_pin_map(vma->obj, I915_MAP_WB);
1634 if (IS_ERR(results)) {
1635 err = PTR_ERR(results);
1644 if (!wa_verify(wa, results[i], wal->name, from))
selftest_workarounds.c 195 print_results(const struct intel_engine_cs *engine, const u32 *results)
201 u32 actual = results[i];
211 struct drm_i915_gem_object *results; local in function:check_whitelist
217 results = read_nonprivs(ctx, engine);
218 if (IS_ERR(results))
219 return PTR_ERR(results);
222 i915_gem_object_lock(results);
224 err = i915_gem_object_set_to_cpu_domain(results, false);
225 i915_gem_object_unlock(results);
231 vaddr = i915_gem_object_pin_map(results, I915_MAP_WB)
481 u32 *cs, *results; local in function:check_dirty_whitelist
    [all...]
  /src/usr.sbin/inetd/
parse.c 1232 glob_t results; local in function:read_glob_configs
1239 glob_result = glob(full_pattern, GLOB_NOSORT, glob_error, &results);
1261 for (size_t i = 0; i < results.gl_pathc; i++) {
1262 include_matched_path(results.gl_pathv[i]);
1265 globfree(&results);
  /src/common/lib/libc/gen/
radixtree.c 807 void **results, const unsigned int maxresults, const unsigned int tagmask,
858 results[nfound] = entry_ptr(*vpp);
922 * results should be an array large enough to hold maxresults pointers.
942 * In the case of dense == true, a node returned via results[N] is always for
948 void **results, unsigned int maxresults, bool dense)
953 return gang_lookup_scan(t, &path, results, maxresults, 0, false, dense);
965 void **results, unsigned int maxresults, bool dense)
970 return gang_lookup_scan(t, &path, results, maxresults, 0, true, dense);
984 void **results, unsigned int maxresults, bool dense, unsigned int tagmask)
990 return gang_lookup_scan(t, &path, results, maxresults, tagmask, false
1191 void *results[3]; local in function:test1
1576 struct testnode *results[TEST2_GANG_LOOKUP_NODES]; local in function:test2
1598 struct testnode *results[TEST2_GANG_LOOKUP_NODES]; local in function:test2
1623 struct testnode *results[TEST2_GANG_LOOKUP_NODES]; local in function:test2
1646 struct testnode *results[TEST2_GANG_LOOKUP_NODES]; local in function:test2
1677 struct testnode *results[TEST2_GANG_LOOKUP_NODES]; local in function:test2
1709 struct testnode *results[TEST2_GANG_LOOKUP_NODES]; local in function:test2
    [all...]
  /src/sys/ufs/ufs/
ufs_lookup.c 111 calc_count(struct ufs_lookup_results *results, int dirblksiz, doff_t prevoff)
113 if ((results->ulr_offset & (dirblksiz - 1)) == 0)
114 results->ulr_count = 0;
116 results->ulr_count = results->ulr_offset - prevoff;
148 struct ufs_lookup_results *results)
151 slot->offset = results->ulr_offset;
153 results->ulr_reclen = slot->size;
176 * If we didn't find a slot, then set results->ulr_count to 0 indicating
178 * then the new entry can be put in the range from results->ulr_offset t
353 struct ufs_lookup_results *results; local in function:ufs_lookup
    [all...]
  /src/sys/dev/ic/
malo.c 1929 } results[] = { local in function:malo_cmd_string_result
1938 for (i = 0; i < sizeof(results) / sizeof(results[0]); i++)
1939 if (le16toh(result) == results[i].result_code)
1940 return (results[i].result_string);
  /src/sys/opencrypto/
cryptodev.h 211 * the operation results via CIOCNCRYPTRET or identify the
324 struct crypt_result * results; /* where to put them */ member in struct:cryptret
437 int crd_inject; /* Where to inject results, if applicable */
  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.c 3389 struct ilk_wm_values *results)
3394 results->enable_fbc_wm = merged->fbc_wm_enabled;
3395 results->partitioning = partitioning;
3409 results->wm_lp[wm_lp - 1] =
3415 results->wm_lp[wm_lp - 1] |= WM1_LP_SR_EN;
3418 results->wm_lp[wm_lp - 1] |=
3421 results->wm_lp[wm_lp - 1] |=
3430 results->wm_lp_spr[wm_lp - 1] = WM1S_LP_EN | r->spr_val;
3432 results->wm_lp_spr[wm_lp - 1] = r->spr_val;
3444 results->wm_linetime[pipe] = intel_crtc->wm.active.ilk.linetime
5527 struct skl_ddb_values *results = &state->wm_results; local in function:skl_compute_wm
5589 struct skl_ddb_values *results = &state->wm_results; local in function:skl_initial_wm
5625 struct ilk_wm_values results = {}; local in function:ilk_program_watermarks
    [all...]
  /src/sys/dev/pci/
if_iwmreg.h 567 /* Diode Results Register Structure: */
4657 * 1) No aggregation (frame_count == 1). This reports Tx results for a single
4661 * 2) Aggregation (frame_count > 1). This reports Tx results for two or more
5238 /* scan results probe_status first bit indicates success */
5281 * struct iwm_scan_results_notif - scan results for one channel
5283 * @channel: which channel the results are from
5302 * @scanned_channels: number of channels scanned (and number of valid results)
5308 * @results: all scan results, only "scanned_channels" of them are valid
5317 struct iwm_scan_results_notif results[IWM_MAX_NUM_SCAN_CHANNELS] member in struct:iwm_scan_complete_notif
5532 struct iwm_scan_results_notif results[]; member in struct:iwm_lmac_scan_complete_notif
5866 struct iwm_scan_results_notif results[]; member in struct:iwm_umac_scan_iter_complete_notif
    [all...]

Completed in 107 milliseconds