Searched refs:pc_type (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/mailx/ |
H A D | cmd2.c | 413 register unsigned int pc_type; /* preceding character type */ in snarf() local 437 pc_type = SN_DELIM; in snarf() 443 if (pc_type & (SN_TOKEN|SN_QUOTE)) { in snarf() 446 pc_type = SN_DELIM; in snarf() 450 if (pc_type == SN_TOKEN) { in snarf() 471 pc_type = SN_QUOTE; in snarf() 475 if (pc_type & (SN_DELIM|SN_TOKEN)) { in snarf() 476 if (pc_type & SN_DELIM) { in snarf() 492 pc_type = SN_TOKEN; in snarf() 496 if (pc_type == SN_TOKEN) { in snarf()
|
/titanic_44/usr/src/cmd/ipf/lib/common/ |
H A D | ipft_pc.c | 96 p->pc_type = SWAPLONG(p->pc_type); 131 if (llcs[i].lc_type == ph.pc_type) { 144 ph.pc_id, ph.pc_v_maj, ph.pc_v_min, ph.pc_type, ph.pc_slen);
|
H A D | pcap-ipf.h | 26 u_int pc_type; member
|
/titanic_44/usr/src/cmd/hal/addons/cpufreq/ |
H A D | addon-cpufreq.c | 1078 pconf_edit_type pc_type; in get_cpufreq_gov() local 1084 res = get_cur_val (&pc_type, CPU_GOV); in get_cpufreq_gov() 1092 HAL_DEBUG ((" Current governor is: %s", pc_type.cpu_gov)); in get_cpufreq_gov() 1112 sprintf (param, "%s", pc_type.cpu_gov); in get_cpufreq_gov() 1145 pconf_edit_type pc_type; in get_cpufreq_performance() local 1151 res = get_cur_val (&pc_type, CPU_PERFORMANCE); in get_cpufreq_performance() 1159 HAL_DEBUG ((" The current performance: %d", pc_type.cpu_th)); in get_cpufreq_performance() 1174 if (pc_type.cpu_th < 15) in get_cpufreq_performance() 1177 param_int = (pc_type.cpu_th / 15); in get_cpufreq_performance()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | pcic.c | 995 switch (pcic->pc_type) { in pcic_attach() 1056 pcic->pc_flags, pcic->pc_type); in pcic_attach() 1073 switch (pcic->pc_type) { in pcic_attach() 1081 pcic->pc_type = PCIC_INTEL_i82092; in pcic_attach() 1162 pcic->pc_type = PCIC_I82365SL; in pcic_attach() 1171 switch (pcic->pc_type) { in pcic_attach() 1795 switch (pcic->pc_type) { in pcic_setup_adapter() 1929 if (pcic->pc_type == PCIC_TI_PCI1225) { in pcic_setup_adapter() 2140 if ((pcic->pc_type >> 16) == PCIC_TI_VENDORID && in pcic_setup_adapter() 2150 switch (pcic->pc_type) { in pcic_setup_adapter() [all …]
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | pcic_var.h | 163 uint32_t pc_type; member
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | udf_volume.h | 939 uint8_t pc_type; /* Component Type */ member
|
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_vnops.c | 1277 pc->pc_type = 2; in udf_symlink() 1299 pc->pc_type = 4; in udf_symlink() 1306 pc->pc_type = 3; in udf_symlink() 1319 pc->pc_type = 5; in udf_symlink() 1416 switch (pc->pc_type) { in udf_readlink()
|