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

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dpcap-ipf.h26 u_int pc_type; member in struct:pcap_filehdr
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);
/illumos-gate/usr/src/cmd/mailx/
H A Dcmd2.c401 * The variable pc_type assumes these values.
413 register unsigned int pc_type; /* preceding character type */ local
437 pc_type = SN_DELIM;
443 if (pc_type & (SN_TOKEN|SN_QUOTE)) {
446 pc_type = SN_DELIM;
450 if (pc_type == SN_TOKEN) {
471 pc_type = SN_QUOTE;
475 if (pc_type & (SN_DELIM|SN_TOKEN)) {
476 if (pc_type & SN_DELIM) {
492 pc_type
[all...]
/illumos-gate/usr/src/cmd/hal/addons/cpufreq/
H A Daddon-cpufreq.c1078 pconf_edit_type pc_type; local
1084 res = get_cur_val (&pc_type, CPU_GOV);
1092 HAL_DEBUG ((" Current governor is: %s", pc_type.cpu_gov));
1112 sprintf (param, "%s", pc_type.cpu_gov);
1145 pconf_edit_type pc_type; local
1151 res = get_cur_val (&pc_type, CPU_PERFORMANCE);
1159 HAL_DEBUG ((" The current performance: %d", pc_type.cpu_th));
1170 * Append reply arguments.pc_type.cpu_th gives the current cputhreshold
1174 if (pc_type.cpu_th < 15)
1177 param_int = (pc_type
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c995 switch (pcic->pc_type) {
1017 } /* switch (pcic->pc_type) */
1055 cmn_err(CE_CONT, "pcic_attach pc_flags=%x pc_type=%x\n",
1056 pcic->pc_flags, pcic->pc_type);
1073 switch (pcic->pc_type) {
1081 pcic->pc_type = PCIC_INTEL_i82092;
1162 pcic->pc_type = PCIC_I82365SL;
1171 switch (pcic->pc_type) {
1795 switch (pcic->pc_type) {
1929 if (pcic->pc_type
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dpcic_var.h163 uint32_t pc_type; member in struct:pcicdev_t
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h939 uint8_t pc_type; /* Component Type */ member in struct:path_comp
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c1297 pc->pc_type = 2;
1319 pc->pc_type = 4;
1326 pc->pc_type = 3;
1339 pc->pc_type = 5;
1436 switch (pc->pc_type) {

Completed in 2962 milliseconds