Home
last modified time | relevance | path

Searched refs:pc_type (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dcmd2.c413 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()
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dipft_pc.c96 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 Dpcap-ipf.h24 u_int pc_type; member
/illumos-gate/usr/src/cmd/hal/addons/cpufreq/
H A Daddon-cpufreq.c1078 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()
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c1074 switch (pcic->pc_type) { in pcic_attach()
1172 switch (pcic->pc_type) { in pcic_attach()
1796 switch (pcic->pc_type) { in pcic_setup_adapter()
2607 switch (pcic->pc_type) { in pcic_calc_speed()
3025 pcic->pc_type); in pcic_set_window()
3931 switch (pcic->pc_type) { in pcic_set_socket()
3994 switch (pcic->pc_type) { in pcic_set_socket()
4424 switch (pcic->pc_type) { in pcic_get_status()
4577 switch (pcic->pc_type) { in pcic_ll_reset()
5143 switch (pcic->pc_type) { in xxdmp_all_regs()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dpcic_var.h161 uint32_t pc_type; member
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h939 uint8_t pc_type; /* Component Type */ member
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c1297 pc->pc_type = 2; in udf_symlink()
1319 pc->pc_type = 4; in udf_symlink()
1326 pc->pc_type = 3; in udf_symlink()
1339 pc->pc_type = 5; in udf_symlink()
1436 switch (pc->pc_type) { in udf_readlink()