Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 3030) sorted by last modified time

12345678910>>...122

/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h216 #define SMB_CACHE_CFG_MODE(c) (((c) >> 8) & 3) argument
217 #define SMB_CACHE_CFG_ENABLED(c) (((c) >> 7) & 1) argument
218 #define SMB_CACHE_CFG_LOCATION(c) (((c) >> 5) & 3) argument
219 #define SMB_CACHE_CFG_SOCKETED(c) (((c) >> 3) & 1) argument
220 #define SMB_CACHE_CFG_LEVEL(c) (((c) & 7) + 1) argument
H A Dtem_impl.h78 #define TEM_CHAR(c) ((c) & 0x1fffff) argument
79 #define TEM_CHAR_ATTR(c) (((c) >> 21) & TEM_ATTR_MASK) argument
80 #define TEM_ATTR(c) (((c) & TEM_ATTR_MASK) << 21) argument
81 #define TEM_ATTR_ISSET(c, a) ((TEM_CHAR_ATTR(c) & (a)) == (a)) argument
/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios.c721 int ret = 0, c; in main() local
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c744 smb_cache_t c; in smbios_info_cache() local
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c241 const char *c; in str_print_label() local
509 smbios_chassis_t c; in print_chassis() local
676 smbios_cache_t c; in print_cache() local
2232 int err, fd, c; in main() local
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c10883 uint16_t *c; in emlxs_swap_els_pkt() local
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h133 #define DTRACE_PROBE1(a, b, c) \ argument
139 #define DTRACE_PROBE2(a, b, c, d, e) \ argument
145 #define DTRACE_PROBE3(a, b, c, d, e, f, g) \ argument
151 #define DTRACE_PROBE4(a, b, c, d, e, f, g, h, i) \ argument
252 #define VOP_CLOSE(vp, f, c, o, cr, ct) 0 argument
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1888 for (uint64_t c = 0; c < children; c++) { in do_print_vdev() local
/illumos-gate/usr/src/uts/intel/sys/amdzen/
H A Dccd.h122 #define SMUPWR_CCD_DIE_ID(c) \ argument
156 #define SMUPWR_THREAD_EN(c) \ argument
171 #define SMUPWR_THREAD_CFG(c) \ argument
188 #define SMUPWR_SOFT_DOWNCORE(c) \ argument
206 #define SMUPWR_CORE_EN(c) \ argument
265 #define L3SOC_THREAD_EN(c) \ argument
281 #define L3SOC_THREAD_CFG(c) \ argument
297 #define L3SOC_SOFT_DOWNCORE(c) \ argument
312 #define L3SOC_CORE_EN(c) \ argument
/illumos-gate/usr/src/boot/i386/libi386/
H A Dcomconsole.c122 uint_t n = 0, c; in comc_ini() local
312 comc_putchar(struct console *cp, int c) in comc_putchar()
/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm.c715 int c; in main() local
982 int c; in optparse_list() local
1182 int c; in optparse_identify_ctrl() local
1360 int c; in optparse_identify_ns() local
1494 int c; in optparse_identify() local
1589 int c; in optparse_list_logs() local
1962 int c; in optparse_get_logpage() local
2010 int c; in optparse_list_features() local
2652 for (const char *c = strchr(fstr, ','); c != NULL; in do_get_features() local
2829 int c; in optparse_secure_erase() local
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c1289 int c, err; in main() local
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz_math.c35 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\n' || \ argument
377 int i, c; in benchmark_raidz() local
H A Dspa_misc.c1601 char c; in zfs_strtonum() local
2553 for (uint64_t c = 0; c < rvd->vdev_children; c++) { in spa_top_vdevs_spacemap_addressable() local
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c1497 char c; in zprop_get_list() local
/illumos-gate/usr/src/common/zfs/
H A Dzfs_fletcher_superscalar4.c95 uint64_t a, b, c, d; in fletcher_4_superscalar4_native() local
160 uint64_t a, b, c, d; in fletcher_4_superscalar4_byteswap() local
H A Dzfs_fletcher.c331 uint64_t a, b, c, d; in fletcher_4_scalar_native() local
353 uint64_t a, b, c, d; in fletcher_4_scalar_byteswap() local
698 int i, c; in fletcher_4_benchmark() local
H A Dzfs_fletcher_superscalar.c81 uint64_t a, b, c, d; in fletcher_4_superscalar_native() local
120 uint64_t a, b, c, d; in fletcher_4_superscalar_byteswap() local
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c334 #define ZTEST_GET_SHARED_CALLSTATE(c) (&ztest_shared_callstate[c]) argument
972 int c; in make_vdev_raidz() local
1002 int c; in make_vdev_mirror() local
1031 int c; in make_vdev_root() local
2827 for (int c = 0; c < vd->vdev_children; c++) in vdev_lookup_by_path() local
3051 int c; in ztest_vdev_aux_add_remove() local
3119 uint_t c, children, schildren = 0, lastlogid = 0; in ztest_split_pool() local
3572 for (uint_t c = 0; c < vd->vdev_children; c++) { in vdev_walk_tree() local
/illumos-gate/usr/src/cmd/zstreamdump/
H A Dzstreamdump.c239 int c; in main() local
/illumos-gate/usr/src/cmd/cpc/common/
H A Dcputrack.c98 int c, errcnt = 0; in main() local
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c190 #define tem_safe_callback_bit2pix(tem, c) { \ argument
259 uint8_t c; in tem_safe_input_partial() local
1792 tem_char_t c; in tem_safe_text_display() local
1877 term_char_t c; in tem_safe_text_cls() local
1993 tem_safe_pix_bit2pix(struct tem_vt_state *tem, term_char_t *c) in tem_safe_pix_bit2pix()
2096 term_char_t c; in tem_safe_pix_clear_entire_screen() local
2440 term_char_t c; in tem_safe_pix_cursor() local
2549 text_color_t *bg, term_char_t *c) in tem_safe_get_color()
2622 tem_safe_set_color(text_color_t *t, color_t *c) in tem_safe_set_color()
2670 term_char_t c; in tem_safe_pix_cls_range() local
[all …]
H A Dtem.c806 tem_get_size(ushort_t *r, ushort_t *c, ushort_t *x, ushort_t *y) in tem_get_size()
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_ring.c1432 const ddi_dma_cookie_t *c = ddi_dma_cookie_get(hdl, i); in igc_tx_ring_write_buf_descs() local
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_nvm.c42 u16 IGC_UNUSEDARG *c) in igc_null_read_nvm()
67 u16 IGC_UNUSEDARG *c) in igc_null_write_nvm()

12345678910>>...122