Searched refs:object (Results 1 - 25 of 29) sorted by relevance

12

/openwrt/package/base-files/files/etc/board.d/
H A D99-default_network10 json_is_a network object && exit 0
/openwrt/package/libs/libnl-tiny/src/
H A DMakefile13 LIBNL_OBJ=nl.o handlers.o msg.o attr.o cache.o cache_mngt.o object.o socket.o error.o
H A Dobject.c2 * lib/object.c Generic Cacheable Object
14 * @defgroup object Object
21 #include <netlink/object.h>
38 * Allocate a new object of kind specified by the operations handle
40 * @return The new object or NULL
60 NL_DBG(4, "Allocated new object %p\n", new);
71 * Allocate a new object and copy all data from an existing object
72 * @arg obj object to inherite data from
73 * @return The new object o
[all...]
H A Dcache.c46 #include <netlink/object.h>
149 * Add object to a cache.
150 * @arg cache Cache to add object to
153 * Adds the given object to the specified cache. The object is cloned
178 * Removes an object from a cache.
181 * Removes the object \c obj from the cache it is assigned to, since
182 * an object can only be assigned to one cache at a time, the cache
/openwrt/target/linux/brcm47xx/image/lzma-loader/src/
H A DLzmaDecode.h59 int (*Read)(void *object, unsigned char **buffer, UInt32 *bufferSize);
H A Ddecompress.c101 static int read_byte(void *object, unsigned char **buffer, UInt32 *bufferSize) argument
/openwrt/package/libs/libjson-c/
H A DMakefile33 TITLE:=javascript object notation
38 This package contains a library for javascript object notation backends.
/openwrt/package/libs/libnl-tiny/src/include/netlink/
H A Dobject.h2 * netlink/object.c Generic Cacheable Object
17 #include <netlink/object-api.h>
59 * Check whether this object is used by multiple users
60 * @arg obj object to check
92 * Add mark to object
101 * Remove mark from object
110 * Return true if object is marked
112 * @return true if object is marked, otherwise false
123 * Return list of attributes present in an object
124 * @arg obj an object
[all...]
H A Dcache.h18 #include <netlink/object.h>
H A Dmsg.h16 #include <netlink/object.h>
/openwrt/package/libs/libtool/
H A DMakefile31 TITLE:=A generic dynamic object loading library
/openwrt/target/linux/adm5120/image/lzma-loader/src/
H A DLzmaDecode.h52 int (*Read)(void *object, const unsigned char **buffer, SizeT *bufferSize);
H A Ddecompress.c185 static int lzma_read_byte(void *object, const unsigned char **buffer, argument
/openwrt/target/linux/adm8668/image/lzma-loader/src/
H A DLzmaDecode.h70 int (*Read)(void *object, const unsigned char **buffer, SizeT *bufferSize);
/openwrt/target/linux/ar71xx/image/lzma-loader/src/
H A DLzmaDecode.h52 int (*Read)(void *object, const unsigned char **buffer, SizeT *bufferSize);
/openwrt/target/linux/brcm63xx/image/lzma-loader/src/
H A DLzmaDecode.h52 int (*Read)(void *object, const unsigned char **buffer, SizeT *bufferSize);
/openwrt/target/linux/generic/image/lzma-loader/src/
H A DLzmaDecode.h70 int (*Read)(void *object, const unsigned char **buffer, SizeT *bufferSize);
H A Ddecompress.c83 static int read_byte(void *object, unsigned char **buffer, UInt32 *bufferSize) argument
/openwrt/target/linux/lantiq/image/lzma-loader/src/
H A DLzmaDecode.h52 int (*Read)(void *object, const unsigned char **buffer, SizeT *bufferSize);
/openwrt/target/linux/ramips/image/lzma-loader/src/
H A DLzmaDecode.h52 int (*Read)(void *object, const unsigned char **buffer, SizeT *bufferSize);
/openwrt/package/base-files/files/bin/
H A Dconfig_generate22 if json_is_a dsl object; then
24 if json_is_a atmbridge object; then
39 if json_is_a modem object; then
176 if json_is_a attr object; then
/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.c1340 "tragedy: Trying to add an object to a null pointer directory"
1347 "tragedy: Trying to add an object to a non-directory"
1399 /* If the object is a file going into the unlinked directory,
1445 if (cache->object == obj && cache->dirty)
1460 yaffs_wr_data_obj(cache->object,
1470 cache->object = NULL;
1484 /* Find the chunks for this object and flush them. */
1487 if (cache->object == obj)
1500 /* Find a dirty object in the cache and flush it...
1506 if (dev->cache[i].object
1626 yaffs_invalidate_chunk_cache(struct yaffs_obj *object, int chunk_id) argument
2448 struct yaffs_obj *object; local
2657 struct yaffs_obj *object = local
[all...]
/openwrt/package/devel/binutils/
H A DMakefile68 The Binutils package contains a linker, an assembler, and other tools for handling object files
/openwrt/package/libs/libnl-tiny/src/include/
H A Dnetlink-local.h52 #include <netlink/object-api.h>
/openwrt/package/libs/libnl/
H A DMakefile75 message construction and parsing, object caching system, etc.

Completed in 206 milliseconds

12