/illumos-gate/usr/src/cmd/lp/lib/printers/ |
H A D | chkprinter.c | 48 char * cpi, 55 chkprinter (type, cpi, lpi, len, wid, cs) 57 *cpi, 75 if (cpi && *cpi && set_pitch(cpi, 'H', 0) != E_SUCCESS) 46 chkprinter( char * type, char * cpi, char * lpi, char * len, char * wid, char * cs ) argument
|
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | chkopts.c | 297 || cpi || lpi || width || length || stty_opt 474 if (cpi || lpi || length || width || S || f || filebreak) 482 * Check -o cpi=, -o lpi=, -o length=, -o width= 484 if (cpi || lpi || length || width) { 487 if ((rc = sum_chkprinter(T, cpi, lpi, length, width, NULL)) == 0) { 496 if ((rc & PCK_CPI) && cpi) 497 LP_ERRMSG1 (ERROR, E_ADM_BADCAP, "cpi="); 847 cpi_f = unpack_sdn(formbuf.cpi); 874 LP_ERRMSG1 (INFO, E_ADM_BADCAP, "cpi"); 1112 char * cpi, 1110 sum_chkprinter( char ** types, char * cpi, char * lpi, char * len, char * wid, char * cs ) argument [all...] |
H A D | options.c | 100 *cpi = 0, /* string value of -o cpi= */ variable 698 } else if (STRNEQU(optarg, "cpi=", 4)) { 699 if (cpi) 700 LP_ERRMSG1 (WARNING, E_ADM_2MANY, "cpi="); 702 cpi = (optarg += 4);
|
/illumos-gate/usr/src/cmd/lp/include/ |
H A D | form.h | 63 SCALED cpi; member in struct:FORM
|
H A D | printers.h | 93 SCALED cpi; /* default character pitch */ member in struct:PRINTER 136 #define PCK_CPI 0x0004 /* printer type can't handle ".cpi" */
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | validate.c | 185 if (STRNEQU(*pl, "cpi=", 4)) 270 * cpi/lpi/etc. characteristics (lpadmin made sure), we aren't 842 char * cpi = 0; local 857 cpi = pfs->cpi; 863 cpi = o_cpi; 894 this = chkprinter(*pt, cpi, lpi, length, width,
|
H A D | nodes.h | 102 char *cpi; member in struct:fstat_node 130 char *cpi; member in struct:pstat_node 178 char *cpi; member in struct:rstat_node 199 SCALED cpi; member in struct:form_node
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf_saa_impl.c | 1135 /* cpi transaction is handled as a client, decrement refcount */ 1188 /* cpi transaction is handled as a client, decrement refcount */ 1234 * but we hold a ref count for cpi and the interactions on 1312 * cpi transaction is handled as a client, 2054 /* increment the reference count to account for the cpi call */ 2199 /* increment the reference count to account for the cpi call */ 2342 * increment reference count to account for cpi and 2438 * increment reference count to account for cpi and 2557 * increment reference count to account for cpi and 3794 ib_mad_classportinfo_t *cpi; local [all...] |
H A D | ibmf_saa_utils.c | 161 ib_mad_classportinfo_t *cpi = (ib_mad_classportinfo_t *)record; local 164 IB_MAD_CLASSPORTINFO_SIZE, cpi, sizeof (ib_mad_classportinfo_t)); 567 ib_mad_classportinfo_t *cpi = (ib_mad_classportinfo_t *)record; local 570 cpi, sizeof (ib_mad_classportinfo_t),
|
/illumos-gate/usr/src/uts/i86xpv/os/ |
H A D | xen_machdep.c | 1188 struct xen_mc_physcpuinfo *cpi = &xmc.u.mc_physcpuinfo; local 1190 cpi->ncpus = *ncpus; 1192 set_xen_guest_handle(cpi->info, log_cpus); 1197 *ncpus = cpi->ncpus;
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | cpu.c | 766 struct _cpu_pause_info *cpi = &cpu_pause_info; local 775 sema_v(&cpi->cp_sem); /* signal requesting thread */ 784 while (cpi->cp_go == 0) 801 if (cpi->cp_func != NULL) 802 (*cpi->cp_func)((void *)lindex); 994 struct _cpu_pause_info *cpi = &cpu_pause_info; local 997 ASSERT(cpi->cp_paused == NULL); 998 cpi->cp_count = 0; 999 cpi->cp_go = 0; 1004 cpi [all...] |
H A D | sunmdi.c | 7551 mdi_vhcache_pathinfo_t *cpi, *cpi_next; local 7569 for (cpi = cct->cct_cpi_head; cpi != NULL; cpi = cpi_next) { 7570 cpi_next = cpi->cpi_next; 7571 free_vhcache_pathinfo(cpi); 7674 * Enqueue the vhcache pathinfo (cpi) at the tail of the list 7678 mdi_vhcache_pathinfo_t *cpi) 7680 cpi->cpi_next = NULL; 7682 cct->cct_cpi_head = cpi; 7677 enqueue_tail_vhcache_pathinfo(mdi_vhcache_client_t *cct, mdi_vhcache_pathinfo_t *cpi) argument 7698 mdi_vhcache_pathinfo_t *cpi, *prev_cpi; local 7758 free_vhcache_pathinfo(mdi_vhcache_pathinfo_t *cpi) argument 7796 mdi_vhcache_pathinfo_t *cpi; local 7927 mdi_vhcache_pathinfo_t *cpi; local 8198 mdi_vhcache_pathinfo_t *cpi; local 8256 mdi_vhcache_pathinfo_t *cpi; local 8602 mdi_vhcache_pathinfo_t *cpi; local 8696 mdi_vhcache_pathinfo_t *cpi, *cpi_next, *cpi_head; local 8721 mdi_vhcache_pathinfo_t *cpi; local 8895 mdi_vhcache_pathinfo_t *cpi; local [all...] |
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/ |
H A D | ibdm.c | 2173 ib_mad_classportinfo_t *cpi; local 2210 cpi = (ib_mad_classportinfo_t *)data; 2215 cpi->TrapGID_hi = h2b64(gid_info->gl_sgid_hi); 2216 cpi->TrapGID_lo = h2b64(gid_info->gl_sgid_lo); 2217 cpi->TrapLID = h2b16(gid_info->gl_slid); 2218 cpi->TrapSL = gid_info->gl_SL; 2219 cpi->TrapP_Key = h2b16(gid_info->gl_p_key); 2220 cpi->TrapQP = h2b32((((ibmf_alt_qp_t *)gid_info->gl_qp_hdl)->isq_qpn)); 2221 cpi->TrapQ_Key = h2b32((((ibmf_alt_qp_t *) 2330 ib_mad_classportinfo_t *cpi; local 2388 ib_mad_classportinfo_t *cpi; local 3694 ib_mad_classportinfo_t *cpi; local [all...] |
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | cmi_hw.c | 1147 xen_mc_lcpu_cookie_t cpi; local 1149 for (cpi = xen_physcpu_next(NULL); cpi != NULL; 1150 cpi = xen_physcpu_next(cpi)) { 1151 if (xen_physcpu_chipid(cpi) == chipid && 1152 xen_physcpu_coreid(cpi) == coreid && 1153 xen_physcpu_strandid(cpi) == strandid) 1154 return ((void *)cpi);
|
H A D | startup.c | 1765 xen_mc_lcpu_cookie_t cpi; local 1767 for (cpi = xen_physcpu_next(NULL); cpi != NULL; 1768 cpi = xen_physcpu_next(cpi)) { 1770 xen_physcpu_chipid(cpi), xen_physcpu_coreid(cpi), 1771 xen_physcpu_strandid(cpi))) != NULL &&
|
H A D | cpuid.c | 374 #define CPI_FAMILY_XTD(cpi) BITX((cpi)->cpi_std[1].cp_eax, 27, 20) 375 #define CPI_MODEL_XTD(cpi) BITX((cpi)->cpi_std[1].cp_eax, 19, 16) 376 #define CPI_TYPE(cpi) BITX((cpi)->cpi_std[1].cp_eax, 13, 12) 377 #define CPI_FAMILY(cpi) BITX((cpi)->cpi_std[1].cp_eax, 11, 8) 378 #define CPI_STEP(cpi) BITX((cpi) 591 struct cpuid_info *cpi = cpu->cpu_m.mcpu_cpi; local 740 struct cpuid_info *cpi = cpu->cpu_m.mcpu_cpi; local 801 struct cpuid_info *cpi = cpu->cpu_m.mcpu_cpi; local 950 struct cpuid_info *cpi; local 1767 struct cpuid_info *cpi = cpu->cpu_m.mcpu_cpi; local 2183 intel_cpubrand(const struct cpuid_info *cpi) argument 2319 amd_cpubrand(const struct cpuid_info *cpi) argument 2389 cyrix_cpubrand(struct cpuid_info *cpi, uint_t type) argument 2451 fabricate_brandstr(struct cpuid_info *cpi) argument 2531 struct cpuid_info *cpi = cpu->cpu_m.mcpu_cpi; local 2689 struct cpuid_info *cpi; local 2957 struct cpuid_info *cpi; local 3040 struct cpuid_info *cpi = cpu->cpu_m.mcpu_cpi; local 3054 struct cpuid_info *cpi = cpu->cpu_m.mcpu_cpi; local 3169 struct cpuid_info *cpi; local 3281 struct cpuid_info *cpi; local 3305 struct cpuid_info *cpi; local 3381 struct cpuid_info *cpi = cpu->cpu_m.mcpu_cpi; local 3599 struct cpuid_info *cpi; local 3838 intel_cpuid_4_cache_info(struct cachetab *ct, struct cpuid_info *cpi) argument 3872 intel_walk_cacheinfo(struct cpuid_info *cpi, void *arg, int (*func)(void *, const struct cachetab *)) argument 3921 cyrix_walk_cacheinfo(struct cpuid_info *cpi, void *arg, int (*func)(void *, const struct cachetab *)) argument 4067 amd_cache_info(struct cpuid_info *cpi, dev_info_t *devi) argument 4173 x86_which_cacheinfo(struct cpuid_info *cpi) argument 4217 cpuid_set_cpu_properties(void *dip, processorid_t cpu_id, struct cpuid_info *cpi) argument 4488 amd_l2cacheinfo(struct cpuid_info *cpi, struct l2info *l2i) argument 4519 struct cpuid_info *cpi = cpu->cpu_m.mcpu_cpi; local 4636 struct cpuid_info *cpi; local 4726 struct cpuid_info *cpi; local 4758 struct cpuid_info *cpi = cp->cpu_m.mcpu_cpi; local 4792 struct cpuid_info *cpi = CPU->cpu_m.mcpu_cpi; local [all...] |