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

  /src/lib/libc/sys/
Lint_clone.c 13 clone(int (*func)(void *), void *stack, int flags, void *arg) function in typeref:typename:pid_t
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/dma/
nouveau_nvkm_engine_dma_usernv04.c 40 bool clone; member in struct:nv04_dmaobj
56 if (dmaobj->clone) {
104 dmaobj->clone = true;
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
gen8_ppgtt.c 668 struct i915_address_space *clone = vm->gt->vm; local in function:gen8_init_scratch
670 GEM_BUG_ON(!clone->has_read_only);
672 vm->scratch_order = clone->scratch_order;
673 memcpy(vm->scratch, clone->scratch, sizeof(vm->scratch));
  /src/usr.sbin/sysinst/
bsddisklabel.c 415 /* insert clone record */
1326 * Convert clone entries with more than one source into
1335 struct selected_partition *clone; local in function:normalize_clones
1363 clone = &target->clone_src->selection[j];
1364 clone->parts->pscheme->get_part_info(
1365 clone->parts, clone->id, &info);
1574 continue; /* no free space for this clone */
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_context.c 2018 struct i915_gem_engines *clone; local in function:clone_engines
2022 clone = kmalloc(struct_size(e, engines, e->num_engines), GFP_KERNEL);
2023 if (!clone)
2026 init_rcu_head(&clone->rcu);
2031 clone->engines[n] = NULL;
2046 clone->engines[n] =
2049 clone->engines[n] = intel_context_create(engine);
2050 if (IS_ERR_OR_NULL(clone->engines[n])) {
2051 __free_engines(clone, n);
2055 intel_context_set_gem(clone->engines[n], dst)
2094 struct i915_gem_engines *clone; local in function:clone_sseu
    [all...]
  /src/sys/external/bsd/ipf/netinet/
ip_state.c 2302 ipstate_t *clone; local in function:ipf_state_clone
2310 KMALLOC(clone, ipstate_t *);
2311 if (clone == NULL) {
2315 bcopy((char *)is, (char *)clone, sizeof(*clone));
2317 MUTEX_NUKE(&clone->is_lock);
2322 clone->is_sti.tqe_pnext = NULL;
2323 clone->is_sti.tqe_next = NULL;
2324 clone->is_sti.tqe_ifq = NULL;
2325 clone->is_sti.tqe_parent = clone
2549 ipstate_t *clone; local in function:ipf_matchsrcdst
    [all...]
ip_nat.c 6261 nat_t *clone; local in function:ipf_nat_clone
6264 KMALLOC(clone, nat_t *);
6265 if (clone == NULL) {
6269 bcopy((char *)nat, (char *)clone, sizeof(*clone));
6271 MUTEX_NUKE(&clone->nat_lock);
6273 clone->nat_rev = fin->fin_rev;
6274 clone->nat_aps = NULL;
6278 clone->nat_tqe.tqe_pnext = NULL;
6279 clone->nat_tqe.tqe_next = NULL
    [all...]

Completed in 70 milliseconds