Home
last modified time | relevance | path

Searched refs:prop_data_size (Results 1 – 25 of 57) sorted by relevance

123

/netbsd-src/usr.bin/btkey/
H A Dfile.c76 if (prop_data_size(dat) != HCI_KEY_SIZE) in list_file()
111 if (prop_data_size(dat) != HCI_KEY_SIZE) in read_file()
190 if (prop_data_size(dat) != HCI_KEY_SIZE) in clear_file()
/netbsd-src/sbin/ifconfig/
H A Dmedia.c195 val = strndup(prop_data_value(data), prop_data_size(data)); in setmedia()
226 val = strndup(prop_data_value(data), prop_data_size(data)); in setmediaopt()
253 val = strndup(prop_data_value(data), prop_data_size(data)); in unsetmediaopt()
313 val = strndup(prop_data_value(data), prop_data_size(data)); in setmediamode()
H A Denv.c139 datalen = prop_data_size(data); in getargdata()
160 datalen = prop_data_size(data); in getargstr()
H A Daf_atalk.c141 addr = malloc(prop_data_size(d0)); in at_commit_address()
144 if (!prop_data_copy_value(d0, addr, prop_data_size(d0))) { in at_commit_address()
H A Dether.c86 assert(sizeof(eccr) == prop_data_size(d)); in do_setethercaps()
H A Dcarp.c177 MIN(CARP_KEY_LEN, prop_data_size(data))); in setcarp_passwd()
H A Difconfig.c617 assert(sizeof(ifcr) == prop_data_size(d)); in do_setifcaps()
1452 linkstrlen = prop_data_size(data)+1; in unsetlinkstr()
1498 len = prop_data_size(data) + 1; in unsetifdescr()
/netbsd-src/sys/dev/bluetooth/
H A Dbthub.c187 if (prop_data_size(laddr) != sizeof(bdaddr_t)) in bthub_pioctl()
207 if (prop_data_size(raddr) != sizeof(bdaddr_t) in bthub_pioctl()
/netbsd-src/usr.sbin/btdevctl/
H A Ddb.c188 if (prop_data_size(obj) != sizeof(laddr)) in db_update0()
195 if (prop_data_size(obj) != sizeof(raddr)) in db_update0()
H A Dprint.c181 prop_data_size(desc)); in hid_parse()
H A Dsdp.c571 prop_data_size(desc)); in hid_mode()
/netbsd-src/sbin/veriexecctl/
H A Dveriexecctl.c146 for (i = 0; i < prop_data_size(prop_dictionary_get(qp, "fp")); i++) in print_query()
184 len = prop_data_size(prop_dictionary_get(entry, "fp")); in print_entry()
/netbsd-src/common/include/prop/
H A Dprop_data.h45 size_t prop_data_size(prop_data_t);
/netbsd-src/sys/dev/wscons/
H A Dwsdisplay_util.c50 edid_size = prop_data_size(edid_data); in wsdisplayio_get_edid()
/netbsd-src/sys/arch/mips/ingenic/
H A Dingenic_dme.c138 if (eaddrprop != NULL && prop_data_size(eaddrprop) == ETHER_ADDR_LEN) { in ingenic_dme_attach()
/netbsd-src/sys/arch/evbarm/mini2440/
H A Dif_dm_mini2440.c143 KASSERT(prop_data_size(ea) == ETHER_ADDR_LEN); in dme_ssextio_attach()
/netbsd-src/sys/arch/powerpc/booke/
H A Dboard_prop.c120 *lenp = prop_data_size(pd); in board_info_get_data()
/netbsd-src/sys/dev/marvell/
H A Dobio.c127 KASSERT(prop_data_size(bst) == sizeof(bus_space_tag_t)); in obio_attach()
/netbsd-src/usr.sbin/bthcid/
H A Dconfig.c112 || prop_data_size(obj) != sizeof(key)) { in lookup_key()
/netbsd-src/usr.sbin/wgconfig/
H A Dwgconfig.c93 key_len = prop_data_size(key_prop); in format_key()
117 addr_len = prop_data_size(endpoint_prop); in format_endpoint()
/netbsd-src/common/lib/libprop/
H A Dprop_dictionary_util.c221 *sizep = prop_data_size(data); in prop_dictionary_get_data()
H A Dprop_array_util.c242 *sizep = prop_data_size(data); in prop_array_get_data()
/netbsd-src/sys/dev/pci/
H A Dif_hme_pci.c216 if (eaddrprop != NULL && prop_data_size(eaddrprop) == ETHER_ADDR_LEN) { in hmeattach_pci()
H A Dif_gem_pci.c243 prop_data_size(data)); in gem_pci_attach()
/netbsd-src/common/lib/libppath/
H A Dppath.c772 *sizep = prop_data_size(v); in ppath_get_data()
786 const size_t data_size = prop_data_size(v); in ppath_dup_data()

123