/src/sys/kern/ |
subr_disk_mbr.c | 320 int new_session, error; local in function:scan_iso_vrs 342 new_session = (ti.sessionnr != sessionnr); 344 if (new_session) {
|
subr_disk_mbr.c | 320 int new_session, error; local in function:scan_iso_vrs 342 new_session = (ti.sessionnr != sessionnr); 344 if (new_session) {
|
/src/sbin/init/ |
init.c | 182 static session_t *new_session(session_t *, int, struct ttyent *); 1091 new_session(session_t *sprev, int session_index, struct ttyent *typ) function in typeref:typename:session_t * 1228 if ((snext = new_session(sp, ++session_index, typ)) != NULL) 1576 (void)new_session(sprev, session_index, typ);
|
init.c | 182 static session_t *new_session(session_t *, int, struct ttyent *); 1091 new_session(session_t *sprev, int session_index, struct ttyent *typ) function in typeref:typename:session_t * 1228 if ((snext = new_session(sp, ++session_index, typ)) != NULL) 1576 (void)new_session(sprev, session_index, typ);
|