Home
last modified time | relevance | path

Searched refs:PIDLEN (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/scsi/adapters/arcmsr/
H A Darcmsr.h923 #define PIDLEN 16 macro
935 uint8_t ProductID[PIDLEN]; /* Product Identification */
H A Darcmsr.c1164 PIDLEN); in arcmsr_tran_start()
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dses.c46 #define PIDLEN 0x10 macro
397 newdev->ident = calloc(1, VIDLEN + PIDLEN + REVLEN + 3); in fw_identify()
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h368 #define PIDLEN 16 /* size of product identifier length */ macro
369 #define VIDPIDLEN (VIDLEN + PIDLEN)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c126 #define PIDLEN 6 /* pid length for computing SyslogPrefixLen */ macro
304 SyslogPrefixLen = PIDLEN + (MAXQFNAME - 3) + SL_FUDGE + SLDLL;
480 SyslogPrefixLen = PIDLEN + (MAXQFNAME - 3) +
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c2762 bcopy(&vidpid[8], &dp->name[27], PIDLEN); in st_get_default_conf()