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

/illumos-gate/usr/src/common/fs/
H A Dhsfs.c764 char *susp; local
773 susp = (char *)(bufp + cur_off);
779 if (susp[0] == '\0' || susp[1] == '\0' ||
780 (susp_len = SUF_LEN(susp)) == 0)
787 if (strncmp(hsfs_sig_tab[i], susp, SUF_SIG_LEN) == 0)
795 ce_lbn = CE_BLK_LOC(susp);
796 *len = CE_CONT_LEN(susp);
800 if (!RRIP_NAME_FLAGS(susp)) {
801 udp->d_namlen = RRIP_NAME_LEN(susp);
[all...]
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c862 uchar_t *susp; local
870 susp = (uchar_t *)(bufp + cur_off);
871 if (susp[0] == '\0' || susp[1] == '\0')
873 susp_len = SUF_LEN(susp);
878 (char *)susp, SUF_SIG_LEN) == 0) {
883 susp[0], susp[1], susp_len);
887 if (CHECK_BYTES_OK(susp)) {
889 SP_SUA_OFFSET(susp);
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c88 static SIG_FUNC_RET susp(int);
482 (void) signal(SIGTSTP, susp);
684 susp(sig) function
687 (void) signal(SIGTSTP, susp);
712 (void) signal(SIGTSTP, susp);
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dpte.h51 unsigned int susp:1; /* <56> sw - suspend? */ member in struct:__anon10371::tte
84 #define tte_suspend tte_bit.susp

Completed in 54 milliseconds