HomeSort by: relevance | last modified time | path
    Searched refs:apid (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/acpi/
qcomspmi.c 187 struct qcspmi_apid *apid, *last_apid; local in function:qcspmi_attach
251 apid = &sc->sc_apid[i];
252 apid->write_ee = SPMI_OWNERSHIP_TABLE_OWNER(val);
253 apid->irq_ee = 0xff;
255 apid->irq_ee = apid->write_ee;
259 apid->write_ee == sc->sc_ee) {
264 last_apid->irq_ee = apid->irq_ee;
278 uint16_t apid, ppid; local in function:qcspmi_cmd_read
292 apid = sc->sc_ppid_to_apid[ppid] & SPMI_PPID_TO_APID_MASK
346 uint16_t apid, ppid; local in function:qcspmi_cmd_write
    [all...]
  /src/tests/rump/rumpkern/h_client/
h_stresscli.c 132 pid_t apid; local in function:main
155 switch ((apid = fork())) {
186 clis[i] = apid;
196 apid = wait(&status);
197 if (apid != clis[i])
198 errx(1, "wanted pid %d, got %d\n", clis[i], apid);
  /src/sys/arch/x86/conf/
files.x86 28 define cpubus { [apid = -1] }
30 define ioapicbus { [apid = -1] }

Completed in 36 milliseconds