| /src/external/gpl3/gdb/dist/gnulib/import/ |
| mbsinit.c | 47 const char *pstate = (const char *)ps; local 49 return pstate == NULL || pstate[0] == 0;
|
| mbrtowc-impl.h | 22 char *pstate = (char *)ps; variable 36 if (pstate == NULL) 37 pstate = internal_state; 40 size_t nstate = pstate[0]; 54 buf[2] = pstate[3]; 57 buf[1] = pstate[2]; 60 buf[0] = pstate[1]; 238 pstate[0] = 0; 245 pstate[++k] = s[0]; 248 pstate[++k] = s[1] [all...] |
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| mbsinit.c | 47 const char *pstate = (const char *)ps; local 49 return pstate == NULL || pstate[0] == 0;
|
| mbrtowc-impl.h | 22 char *pstate = (char *)ps; variable 36 if (pstate == NULL) 37 pstate = internal_state; 40 size_t nstate = pstate[0]; 54 buf[2] = pstate[3]; 57 buf[1] = pstate[2]; 60 buf[0] = pstate[1]; 238 pstate[0] = 0; 245 pstate[++k] = s[0]; 248 pstate[++k] = s[1] [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
| boost.h | 9 u8 pstate; member in struct:nvbios_boostE
|
| cstep.h | 10 u8 pstate; member in struct:nvbios_cstepE 17 u32 nvbios_cstepEm(struct nvkm_bios *, u8 pstate, u8 *ver, u8 *hdr,
|
| vpstate.h | 21 u8 pstate; member in struct:nvbios_vpstate_entry
|
| perf.h | 10 u8 pstate; member in struct:nvbios_perfE
|
| /src/external/mpl/dhcp/dist/server/tests/ |
| load_bal_unittest.c | 60 dhcp_failover_state_t pstate, sstate; local 72 memset(&pstate, 0, sizeof(dhcp_failover_state_t)); 73 pstate.i_am = primary; 74 pstate.load_balance_max_secs = 5; 75 pstate.hba = hba; 85 if (load_balance_mine(&packet, &pstate) != 1) { 96 if (load_balance_mine(&packet, &pstate) != 1) { 106 if (load_balance_mine(&packet, &pstate) != 1) { 116 if (load_balance_mine(&packet, &pstate) != 1) { 141 dhcp_failover_state_t pstate, sstate local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| stap-probe.h | 34 pstate (lang, gdbarch), 48 struct expr_builder pstate; member in struct:stap_parse_info
|
| sparc64-obsd-tdep.c | 293 ULONGEST pstate; 297 pstate = get_frame_register_unsigned (this_frame, SPARC64_PSTATE_REGNUM); 298 if ((pstate & SPARC64_PSTATE_PRIV) == 0) 291 ULONGEST pstate; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| stap-probe.h | 34 pstate (lang, gdbarch), 48 struct expr_builder pstate; member in struct:stap_parse_info
|
| sparc64-obsd-tdep.c | 293 ULONGEST pstate; 297 pstate = get_frame_register_unsigned (this_frame, SPARC64_PSTATE_REGNUM); 298 if ((pstate & SPARC64_PSTATE_PRIV) == 0) 291 ULONGEST pstate; local
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_xgmi.h | 40 int pstate; /*0 -- low , 1 -- high , -1 unknown*/ member in struct:amdgpu_hive_info 48 int amdgpu_xgmi_set_pstate(struct amdgpu_device *adev, int pstate);
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/ |
| nouveau_nvkm_engine_device_ctrl.c | 48 nvif_ioctl(&ctrl->object, "control pstate info size %d\n", size); 50 nvif_ioctl(&ctrl->object, "control pstate info vers %d\n", 60 args->v0.pstate = clk->pstate; 66 args->v0.pstate = NVIF_CONTROL_PSTATE_INFO_V0_PSTATE_UNKNOWN; 80 struct nvkm_pstate *pstate; local 86 nvif_ioctl(&ctrl->object, "control pstate attr size %d\n", size); 89 "control pstate attr vers %d state %d index %d\n", 111 list_for_each_entry(pstate, &clk->states, head) { 116 lo = pstate->base.domain[domain->name] [all...] |
| /src/sys/arch/arm/apple/ |
| apple_pmgr.c | 73 const uint32_t pstate = enable ? PMGR_PS_ACTIVE : PMGR_PS_PWRGATE; local 88 val |= __SHIFTIN(pstate, PMGR_PS_TARGET_MASK); 93 if (__SHIFTOUT(val, PMGR_PS_ACTUAL_MASK) == pstate)
|
| /src/external/bsd/nvi/dist/vi/ |
| v_paragraph.c | 40 pstate = P_INBLANK; \ 75 enum { P_INTEXT, P_INBLANK } pstate; local 129 pstate = P_INBLANK; 132 pstate = P_INTEXT; 142 switch (pstate) { 150 pstate = P_INTEXT; 216 enum { P_INTEXT, P_INBLANK } pstate; local 268 pstate = P_INBLANK; 271 pstate = P_INTEXT; 285 switch (pstate) { [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
| if0001.h | 16 __s8 ustate_ac; /* out: target pstate index */ 17 __s8 ustate_dc; /* out: target pstate index */ 21 __s8 pstate; /* out: current pstate index */ member in struct:nvif_control_pstate_info_v0 28 __s8 state; /* in: index of pstate to query 29 * out: pstate identifier 45 __s8 ustate; /* in: pstate identifier */
|
| /src/sys/compat/linux/arch/aarch64/ |
| linux_machdep.h | 57 uint64_t pstate; member in struct:linux_sigcontext
|
| /src/external/bsd/unbound/dist/iterator/ |
| iter_hints.c | 312 struct sldns_file_parse_state pstate; local 331 memset(&pstate, 0, sizeof(pstate)); 332 pstate.lineno = 1; 338 &pstate); 341 pstate.lineno, LDNS_WIREPARSE_OFFSET(status), 400 fname, pstate.lineno, buf);
|
| /src/sys/arch/sparc64/sparc64/ |
| cpu.c | 750 int i, pstate; local 774 pstate = getpstate(); 800 setpstate(pstate);
|
| trap.c | 444 int pstate = tstate >> TSTATE_PSTATE_SHIFT; local 472 snprintb(sbuf, sizeof(sbuf), PSTATE_BITS, pstate); 473 printf(" npc=%lx pstate=%s %s\n", 487 snprintb(sbuf, sizeof(sbuf), PSTATE_BITS, pstate); 488 printf(" npc=%lx pstate=%s %s\n", 505 if (pstate & PSTATE_PRIV) { 593 snprintb(sb, sizeof(sb), PSTATE_BITS, pstate); 594 printf(" npc=%lx pstate=%s\n",
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
| clk.h | 13 #define NVKM_CLK_CSTATE_BASE -2 /* pstate base */ 69 u8 pstate; member in struct:nvkm_pstate 106 int pstate; /* current */ member in struct:nvkm_clk
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/ |
| nouveau_nvkm_subdev_clk_base.c | 47 u8 pstate, u8 domain, u32 input) 54 data = nvbios_boostEm(bios, pstate, &ver, &hdr, &cnt, &len, &boostE); 117 nvkm_cstate_find_best(struct nvkm_clk *clk, struct nvkm_pstate *pstate, 124 if (!pstate || !cstate) 141 list_for_each_entry_from_reverse(cstate, &pstate->list, head) { 150 nvkm_cstate_get(struct nvkm_clk *clk, struct nvkm_pstate *pstate, int cstatei) 154 return list_last_entry(&pstate->list, typeof(*cstate), head); 156 list_for_each_entry(cstate, &pstate->list, head) { 165 nvkm_cstate_prog(struct nvkm_clk *clk, struct nvkm_pstate *pstate, int cstatei) 174 if (!list_empty(&pstate->list)) 275 struct nvkm_pstate *pstate; local 307 int pstate; local 438 struct nvkm_pstate *pstate; local 507 struct nvkm_pstate *pstate; local 660 struct nvkm_pstate *pstate, *temp; local [all...] |
| /src/external/bsd/unbound/dist/testcode/ |
| replay.c | 128 * @param pstate: read state structure with 136 struct sldns_file_parse_state* pstate, char* line) 155 pstate->lineno++; 170 pstate->lineno, parse); 181 pstate->lineno--; 183 entry = read_entry(in, name, pstate, 1); 185 fatal_exit("%d: bad entry", pstate->lineno); 248 * @param pstate: with lineno, ttl, origin, prev for parse state. 254 struct sldns_file_parse_state* pstate) 264 log_err("%d: cannot read number: %s", pstate->lineno, remain) 441 struct sldns_file_parse_state pstate; local [all...] |