sgp               105 compat/aout/compat_aout.c #define AOUT_CHECK_ALT_EXIST(p, sgp, path) \
sgp               106 compat/aout/compat_aout.c     CHECK_ALT_EXIST(p, sgp, aout_path, path)
sgp               108 compat/aout/compat_aout.c #define  AOUT_CHECK_ALT_CREAT(p, sgp, path) \
sgp               109 compat/aout/compat_aout.c     CHECK_ALT_CREAT(p, sgp, aout_path, path)
sgp                56 compat/common/compat_util.c emul_find(p, sgp, prefix, path, pbuf, cflag)
sgp                58 compat/common/compat_util.c 	caddr_t		 *sgp;		/* Pointer to stackgap memory */
sgp                84 compat/common/compat_util.c 	if (sgp == NULL)
sgp               150 compat/common/compat_util.c 	if (sgp == NULL)
sgp               154 compat/common/compat_util.c 		*pbuf = stackgap_alloc(sgp, sz + 1);
sgp               212 compat/common/compat_util.c stackgap_alloc(sgp, sz)
sgp               213 compat/common/compat_util.c         caddr_t *sgp;
sgp               216 compat/common/compat_util.c 	void *n = (void *) *sgp;
sgp               220 compat/common/compat_util.c 	nsgp = *sgp + sz;
sgp               228 compat/common/compat_util.c 	*sgp = nsgp;
sgp                57 compat/common/compat_util.h #define CHECK_ALT_EXIST(p, sgp, root, path) \
sgp                58 compat/common/compat_util.h     emul_find(p, sgp, root, path, &(path), 0)
sgp                60 compat/common/compat_util.h #define CHECK_ALT_CREAT(p, sgp, root, path) \
sgp                61 compat/common/compat_util.h     emul_find(p, sgp, root, path, &(path), 1)
sgp                48 compat/freebsd/freebsd_util.h #define FREEBSD_CHECK_ALT_EXIST(p, sgp, path) \
sgp                49 compat/freebsd/freebsd_util.h     CHECK_ALT_EXIST(p, sgp, freebsd_emul_path, path)
sgp                51 compat/freebsd/freebsd_util.h #define FREEBSD_CHECK_ALT_CREAT(p, sgp, path) \
sgp                52 compat/freebsd/freebsd_util.h     CHECK_ALT_CREAT(p, sgp, freebsd_emul_path, path)
sgp                38 compat/hpux/hpux_util.h #define	HPUX_CHECK_ALT_EXIST(p, sgp, path)	\
sgp                39 compat/hpux/hpux_util.h 	CHECK_ALT_EXIST(p, sgp, hpux_emul_path, path)
sgp                41 compat/hpux/hpux_util.h #define	HPUX_CHECK_ALT_CREAT(p, sgp, path)	\
sgp                42 compat/hpux/hpux_util.h 	CHECK_ALT_CREAT(p, sgp, hpux_emul_path, path)
sgp                47 compat/ibcs2/ibcs2_util.h #define IBCS2_CHECK_ALT_EXIST(p, sgp, path) \
sgp                48 compat/ibcs2/ibcs2_util.h 	CHECK_ALT_EXIST(p, sgp, ibcs2_emul_path, path)
sgp                50 compat/ibcs2/ibcs2_util.h #define IBCS2_CHECK_ALT_CREAT(p, sgp, path) \
sgp                51 compat/ibcs2/ibcs2_util.h 	CHECK_ALT_CREAT(p, sgp, ibcs2_emul_path, path)
sgp               544 compat/linux/linux_socket.c linux_check_hdrincl(p, fd, retval, sgp)
sgp               548 compat/linux/linux_socket.c 	caddr_t *sgp;
sgp               563 compat/linux/linux_socket.c 	val = stackgap_alloc(sgp, sizeof(optval));
sgp               564 compat/linux/linux_socket.c 	valsize = stackgap_alloc(sgp, sizeof(size_val));
sgp               590 compat/linux/linux_socket.c linux_sendto_hdrincl(p, bsa, retval, sgp)
sgp               594 compat/linux/linux_socket.c 	caddr_t *sgp;
sgp               612 compat/linux/linux_socket.c 	packet = (struct ip *)stackgap_alloc(sgp, linux_ip_copysize);
sgp               613 compat/linux/linux_socket.c 	msg = (struct msghdr *)stackgap_alloc(sgp, sizeof(*msg));
sgp               614 compat/linux/linux_socket.c 	iov = (struct iovec *)stackgap_alloc(sgp, sizeof(*iov)*2);
sgp              1121 compat/linux/linux_socket.c linux_sa_get(p, sgp, sap, osa, osalen)
sgp              1123 compat/linux/linux_socket.c 	caddr_t *sgp;
sgp              1198 compat/linux/linux_socket.c 	usa = (struct sockaddr *) stackgap_alloc(sgp, alloclen);
sgp                43 compat/linux/linux_util.h #define LINUX_CHECK_ALT_EXIST(p, sgp, path) \
sgp                44 compat/linux/linux_util.h     CHECK_ALT_EXIST(p, sgp, linux_emul_path, path)
sgp                46 compat/linux/linux_util.h #define LINUX_CHECK_ALT_CREAT(p, sgp, path) \
sgp                47 compat/linux/linux_util.h     CHECK_ALT_CREAT(p, sgp, linux_emul_path, path)
sgp                11 compat/osf1/osf1_util.h #define OSF1_CHECK_ALT_EXIST(p, sgp, path) \
sgp                12 compat/osf1/osf1_util.h     CHECK_ALT_EXIST(p, sgp, osf1_emul_path, path)
sgp                14 compat/osf1/osf1_util.h #define OSF1_CHECK_ALT_CREAT(p, sgp, path) \
sgp                15 compat/osf1/osf1_util.h     CHECK_ALT_CREAT(p, sgp, osf1_emul_path, path)
sgp                39 compat/sunos/sunos_util.h #define SUNOS_CHECK_ALT_EXIST(p, sgp, path) \
sgp                40 compat/sunos/sunos_util.h     CHECK_ALT_EXIST(p, sgp, sunos_emul_path, path)
sgp                44 compat/svr4/svr4_util.h #define SVR4_CHECK_ALT_EXIST(p, sgp, path) \
sgp                45 compat/svr4/svr4_util.h     CHECK_ALT_EXIST(p, sgp, svr4_emul_path, path)
sgp                47 compat/svr4/svr4_util.h #define SVR4_CHECK_ALT_CREAT(p, sgp, path) \
sgp                48 compat/svr4/svr4_util.h     CHECK_ALT_CREAT(p, sgp, svr4_emul_path, path)
sgp                39 compat/ultrix/ultrix_util.h #define ULTRIX_CHECK_ALT_EXIST(p, sgp, path) \
sgp                40 compat/ultrix/ultrix_util.h     CHECK_ALT_EXIST(p, sgp, ultrix_emul_path, path)
sgp               491 dev/ic/twe.c   	struct twe_segs *sgp;
sgp               545 dev/ic/twe.c   			sgp = cmd->cmd_param.segs;
sgp               549 dev/ic/twe.c   			sgp = cmd->cmd_io.segs;
sgp               555 dev/ic/twe.c   			sgp = NULL;
sgp               559 dev/ic/twe.c   		if (sgp) {
sgp               565 dev/ic/twe.c   			bzero (sgp, TWE_MAXOFFSETS * sizeof(*sgp));
sgp               566 dev/ic/twe.c   			for (i = 0; i < dmap->dm_nsegs; i++, sgp++) {
sgp               567 dev/ic/twe.c   				sgp->twes_addr = htole32(dmap->dm_segs[i].ds_addr);
sgp               568 dev/ic/twe.c   				sgp->twes_len  = htole32(dmap->dm_segs[i].ds_len);