| /src/external/cddl/osnet/dist/lib/libzpool/common/ |
| util.c | 76 char rops[6], wops[6], rbytes[6], wbytes[6], rerr[6], werr[6], cerr[6]; local 100 nicenum(vs->vs_ops[ZIO_TYPE_READ] / sec, rops); 115 rops, wops, rbytes, wbytes, rerr, werr, cerr);
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/ |
| nouveau_nvkm_engine_gr_gp104.c | 52 .rops = gm200_gr_rops,
|
| nouveau_nvkm_engine_gr_gp107.c | 54 .rops = gm200_gr_rops,
|
| nouveau_nvkm_engine_gr_gp10b.c | 64 .rops = gm200_gr_rops,
|
| nouveau_nvkm_engine_gr_gf110.c | 112 .rops = gf100_gr_rops,
|
| nouveau_nvkm_engine_gr_gf104.c | 140 .rops = gf100_gr_rops,
|
| nouveau_nvkm_engine_gr_gf108.c | 138 .rops = gf100_gr_rops,
|
| nouveau_nvkm_engine_gr_gk110b.c | 131 .rops = gf100_gr_rops,
|
| nouveau_nvkm_engine_gr_gf117.c | 178 .rops = gf100_gr_rops,
|
| nouveau_nvkm_engine_gr_gf119.c | 203 .rops = gf100_gr_rops,
|
| nouveau_nvkm_engine_gr_gk208.c | 189 .rops = gf100_gr_rops,
|
| nouveau_nvkm_engine_gr_gp100.c | 128 .rops = gm200_gr_rops,
|
| nouveau_nvkm_engine_gr_gp102.c | 124 .rops = gm200_gr_rops,
|
| nouveau_nvkm_engine_gr_gv100.c | 113 .rops = gm200_gr_rops,
|
| nouveau_nvkm_engine_gr_tu102.c | 120 .rops = gm200_gr_rops,
|
| nouveau_nvkm_engine_gr_gk110.c | 379 .rops = gf100_gr_rops,
|
| nouveau_nvkm_engine_gr_gm200.c | 203 .rops = gm200_gr_rops,
|
| nouveau_nvkm_engine_gr_gm20b.c | 131 .rops = gm200_gr_rops,
|
| nouveau_nvkm_engine_gr_gk104.c | 483 .rops = gf100_gr_rops,
|
| nouveau_nvkm_engine_gr_gk20a.c | 302 .rops = gf100_gr_rops,
|
| gf100.h | 190 int (*rops)(struct gf100_gr *); member in struct:gf100_gr_func
|
| nouveau_nvkm_engine_gr_gm107.c | 424 .rops = gf100_gr_rops,
|
| nouveau_nvkm_engine_gr_gf100.c | 1958 gr->rop_nr = gr->func->rops(gr); 2397 .rops = gf100_gr_rops,
|
| /src/external/bsd/openldap/dist/servers/slapd/back-monitor/ |
| database.c | 592 struct restricted_ops_t *rops; local 596 rops = restricted_exops; 599 rops = restricted_ops; 602 for ( i = 0; !BER_BVISNULL( &rops[ i ].op ); i++ ) { 603 if ( ber_bvstrcasecmp( v, &rops[ i ].op ) != 0 ) { 607 if ( rops[ i ].tag & *delta ) { 611 if ( rops[ i ].tag & cur ) { 615 cur |= rops[ i ].tag; 616 *delta |= rops[ i ].tag; 621 if ( BER_BVISNULL( &rops[ i ].op ) ) [all...] |