Searched refs:dofiod_helpers (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c15625 uint64_t generation = (existing_dofs) ? existing_dofs->dofiod_helpers[existing_dofs_count - 1].dofhp_dof + 1 : 1;
15630 ASSERT(incoming_dofs->dofiod_helpers[i].dofhp_dof == incoming_dofs->dofiod_helpers[i].dofhp_addr);
15631 incoming_dofs->dofiod_helpers[i].dofhp_dof = generation++;
15642 bcopy(&existing_dofs->dofiod_helpers[0],
15643 &merged_dofs->dofiod_helpers[0],
15645 bcopy(&incoming_dofs->dofiod_helpers[0],
15646 &merged_dofs->dofiod_helpers[existing_dofs_count],
15665 ASSERT(all_dofs->dofiod_helpers[i].dofhp_dof < all_dofs->dofiod_helpers[
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace.h1478 * dofiod_helpers field was "count" sized. The kernel will copyin
1489 dof_helper_t dofiod_helpers[1]; member in struct:dof_ioctl_data

Completed in 25 milliseconds