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

  /src/common/include/prop/
prop_dictionary.h 194 bool prop_dictionary_set_uint8(prop_dictionary_t, const char *,
  /src/sbin/veriexecctl/
veriexecctl_parse.y 187 prop_dictionary_set_uint8(load_params, "entry-type", t);
  /src/sys/arch/arm/imx/
imx_genfb.c 98 prop_dictionary_set_uint8(cfg, "depth", ifb->ifb_depth);
  /src/sys/external/bsd/drm2/drm/
drmfb.c 108 prop_dictionary_set_uint8(dict, "depth", sizes->surface_bpp);
  /src/sys/arch/mac68k/dev/
genfb_grfbus.c 197 prop_dictionary_set_uint8(dict, "depth", sc->sc_depth);
  /src/sys/dev/fdt/
simplefb.c 198 prop_dictionary_set_uint8(dict, "depth", depth);
  /src/sys/dev/usb/
usb_subr.c 1090 prop_dictionary_set_uint8(dict, "address", dev->ud_addr);
1099 prop_dictionary_set_uint8(dict, "hub-address", hdev->ud_addr);
1102 prop_dictionary_set_uint8(dict, "hub-port", p);
1108 prop_dictionary_set_uint8(dict, "class", class);
1109 prop_dictionary_set_uint8(dict, "subclass", subclass);
1111 prop_dictionary_set_uint8(dict, "proto", proto);
  /src/sys/arch/arm/fdt/
plfb_fdt.c 290 prop_dictionary_set_uint8(dict, "depth", PLFB_BPP);
  /src/sys/arch/sparc64/sparc64/
ofw_patch.c 362 prop_dictionary_set_uint8(props, "fan_div2", 0x55);
  /src/sys/arch/x86/pci/
pci_ranges.c 792 prop_dictionary_set_uint8(rsvn, "bus", bus) &&
793 prop_dictionary_set_uint8(rsvn, "device", dev) &&
794 prop_dictionary_set_uint8(rsvn, "function", fun) &&
pci_machdep.c 1140 prop_dictionary_set_uint8(dict, "depth", fbinfo.depth);
  /src/sys/arch/evbppc/wii/dev/
wiifb.c 190 prop_dictionary_set_uint8(dict, "depth", 16);
  /src/lib/libprop/
Makefile 91 MLINKS+= prop_dictionary_util.3 prop_dictionary_set_uint8.3
  /src/sys/kern/
kern_veriexec.c 1219 prop_dictionary_set_uint8(rdict, "entry-type", vfe->type);
1220 prop_dictionary_set_uint8(rdict, "status", vfe->status);
  /src/usr.sbin/wgconfig/
wgconfig.c 620 if (!prop_dictionary_set_uint8(prop_allowedip, "family",
622 errx(EXIT_FAILURE, "prop_dictionary_set_uint8");
  /src/sys/dev/hdaudio/
hdaudio.c 683 prop_dictionary_set_uint8(args, "function-group-type", fg->fg_type);
685 prop_dictionary_set_uint8(args, "node-id", fg->fg_nid);
hdafg.c 4429 prop_dictionary_set_uint8(response, "nid", w->w_nid);
4430 prop_dictionary_set_uint8(response, "type", w->w_type);
  /src/sys/arch/x86/x86/
hyperv.c 1067 prop_dictionary_set_uint8(dict, "depth", fbinfo.depth);
  /src/sys/arch/arm/sunxi/
sunxi_debe.c 753 prop_dictionary_set_uint8(cfg, "depth", 32);
  /src/tests/lib/libprop/
t_proplib.c 914 ATF_REQUIRE(prop_dictionary_set_uint8(dict, "uint8", UINT8_MAX));
  /src/sys/arch/arm/amlogic/
meson_genfb.c 557 prop_dictionary_set_uint8(cfg, "depth", depth);
  /src/sys/arch/arm/broadcom/
bcm283x_platform.c 1019 prop_dictionary_set_uint8(dict, "depth",
  /src/sys/net/
if_wg.c 5114 if (!prop_dictionary_set_uint8(prop_allowedip, "cidr",

Completed in 59 milliseconds