sess 239 isofs/cd9660/cd9660_vfsops.c int sess;
sess 270 isofs/cd9660/cd9660_vfsops.c sess = argp->sess;
sess 271 isofs/cd9660/cd9660_vfsops.c if (sess < 0)
sess 272 isofs/cd9660/cd9660_vfsops.c sess = 0;
sess 274 isofs/cd9660/cd9660_vfsops.c sess = 0;
sess 275 isofs/cd9660/cd9660_vfsops.c error = VOP_IOCTL(devvp, CDIOREADMSADDR, (caddr_t)&sess, 0,
sess 278 isofs/cd9660/cd9660_vfsops.c sess = 0;
sess 284 isofs/cd9660/cd9660_vfsops.c (iso_blknum + sess) * btodb(iso_bsize),
sess 366 isofs/cd9660/cd9660_vfsops.c isomp->volume_space_size += sess;
sess 224 kern/kern_proc.c struct session *sess;
sess 229 kern/kern_proc.c sess = pool_get(&session_pool, PR_WAITOK);
sess 230 kern/kern_proc.c sess->s_leader = p;
sess 231 kern/kern_proc.c sess->s_count = 1;
sess 232 kern/kern_proc.c sess->s_ttyvp = NULL;
sess 233 kern/kern_proc.c sess->s_ttyp = NULL;
sess 234 kern/kern_proc.c bcopy(p->p_session->s_login, sess->s_login,
sess 235 kern/kern_proc.c sizeof(sess->s_login));
sess 237 kern/kern_proc.c pgrp->pg_session = sess;
sess 411 kern/subr_prf.c tprintf_close(tpr_t sess)
sess 414 kern/subr_prf.c if (sess)
sess 415 kern/subr_prf.c SESSRELE((struct session *) sess);
sess 427 kern/subr_prf.c struct session *sess = (struct session *)tpr;
sess 433 kern/subr_prf.c if (sess && sess->s_ttyvp && ttycheckoutq(sess->s_ttyp, 0)) {
sess 435 kern/subr_prf.c tp = sess->s_ttyp;
sess 67 miscfs/procfs/procfs_status.c struct session *sess;
sess 78 miscfs/procfs/procfs_status.c sess = p->p_pgrp->pg_session;
sess 79 miscfs/procfs/procfs_status.c sid = sess->s_leader ? sess->s_leader->p_pid : 0;
sess 93 miscfs/procfs/procfs_status.c if ((p->p_flag&P_CONTROLT) && (tp = sess->s_ttyp))
sess 102 miscfs/procfs/procfs_status.c if (sess->s_ttyvp) {
sess 97 sys/mount.h int sess; /* start sector of session */