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

/freebsd-10.0-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.0-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.0-release/sys/kern/
H A Dimgact_elf.c1763 int structsize; local
1766 size = sizeof(structsize) + p->p_numthreads *
1771 structsize = sizeof(elf_kinfo_proc_t);
1772 sbuf_bcat(sb, &structsize, sizeof(structsize));
1788 int structsize; local
1795 sbuf_bcat(sb, &structsize, sizeof(structsize));
1802 structsize = sizeof(struct kinfo_file);
1803 sbuf_bcat(sb, &structsize, sizeo
1818 int structsize; local
1844 int structsize; local
1863 int structsize; local
1882 int structsize, i; local
1904 int structsize; local
1923 int structsize; local
1946 int structsize; local
[all...]
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_request.c278 u_int structsize
292 rpkt.mbz_itemsize = MBZ_ITEMSIZE(structsize);
301 itemsize = structsize;

Completed in 78 milliseconds