where             219 compat/common/kern_info_43.c 		    net_sysctl(name, 5, SCARG(uap, where), &size, NULL, 0, p);
where             225 compat/common/kern_info_43.c 		    kern_sysctl(name, 1, SCARG(uap, where), &size, NULL, 0, p);
where             233 compat/common/kern_info_43.c 		    kern_sysctl(name, 3, SCARG(uap, where), &size, NULL, 0, p);
where             239 compat/common/kern_info_43.c 		    kern_sysctl(name, 1, SCARG(uap, where), &size, NULL, 0, p);
where             245 compat/common/kern_info_43.c 		    uvm_sysctl(name, 1, SCARG(uap, where), &size, NULL, 0, p);
where             251 compat/common/kern_info_43.c 		    uvm_sysctl(name, 1, SCARG(uap, where), &size, NULL, 0, p);
where             257 compat/common/kern_info_43.c 		    kern_sysctl(name, 1, SCARG(uap, where), &size, NULL, 0, p);
where             292 compat/common/kern_info_43.c 		if (SCARG(uap, where) == NULL) {
where             306 compat/common/kern_info_43.c 		if ((error = copyout((char *)&bsdi_si, SCARG(uap, where), 
where             316 compat/common/kern_info_43.c 		error = copyout(&bsdi_strings, SCARG(uap, where) +
where             468 dev/ic/atw.c   atw_print_regs(struct atw_softc *sc, const char *where)
where             474 dev/ic/atw.c   	ATW_DPRINTF2(("%s: %s\n", sc->sc_dev.dv_xname, where));
where             211 dev/ic/i82596var.h 	int	(*intrhook)(struct ie_softc *, int where);
where             767 dev/ic/osiop.c osiop_abort(sc, where)
where             769 dev/ic/osiop.c 	const char *where;
where             778 dev/ic/osiop.c 	    sc->sc_dev.dv_xname, where,
where            1527 dev/isa/if_ie.c check_ie_present(sc, where, size)
where            1529 dev/isa/if_ie.c 	caddr_t where;
where            1540 dev/isa/if_ie.c 	realbase = (u_long)where + size - (1 << 24);
where            1551 dev/isa/if_ie.c 	iscp = (volatile struct ie_int_sys_conf_ptr *)where;
where            1554 dev/isa/if_ie.c 	scb = (volatile struct ie_sys_ctl_block *)where;
where             575 kern/kern_clock.c sysctl_clockrate(char *where, size_t *sizep)
where             587 kern/kern_clock.c 	return (sysctl_rdstruct(where, sizep, NULL, &clkinfo, sizeof(clkinfo)));
where             740 kern/kern_lock.c simple_lock_only_held(volatile struct simplelock *lp, const char *where)
where             763 kern/kern_lock.c 		    where, alp, alp->lock_holder, alp->lock_file,
where             920 kern/kern_sysctl.c sysctl_file(char *where, size_t *sizep)
where             924 kern/kern_sysctl.c 	char *start = where;
where             927 kern/kern_sysctl.c 	if (where == NULL) {
where             942 kern/kern_sysctl.c 	error = copyout((caddr_t)&filehead, where, sizeof(filehead));
where             946 kern/kern_sysctl.c 	where += sizeof(filehead);
where             953 kern/kern_sysctl.c 			*sizep = where - start;
where             956 kern/kern_sysctl.c 		error = copyout((caddr_t)fp, where, sizeof (struct file));
where             960 kern/kern_sysctl.c 		where += sizeof(struct file);
where             962 kern/kern_sysctl.c 	*sizep = where - start;
where             974 kern/kern_sysctl.c sysctl_doproc(int *name, u_int namelen, char *where, size_t *sizep)
where             983 kern/kern_sysctl.c 	dp = where;
where             984 kern/kern_sysctl.c 	buflen = where != NULL ? *sizep : 0;
where            1105 kern/kern_sysctl.c 	if (where != NULL) {
where            1106 kern/kern_sysctl.c 		*sizep = dp - where;
where            1631 kern/kern_sysctl.c sysctl_sysvipc(int *name, u_int namelen, void *where, size_t *sizep)
where            1685 kern/kern_sysctl.c 	if (where == NULL) {
where            1757 kern/kern_sysctl.c 	error = copyout(buf, where, *sizep);
where            1874 kern/subr_pool.c sysctl_dopool(int *name, u_int namelen, char *where, size_t *sizep)
where            1877 kern/subr_pool.c 	size_t buflen = where != NULL ? *sizep : 0;
where            1921 kern/subr_pool.c 		return copyout(&npools, where, buflen);
where            1927 kern/subr_pool.c 		return copyout(foundpool->pr_wchan, where, len);
where            1929 kern/subr_pool.c 		return copyout(foundpool, where, buflen);
where             450 kern/uipc_socket2.c sblastrecordchk(struct sockbuf *sb, const char *where)
where             463 kern/uipc_socket2.c 		panic("sblastrecordchk from %s", where);
where             468 kern/uipc_socket2.c sblastmbufchk(struct sockbuf *sb, const char *where)
where             489 kern/uipc_socket2.c 		panic("sblastmbufchk from %s", where);
where            1314 kern/vfs_subr.c sysctl_vnode(char *where, size_t *sizep, struct proc *p)
where            1318 kern/vfs_subr.c 	char *bp = where, *savebp;
where            1322 kern/vfs_subr.c 	if (where == NULL) {
where            1326 kern/vfs_subr.c 	ewhere = where + *sizep;
where            1351 kern/vfs_subr.c 				*sizep = bp - where;
where            1371 kern/vfs_subr.c 	*sizep = bp - where;
where             349 lib/libsa/cd9660.c cd9660_seek(struct open_file *f, off_t offset, int where)
where             353 lib/libsa/cd9660.c 	switch (where) {
where              41 lib/libsa/cd9660.h off_t	cd9660_seek(struct open_file *f, off_t offset, int where);
where             366 lib/libsa/cread.c lseek(int fd, off_t offset, int where)
where             378 lib/libsa/cread.c 		return(olseek(fd, offset, where));
where             383 lib/libsa/cread.c 		off_t res = olseek(fd, offset, where);
where             391 lib/libsa/cread.c 	switch(where) {
where              68 lib/libsa/lseek.c lseek(int fd, off_t offset, int where)
where              70 lib/libsa/lseek.c olseek(int fd, off_t offset, int where)
where              84 lib/libsa/lseek.c 		switch (where) {
where              99 lib/libsa/lseek.c 	return (f->f_ops->seek)(f, offset, where);
where             564 lib/libsa/nfs.c nfs_seek(struct open_file *f, off_t offset, int where)
where             569 lib/libsa/nfs.c 	switch (where) {
where              39 lib/libsa/nfs.h off_t	nfs_seek(struct open_file *f, off_t offset, int where);
where              94 lib/libsa/nullfs.c null_seek(struct open_file *f, off_t offset, int where)
where              69 lib/libsa/stand.h 	off_t	(*seek)(struct open_file *f, off_t offset, int where);
where             179 lib/libsa/stand.h off_t	null_seek(struct open_file *f, off_t offset, int where);
where             399 lib/libsa/tftp.c tftp_seek(struct open_file *f, off_t offset, int where)
where             404 lib/libsa/tftp.c 	switch (where) {
where             603 lib/libsa/ufs.c ufs_seek(struct open_file *f, off_t offset, int where)
where             607 lib/libsa/ufs.c 	switch (where) {
where              41 lib/libsa/ufs.h off_t	ufs_seek(struct open_file *f, off_t offset, int where);
where             917 net/rtsock.c   sysctl_rtable(int *name, u_int namelen, void *where, size_t *given, void *new,
where             932 net/rtsock.c   	w.w_where = where;
where             962 net/rtsock.c   		error = sysctl_rdstruct(where, given, new,
where             971 net/rtsock.c   	if (where) {
where             972 net/rtsock.c   		*given = w.w_where - (caddr_t)where;
where             317 sys/socketvar.h #define	SBLASTRECORDCHK(sb, where)	sblastrecordchk((sb), (where))
where             320 sys/socketvar.h #define	SBLASTMBUFCHK(sb, where)	sblastmbufchk((sb), (where))
where             322 sys/socketvar.h #define	SBLASTRECORDCHK(sb, where)	/* nothing */
where             323 sys/socketvar.h #define	SBLASTMBUFCHK(sb, where)	/* nothing */
where             299 sys/syscallargs.h 	syscallarg(char *) where;
where             736 uvm/uvm_swap.c 		char	*where;
where             743 uvm/uvm_swap.c 			where = userpath;
where             746 uvm/uvm_swap.c 			where = (char *)SCARG(uap, arg);
where             748 uvm/uvm_swap.c 		NDINIT(&nd, LOOKUP, FOLLOW|LOCKLEAF, space, where, p);