Lines Matching refs:sizep

1364 	size_t *sizep;
1366 sizep = (size_t *)arg;
1367 *sizep += len;
1633 size_t *sizep)
1688 *sizep = size;
1897 __elfN(note_prpsinfo)(void *arg, struct sbuf *sb, size_t *sizep)
1908 KASSERT(*sizep == sizeof(*psinfo), ("invalid size"));
1954 *sizep = sizeof(*psinfo);
1958 __elfN(note_prstatus)(void *arg, struct sbuf *sb, size_t *sizep)
1965 KASSERT(*sizep == sizeof(*status), ("invalid size"));
1982 *sizep = sizeof(*status);
1986 __elfN(note_fpregset)(void *arg, struct sbuf *sb, size_t *sizep)
1993 KASSERT(*sizep == sizeof(*fpregset), ("invalid size"));
2003 *sizep = sizeof(*fpregset);
2007 __elfN(note_thrmisc)(void *arg, struct sbuf *sb, size_t *sizep)
2014 KASSERT(*sizep == sizeof(thrmisc), ("invalid size"));
2019 *sizep = sizeof(thrmisc);
2023 __elfN(note_ptlwpinfo)(void *arg, struct sbuf *sb, size_t *sizep)
2037 KASSERT(*sizep == size, ("invalid size"));
2058 *sizep = size;
2066 __elfN(note_threadmd)(void *arg, struct sbuf *sb, size_t *sizep)
2073 size = *sizep;
2080 KASSERT(sb == NULL || *sizep == size, ("invalid size"));
2084 *sizep = size;
2092 __elfN(note_procstat_proc)(void *arg, struct sbuf *sb, size_t *sizep)
2103 KASSERT(*sizep == size, ("invalid size"));
2111 *sizep = size;
2119 note_procstat_files(void *arg, struct sbuf *sb, size_t *sizep)
2142 *sizep = size;
2148 kern_proc_filedesc_out(p, sb, *sizep - sizeof(structsize),
2156 KASSERT(sect_sz <= *sizep,
2158 "requested %zu, got %zu", *sizep - sizeof(structsize),
2161 for (i = 0; i < *sizep - sect_sz && sb->s_error == 0; i++)
2171 note_procstat_vmmap(void *arg, struct sbuf *sb, size_t *sizep)
2193 *sizep = size;
2197 kern_proc_vmmap_out(p, sb, *sizep - sizeof(structsize),
2203 note_procstat_groups(void *arg, struct sbuf *sb, size_t *sizep)
2212 KASSERT(*sizep == size, ("invalid size"));
2218 *sizep = size;
2222 note_procstat_umask(void *arg, struct sbuf *sb, size_t *sizep)
2231 KASSERT(*sizep == size, ("invalid size"));
2236 *sizep = size;
2240 note_procstat_rlimit(void *arg, struct sbuf *sb, size_t *sizep)
2250 KASSERT(*sizep == size, ("invalid size"));
2259 *sizep = size;
2263 note_procstat_osrel(void *arg, struct sbuf *sb, size_t *sizep)
2272 KASSERT(*sizep == size, ("invalid size"));
2277 *sizep = size;
2281 __elfN(note_procstat_psstrings)(void *arg, struct sbuf *sb, size_t *sizep)
2291 KASSERT(*sizep == size, ("invalid size"));
2301 *sizep = size;
2305 __elfN(note_procstat_auxv)(void *arg, struct sbuf *sb, size_t *sizep)
2322 *sizep = size;