Symbol: susp
usr/src/cmd/cmd-inet/usr.bin/telnet/sys_bsd.c
478
(void) signal(SIGTSTP, susp);
usr/src/cmd/cmd-inet/usr.bin/telnet/sys_bsd.c
685
(void) signal(SIGTSTP, susp);
usr/src/cmd/cmd-inet/usr.bin/telnet/sys_bsd.c
710
(void) signal(SIGTSTP, susp);
usr/src/cmd/cmd-inet/usr.bin/telnet/sys_bsd.c
84
static SIG_FUNC_RET susp(int);
usr/src/common/fs/hsfs.c
766
char *susp;
usr/src/common/fs/hsfs.c
776
susp = (char *)(bufp + cur_off);
usr/src/common/fs/hsfs.c
782
if (susp[0] == '\0' || susp[1] == '\0' ||
usr/src/common/fs/hsfs.c
783
(susp_len = SUF_LEN(susp)) == 0)
usr/src/common/fs/hsfs.c
790
if (strncmp(hsfs_sig_tab[i], susp, SUF_SIG_LEN) == 0)
usr/src/common/fs/hsfs.c
798
ce_lbn = CE_BLK_LOC(susp);
usr/src/common/fs/hsfs.c
799
*len = CE_CONT_LEN(susp);
usr/src/common/fs/hsfs.c
803
if (!RRIP_NAME_FLAGS(susp)) {
usr/src/common/fs/hsfs.c
804
udp->d_namlen = RRIP_NAME_LEN(susp);
usr/src/common/fs/hsfs.c
805
bcopy((char *)RRIP_name(susp),
usr/src/stand/lib/fs/hsfs/hsfsops.c
862
uchar_t *susp;
usr/src/stand/lib/fs/hsfs/hsfsops.c
870
susp = (uchar_t *)(bufp + cur_off);
usr/src/stand/lib/fs/hsfs/hsfsops.c
871
if (susp[0] == '\0' || susp[1] == '\0')
usr/src/stand/lib/fs/hsfs/hsfsops.c
873
susp_len = SUF_LEN(susp);
usr/src/stand/lib/fs/hsfs/hsfsops.c
878
(char *)susp, SUF_SIG_LEN) == 0) {
usr/src/stand/lib/fs/hsfs/hsfsops.c
883
susp[0], susp[1], susp_len);
usr/src/stand/lib/fs/hsfs/hsfsops.c
887
if (CHECK_BYTES_OK(susp)) {
usr/src/stand/lib/fs/hsfs/hsfsops.c
889
SP_SUA_OFFSET(susp);
usr/src/stand/lib/fs/hsfs/hsfsops.c
898
ce_lbn = CE_BLK_LOC(susp);
usr/src/stand/lib/fs/hsfs/hsfsops.c
899
*ce_len = CE_CONT_LEN(susp);
usr/src/stand/lib/fs/hsfs/hsfsops.c
928
if (!RRIP_NAME_FLAGS(susp)) {
usr/src/stand/lib/fs/hsfs/hsfsops.c
930
RRIP_NAME_LEN(susp);
usr/src/stand/lib/fs/hsfs/hsfsops.c
931
bcopy((char *)RRIP_name(susp),
usr/src/uts/sun4v/sys/pte.h
51
unsigned int susp:1; /* <56> sw - suspend? */
usr/src/uts/sun4v/sys/pte.h
84
#define tte_suspend tte_bit.susp