Home
last modified time | relevance | path

Searched refs:CMSIZE (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/arch/sun3/dev/
H A Dcg2.c74 #define CMSIZE 256 macro
196 fbt->fb_cmsize = CMSIZE; in cg2attach()
298 uint8_t red[CMSIZE], green[CMSIZE], blue[CMSIZE]; in cg2getcmap()
306 if (start >= CMSIZE || count > CMSIZE - start) in cg2getcmap()
339 uint8_t red[CMSIZE], green[CMSIZE], blue[CMSIZE]; in cg2putcmap()
348 if (start >= CMSIZE || count > CMSIZE - start) in cg2putcmap()
/netbsd/sbin/mount_portal/
H A Dpuffs_portal.c109 #define CMSIZE (sizeof(struct cmsghdr) + sizeof(int)) macro