/netbsd-src/usr.bin/btkey/ |
H A D | file.c | 76 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 D | media.c | 195 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 D | env.c | 139 datalen = prop_data_size(data); in getargdata() 160 datalen = prop_data_size(data); in getargstr()
|
H A D | af_atalk.c | 141 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 D | ether.c | 86 assert(sizeof(eccr) == prop_data_size(d)); in do_setethercaps()
|
H A D | carp.c | 177 MIN(CARP_KEY_LEN, prop_data_size(data))); in setcarp_passwd()
|
H A D | ifconfig.c | 617 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 D | bthub.c | 187 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 D | db.c | 188 if (prop_data_size(obj) != sizeof(laddr)) in db_update0() 195 if (prop_data_size(obj) != sizeof(raddr)) in db_update0()
|
H A D | print.c | 181 prop_data_size(desc)); in hid_parse()
|
H A D | sdp.c | 571 prop_data_size(desc)); in hid_mode()
|
/netbsd-src/sbin/veriexecctl/ |
H A D | veriexecctl.c | 146 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 D | prop_data.h | 45 size_t prop_data_size(prop_data_t);
|
/netbsd-src/sys/dev/wscons/ |
H A D | wsdisplay_util.c | 50 edid_size = prop_data_size(edid_data); in wsdisplayio_get_edid()
|
/netbsd-src/sys/arch/mips/ingenic/ |
H A D | ingenic_dme.c | 138 if (eaddrprop != NULL && prop_data_size(eaddrprop) == ETHER_ADDR_LEN) { in ingenic_dme_attach()
|
/netbsd-src/sys/arch/evbarm/mini2440/ |
H A D | if_dm_mini2440.c | 143 KASSERT(prop_data_size(ea) == ETHER_ADDR_LEN); in dme_ssextio_attach()
|
/netbsd-src/sys/arch/powerpc/booke/ |
H A D | board_prop.c | 120 *lenp = prop_data_size(pd); in board_info_get_data()
|
/netbsd-src/sys/dev/marvell/ |
H A D | obio.c | 127 KASSERT(prop_data_size(bst) == sizeof(bus_space_tag_t)); in obio_attach()
|
/netbsd-src/usr.sbin/bthcid/ |
H A D | config.c | 112 || prop_data_size(obj) != sizeof(key)) { in lookup_key()
|
/netbsd-src/usr.sbin/wgconfig/ |
H A D | wgconfig.c | 93 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 D | prop_dictionary_util.c | 221 *sizep = prop_data_size(data); in prop_dictionary_get_data()
|
H A D | prop_array_util.c | 242 *sizep = prop_data_size(data); in prop_array_get_data()
|
/netbsd-src/sys/dev/pci/ |
H A D | if_hme_pci.c | 216 if (eaddrprop != NULL && prop_data_size(eaddrprop) == ETHER_ADDR_LEN) { in hmeattach_pci()
|
H A D | if_gem_pci.c | 243 prop_data_size(data)); in gem_pci_attach()
|
/netbsd-src/common/lib/libppath/ |
H A D | ppath.c | 772 *sizep = prop_data_size(v); in ppath_get_data() 786 const size_t data_size = prop_data_size(v); in ppath_dup_data()
|