Lines Matching full:sizeof
48 #define __NCPUBITS (8 * sizeof (unsigned long))
57 memset((cpusetp), 0, sizeof(cpu_set_t))
156 int err = sched_setaffinity(getpid(), sizeof(set), &set);
211 memset(&ctx, 0, sizeof(pfarg_context_t));
234 memset(pc, 0, sizeof(pc));
235 memset(pd, 0, sizeof(pd));
288 memset(&load_args, 0, sizeof(load_args));
303 ret = write(self->up_pipe[1], &cpu, sizeof(size_t));
304 if (ret == sizeof(size_t))
367 ret = read(child->up_pipe[0], &tmp, sizeof(size_t));
368 if (ret == sizeof(size_t))
394 xen_ctx = xmalloc(sizeof(struct child));
419 children = xmalloc(sizeof(struct child) * nr_cpus);