Searched refs:results (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dod_query_create_with_node.c285 CFArrayRef results; local
308 results = ODQueryCopyResults(query, FALSE, &error);
310 if (results) {
313 c = CFArrayGetCount(results);
315 debug("Successful run: %d results, ", c);
323 CFRelease(results);
330 } // if (results)
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dpipes_tests.c17 * results are then aggregated and logged, and finally the test suite
25 * unfortunately cannot be avoided for compatibility. Suite results
85 } results = { 0, 0 }; variable in typeref:struct:__anon1430
144 results.numoftests += (uintmax_t)suite->numoftests;
145 results.passed_tests += (uintmax_t)passed_tests;
239 /* Run each test in a suite, and report the results. */
385 printf("Total: %ju\n", results.numoftests);
386 printf("Passed: %ju\n", results.passed_tests);
387 printf("Failed: %ju\n\n", results.numoftests
388 - results
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dfile_internal.h209 int fp_getfsock(struct proc *p, int fd, struct fileproc **resultfp, struct socket **results);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.c765 * Now we may have to check integrity or decrypt the results
774 * Here's what we expect in the integrity results:
776 * - length of seq num + results (4 bytes)
778 * - results (variable bytes)
780 * - checksum of seqnum + results (37 bytes)
782 nfsm_chain_get_32(error, nmc, reslen); // length of results
788 /* Compute a checksum over the sequence number + results */
793 * Get the sequence number prepended to the results
807 * Advance to the end of the results and
812 nfsm_chain_adv(error, &nmc_tmp, reslen); // skip over the results
2341 mbuf_t mb, results; local
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c2054 * to copy the results back out, if it is that type of
3063 * results Pointer to result socket
3072 * *results (modified) socket pointer
3079 struct socket **results)
3099 if (results)
3100 *results = (struct socket *)fp->f_data;
3078 fp_getfsock(proc_t p, int fd, struct fileproc **resultfp, struct socket **results) argument
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c4322 * uap->results Pointer to the results array.
4337 * uap->results Array contents modified
4499 * results to make the check; otherwise, we are looking up
4567 /* copy out results */
4568 error = copyout(result, uap->results, desc_actual * sizeof(errno_t));
7621 from copying out any results...

Completed in 110 milliseconds