Searched refs:susp (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/arm/ti/am335x/
H A Dtps65217x.h83 unsigned int susp:1; member in struct:tps65217_chgconfig1_reg
H A Dam335x_pmic.c169 device_printf(dev, " Suspend charge: %s\n", i_a[reg1.susp]);
/freebsd-current/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c314 static RETSIGTYPE susp(int);
458 signal(SIGTSTP, susp);
641 intr(int), intr2(int), susp(int), sendwin(int);
692 susp(int sig)
736 signal(SIGTSTP, susp);
691 susp(int sig) function
/freebsd-current/contrib/telnet/telnet/
H A Dsys_bsd.c115 static SIG_FUNC_RET susp(int);
595 (void) signal(SIGTSTP, susp);
772 susp(int sig __unused)
816 (void) signal(SIGTSTP, susp);
771 susp(int sig __unused) function
/freebsd-current/usr.sbin/kbdcontrol/
H A Dlex.l66 susp { return TSUSP; }
/freebsd-current/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c895 bool susp; local
899 susp = (pmp->pm_flags & MSDOSFSMNT_RONLY) == 0;
901 if (susp) {
911 if (susp)
915 if (susp) {
918 if (susp)
956 if (susp)
/freebsd-current/sys/ufs/ffs/
H A Dffs_vfsops.c1364 int error, flags, susp; local
1374 susp = fs->fs_ronly == 0;
1387 if (susp) {
1421 if (susp)
1457 if (susp)
/freebsd-current/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c2053 int susp = 0; local
2064 susp = 1;
2068 if (susp)

Completed in 243 milliseconds