/src/sys/lib/libsa/ |
stat.c | 1 /* $NetBSD: stat.c,v 1.7 2007/11/24 13:20:57 isaki Exp $ */ 31 * @(#)stat.c 8.1 (Berkeley) 6/11/93 37 stat(const char *str, struct stat *sb) function in typeref:typename:int
|
stat.c | 1 /* $NetBSD: stat.c,v 1.7 2007/11/24 13:20:57 isaki Exp $ */ 31 * @(#)stat.c 8.1 (Berkeley) 6/11/93 37 stat(const char *str, struct stat *sb) function in typeref:typename:int
|
/src/lib/libc/compat/gen/ |
compat_glob.c | 11 #include <sys/stat.h> 13 #include <compat/sys/stat.h> 31 #define stat __compat_stat macro
|
compat_glob.c | 11 #include <sys/stat.h> 13 #include <compat/sys/stat.h> 31 #define stat __compat_stat macro
|
/src/lib/libc/rpc/ |
xdr_reference.c | 81 bool_t stat; local in function:__weak_alias 101 stat = (*proc)(xdrs, loc); 107 return (stat);
|
xdr_reference.c | 81 bool_t stat; local in function:__weak_alias 101 stat = (*proc)(xdrs, loc); 107 return (stat);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mc/ |
nouveau_nvkm_subdev_mc_tu102.c | 33 u32 stat = nvkm_rd32(device, 0xb81010); local in function:tu102_mc_intr_hack 34 if (stat & 0x00000050) { 37 nvkm_wr32(device, 0xb81010, stat & 0x00000050);
|
nouveau_nvkm_subdev_mc_tu102.c | 33 u32 stat = nvkm_rd32(device, 0xb81010); local in function:tu102_mc_intr_hack 34 if (stat & 0x00000050) { 37 nvkm_wr32(device, 0xb81010, stat & 0x00000050);
|
/src/usr.sbin/sesd/srcs/ |
chpmon.c | 55 ses_encstat stat, *carray; local in function:main 81 stat = 0; 82 if (ioctl(fd, SESIOC_SETENCSTAT, (caddr_t) &stat) < 0) { 91 if (ioctl(fd, SESIOC_GETENCSTAT, (caddr_t) &stat) < 0) { 98 if ((stat & BADSTAT) == 0) { 109 if (stat & SES_ENCSTAT_UNRECOV) 112 if (stat & SES_ENCSTAT_CRITICAL) 115 if (stat & SES_ENCSTAT_NONCRITICAL) 118 stat = SES_ENCSTAT_CRITICAL; 119 if (ioctl(fd, SESIOC_SETENCSTAT, (caddr_t) &stat) < 0) [all...] |
chpmon.c | 55 ses_encstat stat, *carray; local in function:main 81 stat = 0; 82 if (ioctl(fd, SESIOC_SETENCSTAT, (caddr_t) &stat) < 0) { 91 if (ioctl(fd, SESIOC_GETENCSTAT, (caddr_t) &stat) < 0) { 98 if ((stat & BADSTAT) == 0) { 109 if (stat & SES_ENCSTAT_UNRECOV) 112 if (stat & SES_ENCSTAT_CRITICAL) 115 if (stat & SES_ENCSTAT_NONCRITICAL) 118 stat = SES_ENCSTAT_CRITICAL; 119 if (ioctl(fd, SESIOC_SETENCSTAT, (caddr_t) &stat) < 0) [all...] |
/src/common/lib/libc/rpc/ |
xdr_array.c | 94 bool_t stat = TRUE; local in function:__weak_alias 134 for (i = 0; (i < c) && stat; i++) { 135 stat = (*elproc)(xdrs, target); 146 return (stat);
|
xdr_array.c | 94 bool_t stat = TRUE; local in function:__weak_alias 134 for (i = 0; (i < c) && stat; i++) { 135 stat = (*elproc)(xdrs, target); 146 return (stat);
|
/src/games/trek/ |
shield.c | 76 char *stat; local in function:shield 91 stat = &Ship.cloaked; 98 stat = &Ship.shldup; 113 if (*stat) 123 i = !*stat; 125 if (*stat == i) { 142 *stat = i;
|
shield.c | 76 char *stat; local in function:shield 91 stat = &Ship.cloaked; 98 stat = &Ship.shldup; 113 if (*stat) 123 i = !*stat; 125 if (*stat == i) { 142 *stat = i;
|
/src/sys/arch/amiga/dev/ |
empsc.c | 185 u_char stat; local in function:empsc_intr 189 stat = *dev->sci_iack; 190 __USE(stat);
|
empsc.c | 185 u_char stat; local in function:empsc_intr 189 stat = *dev->sci_iack; 190 __USE(stat);
|
/src/sys/arch/hpcmips/stand/lcboot/ |
com.c | 90 u_int8_t stat; local in function:getchar 98 stat = REGREAD_1(VR4181_SIU_ADDR, com_iir);
|
com.c | 90 u_int8_t stat; local in function:getchar 98 stat = REGREAD_1(VR4181_SIU_ADDR, com_iir);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bus/ |
nouveau_nvkm_subdev_bus_gf100.c | 37 u32 stat = nvkm_rd32(device, 0x001100) & nvkm_rd32(device, 0x001140); local in function:gf100_bus_intr 39 if (stat & 0x0000000e) { 47 (stat & 0x00000002) ? "!ENGINE " : "", 48 (stat & 0x00000004) ? "IBUS " : "", 49 (stat & 0x00000008) ? "TIMEOUT " : ""); 52 nvkm_wr32(device, 0x001100, (stat & 0x0000000e)); 53 stat &= ~0x0000000e; 56 if (stat) { 57 nvkm_error(subdev, "intr %08x\n", stat); 58 nvkm_mask(device, 0x001140, stat, 0x00000000) [all...] |
nouveau_nvkm_subdev_bus_nv04.c | 39 u32 stat = nvkm_rd32(device, 0x001100) & nvkm_rd32(device, 0x001140); local in function:nv04_bus_intr 41 if (stat & 0x00000001) { 43 stat &= ~0x00000001; 47 if (stat & 0x00000110) { 51 stat &= ~0x00000110; 55 if (stat) { 56 nvkm_error(subdev, "intr %08x\n", stat); 57 nvkm_mask(device, 0x001140, stat, 0x00000000);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/ |
nouveau_nvkm_subdev_i2c_g94.c | 37 u32 stat = nvkm_rd32(device, 0x00e068) & intr, i; local in function:g94_aux_stat 39 if ((stat & (1 << (i * 4)))) *hi |= 1 << i; 40 if ((stat & (2 << (i * 4)))) *lo |= 1 << i; 41 if ((stat & (4 << (i * 4)))) *rq |= 1 << i; 42 if ((stat & (8U << (i * 4)))) *tx |= 1 << i;
|
nouveau_nvkm_subdev_i2c_gk104.c | 37 u32 stat = nvkm_rd32(device, 0x00dc68) & intr, i; local in function:gk104_aux_stat 39 if ((stat & (1 << (i * 4)))) *hi |= 1 << i; 40 if ((stat & (2 << (i * 4)))) *lo |= 1 << i; 41 if ((stat & (4 << (i * 4)))) *rq |= 1 << i; 42 if ((stat & (8 << (i * 4)))) *tx |= 1 << i;
|
/src/sys/fs/v7fs/ |
v7fs_superblock_util.c | 67 struct v7fs_stat *stat = &fs->stat; local in function:v7fs_superblock_status 69 stat->total_blocks = sb->volume_size - sb->datablock_start_sector; 70 stat->total_inode = V7FS_MAX_INODE(sb); 71 stat->free_inode = sb->total_freeinode; 72 stat->free_blocks = sb->total_freeblock; 73 stat->total_files = stat->total_inode - sb->total_freeinode - 1; 75 DPRINTF("block %d/%d, inode %d/%d\n", stat->free_blocks, 76 stat->total_blocks, stat->free_inode, stat->total_inode) [all...] |
/src/usr.sbin/acpitools/aml/ |
aml_env.h | 42 enum aml_status stat; member in struct:aml_environ
|
/src/sys/arch/hp300/stand/common/ |
apci.c | 149 short stat; local in function:apcigetchar 152 if (((stat = apci->ap_lsr) & LSR_RXRDY) == 0) 171 short stat; local in function:apciputchar 175 while (((stat = apci->ap_lsr) & LSR_TXRDY) == 0 && --timo) 180 while (((stat = apci->ap_lsr) & LSR_TXRDY) == 0 && --timo)
|