Searched refs:structsize (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/usr.bin/gcore/
H A Delfcore.c585 int name[4], structsize; local
589 structsize = structsz;
597 buf = calloc(1, sizeof(structsize) + len * 4 / 3);
600 bcopy(&structsize, buf, sizeof(structsize));
601 p = (char *)buf + sizeof(structsize);
605 *sizep = sizeof(structsize) + len;
675 int i, name[5], structsize; local
679 structsize = sizeof(struct rlimit) * RLIM_NLIMITS;
680 buf = calloc(1, sizeof(structsize)
[all...]
/freebsd-10.1-release/lib/libprocstat/
H A Dcore.c159 int cstructsize, structsize; local
167 structsize = sizeof(struct kinfo_proc);
171 structsize = sizeof(struct kinfo_file);
175 structsize = sizeof(struct kinfo_vmentry);
179 structsize = sizeof(gid_t);
183 structsize = sizeof(u_short);
187 structsize = sizeof(struct rlimit) * RLIM_NLIMITS;
191 structsize = sizeof(int);
197 structsize = sizeof(vm_offset_t);
201 structsize
[all...]
/freebsd-10.1-release/sys/kern/
H A Dimgact_elf.c1765 int structsize; local
1768 size = sizeof(structsize) + p->p_numthreads *
1773 structsize = sizeof(elf_kinfo_proc_t);
1774 sbuf_bcat(sb, &structsize, sizeof(structsize));
1790 int structsize; local
1797 sbuf_bcat(sb, &structsize, sizeof(structsize));
1804 structsize = sizeof(struct kinfo_file);
1805 sbuf_bcat(sb, &structsize, sizeo
1820 int structsize; local
1846 int structsize; local
1865 int structsize; local
1884 int structsize, i; local
1906 int structsize; local
1925 int structsize; local
1948 int structsize; local
[all...]
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntp_request.c284 size_t structsize
295 rpkt.mbz_itemsize = MBZ_ITEMSIZE(structsize);
304 itemsize = structsize;

Completed in 108 milliseconds