/src/sys/arch/dreamcast/dev/g2/ |
gapspci.c | 66 uint8_t idbuf[16]; local in function:gaps_match 72 bus_space_read_region_1(ga->ga_memt, tmp_memh, 0, idbuf, sizeof(idbuf)); 76 if (strncmp((const char *)idbuf, "GAPSPCI_BRIDGE_2", 16))
|
/src/sys/arch/hppa/stand/xxboot/ |
readufs.c | 154 void *idbuf = alloca(bsize); local in function:ufs_read_indirect 156 int32_t *idbuf1 = idbuf; 159 int64_t *idbuf2 = idbuf; 188 RAW_READ(idbuf, blk << ufsinfo->fsbtodb, bsize);
|
/src/sys/arch/x68k/stand/boot_ufs/ |
readufs.c | 154 void *idbuf = alloca(bsize); local in function:ufs_read_indirect 156 int32_t *idbuf1 = idbuf; 159 int64_t *idbuf2 = idbuf; 188 RAW_READ(idbuf, blk << ufsinfo->fsbtodb, bsize);
|
/src/libexec/identd/ |
identd.c | 330 char idbuf[LOGIN_NAME_MAX]; /* name to be used in response */ local in function:idhandle 341 (void)strlcpy(idbuf, user, sizeof(idbuf)); 411 idbuf, gethost((struct sockaddr *)&ss[0])); 412 idparse(fd, lport, fport, charset, osname, idbuf); 452 idbuf, gethost((struct sockaddr *)&ss[0])); 453 idparse(fd, lport, fport, charset, osname, idbuf); 482 if (iflag && pw && check_userident(pw->pw_dir, idbuf, sizeof(idbuf))) { 484 if ((strspn(idbuf, "0123456789") & [all...] |
/src/sys/arch/amiga/dev/ |
siopvar.h | 53 char *idbuf; member in struct:siop_ds
|