Searched refs:attribs (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/
H A Dirias_object.c97 obj->attribs = hashbin_new(HB_LOCAL);
130 hashbin_delete(obj->attribs, (FREE_FUNC) __irias_delete_attrib);
176 node = hashbin_remove(obj->attribs, 0, attrib->name);
184 node = (struct ias_attrib *) hashbin_get_first(obj->attribs);
232 attrib = hashbin_find(obj->attribs, 0, name);
257 hashbin_insert(obj->attribs, (irda_queue_t *) attrib, 0, attrib->name);
281 attrib = hashbin_find(obj->attribs, 0, attrib_name);
H A Diriap.c995 hashbin_get_first(obj->attribs);
1026 hashbin_get_next(obj->attribs);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dirias_object.h50 hashbin_t *attribs; member in struct:ias_object
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dirias_object.h50 hashbin_t *attribs; member in struct:ias_object
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpcclient/
H A Dcmd_netlogon.c125 group->rids[j], group->attribs[j]);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Drpc_netlogon.h686 uint32 *attribs; member in struct:sam_group_mem_info_info
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_parse/
H A Dparse_net.c2214 info->attribs = talloc(ps->mem_ctx, sizeof(uint32) *
2217 if (info->attribs == NULL) {
2218 DEBUG(0, ("out of memory allocating %d attribs\n",
2225 slprintf(tmp, sizeof(tmp) - 1, "attribs[%02d]", i);
2226 if (!prs_uint32(tmp, ps, depth, &info->attribs[i]))

Completed in 213 milliseconds