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

  /src/sys/stand/efiboot/
efifile.c 38 efi_file_parse(const char *fname, UINTN *pvol, const char **pfile)
49 *pvol = vol;
  /src/sys/dev/i2c/
axp809.c 249 axp809_get_voltage(struct axp809_ctrl *c, u_int *pvol)
266 *pvol = c->c_min + reg_val * c->c_step1;
268 *pvol = c->c_min + (c->c_step1cnt * c->c_step1) +
act8846.c 267 act8846_get_voltage(struct act8846_ctrl *c, u_int *pvol)
279 *pvol = act8846_vset[__SHIFTOUT(val, ACT_VSET_VSET)];
axppmic.c 638 axppmic_get_voltage(i2c_tag_t tag, i2c_addr_t addr, const struct axppmic_ctrl *c, u_int *pvol)
654 *pvol = c->c_min + reg_val * c->c_step1;
656 *pvol = c->c_step2start +
659 *pvol = c->c_min + (c->c_step1cnt * c->c_step1) +
  /src/sys/dev/scsipi/
ch.c 815 struct changer_volume_tag *avol, *pvol; local in function:ch_usergetelemstatus
965 pvol = (struct changer_volume_tag *)(desc + 1);
966 avol = pvol + 1;
970 pvol = (struct changer_volume_tag *)(desc + 1);
975 pvol = NULL;
980 avol = pvol = NULL;
984 if (pvol != NULL) {
985 ch_voltag_convert_in(pvol, &ces.ces_pvoltag);
  /src/sys/arch/powerpc/oea/
pmap.c 1689 pmap_pvo_remove(struct pvo_entry *pvo, int pteidx, struct pvo_head *pvol)
1785 if (pvol) {
1786 LIST_INSERT_HEAD(pvol, pvo, pvo_vlink);
1801 pmap_pvo_free_list(struct pvo_head *pvol)
1805 for (pvo = LIST_FIRST(pvol); pvo != NULL; pvo = npvo) {
2051 struct pvo_head pvol; local in function:pmap_remove
2057 LIST_INIT(&pvol);
2062 pmap_pvo_remove(pvo, pteidx, &pvol);
2066 pmap_pvo_free_list(&pvol);
2294 struct pvo_head *pvo_head, pvol; local in function:pmap_pp_protect
    [all...]

Completed in 75 milliseconds