Searched refs:nvlist (Results 1 – 3 of 3) sorted by relevance
/external/curl/src/ |
D | tool_setopt.c | 286 const struct NameValue *nvlist, long lval) in tool_setopt_enum() argument 298 for(nv = nvlist; nv->name; nv++) { in tool_setopt_enum() 320 const struct NameValue *nvlist, long lval) in tool_setopt_flags() argument 336 for(nv = nvlist; nv->name; nv++) { in tool_setopt_flags() 362 const struct NameValueUnsigned *nvlist, in tool_setopt_bitmask() argument 379 for(nv = nvlist; nv->name; nv++) { in tool_setopt_bitmask()
|
/external/libusb/libusb/os/ |
D | sunos_usb.c | 145 nvlist_t *nvlist; in sunos_usb_ioctl() local 172 nvlist_alloc(&nvlist, NV_UNIQUE_NAME_TYPE, KM_NOSLEEP); in sunos_usb_ioctl() 173 nvlist_add_int32(nvlist, "port", dev->port_number); in sunos_usb_ioctl() 181 nvlist_free(nvlist); in sunos_usb_ioctl() 189 nvlist_pack(nvlist, (char **)&iocdata.nvl_user, &iocdata.nvl_usersz, NV_ENCODE_NATIVE, 0); in sunos_usb_ioctl() 217 nvlist_free(nvlist); in sunos_usb_ioctl()
|
/external/python/pycparser/pycparser/ |
D | c_ast.py | 88 nvlist = [(n, getattr(self,n)) for n in self.attr_names] 89 attrstr = ', '.join('%s=%s' % nv for nv in nvlist)
|