Searched refs:issp (Results 1 – 5 of 5) sorted by relevance
195 struct stmf_i_scsi_session *issp; in stmf_iss() local226 issp = iport.ilport_ss_list; in stmf_iss()228 while (issp) { in stmf_iss()229 if (mdb_vread(&iss, sizeof (iss), (uintptr_t)issp) == -1) { in stmf_iss()231 issp); in stmf_iss()235 mdb_printf("%p\n", issp); in stmf_iss()240 issp = iss.iss_next; in stmf_iss()
58 #define issp(c) (Z=((unsigned)(c)), cmapZ( _SP)||isauxspZ) macro
108 while (issp(c)); in lex()211 while (issp(c = getC(DOALL))) in word()842 if (!issp(c) || type == 'q') in domod()
866 while (issp(c)) { in getword()909 } while ((d || !issp(c) && c != '(' && c != ')') && c != '\n'); in getword()
852 if (!quoted && issp(c)) in backeval()