SES_BUFLEN        274 scsi/ses.c     	buf = malloc(SES_BUFLEN, M_DEVBUF, M_NOWAIT);
SES_BUFLEN        278 scsi/ses.c     	memset(buf, 0, SES_BUFLEN);
SES_BUFLEN        283 scsi/ses.c     	cmd.length = htobe16(SES_BUFLEN);
SES_BUFLEN        293 scsi/ses.c     	    sizeof(cmd), buf, SES_BUFLEN, 2, 3000, NULL, flags) != 0) {
SES_BUFLEN        299 scsi/ses.c     	if (cfg->pgcode != cmd.pgcode || betoh16(cfg->length) > SES_BUFLEN) {