Searched refs:name (Results 26 - 50 of 184) sorted by path

12345678

/system/core/fastboot/
H A Dgenkey.sh21 -out $1.p12 -name $1 -passout pass:"$2"
H A Dusb_linux.c78 static inline int badname(const char *name) argument
80 while(*name) {
81 if(!isdigit(*name++)) return 1;
/system/core/fs_mgr/
H A Dfs_mgr.c48 const char *name; member in struct:flag_list
130 * If not found, the loop exits with fl[i].name being null.
132 for (i = 0; fl[i].name; i++) {
133 if (!strncmp(p, fl[i].name, strlen(fl[i].name))) {
145 if (!fl[i].name) {
/system/core/gpttool/
H A Dgpttool.c75 u16 name[EFI_NAMELEN]; member in struct:efi_entry
118 int add_ptn(struct ptable *ptbl, u64 first, u64 last, const char *name) argument
125 fprintf(stderr,"partition '%s' overlaps partition table\n", name);
130 fprintf(stderr,"partition '%s' does not fit on disk\n", name);
140 for (n = 0; (n < EFI_NAMELEN) && *name; n++)
141 entry->name[n] = *name++;
155 "partition: [<name>]:<size>[kmg] | @<file-of-partitions>\n"
164 char name[EFI_NAMELEN]; local
166 fprintf(stderr,"ptn start block end block name\
[all...]
/system/core/include/corkscrew/
H A Ddemangle.h17 /* C++ symbol name demangling. */
30 * Demangles a C++ symbol name.
31 * If name is NULL or if the name cannot be demangled, returns NULL.
32 * Otherwise, returns a newly allocated string that contains the demangled name.
36 char* demangle_symbol_name(const char* name);
H A Dmap_info.h37 char name[]; member in struct:map_info
H A Dsymbol_table.h30 char* name; member in struct:__anon298
/system/core/include/ctest/
H A Dctest.h63 void addNamedTest(const char* name, void (*test)(void));
/system/core/include/cutils/
H A Dashmem.h19 int ashmem_create_region(const char *name, size_t size);
H A Dconfig_utils.h32 const char *name; member in struct:cnode
43 cnode* config_node(const char *name, const char *value);
46 cnode* config_find(cnode *root, const char *name);
48 /* look up a child by name and return the boolean value */
49 int config_bool(cnode *root, const char *name, int _default);
51 /* look up a child by name and return the string value */
52 const char* config_str(cnode *root, const char *name, const char *_default);
55 void config_set(cnode *root, const char *name, const char *value);
H A Dlist.h35 #define list_declare(name) \
36 struct listnode name = { \
37 .next = &name, \
38 .prev = &name, \
H A Dmq.h111 * Gets the destination bound to a name.
113 MqDestination* mqGetDestination(char* name);
116 * Binds a destination to a name.
118 void mqPutDestination(char* name, MqDestination* desintation);
H A Dsockets.h41 * descriptor of our init-managed Unix domain socket. `name' is the name of the
47 static inline int android_get_control_socket(const char *name) argument
56 name,
60 name,
90 extern int socket_local_server(const char *name, int namespaceId, int type);
91 extern int socket_local_server_bind(int s, const char *name, int namespaceId);
93 const char *name, int namespaceId, int type);
94 extern int socket_local_client(const char *name, int namespaceId, int type);
/system/core/include/diskconfig/
H A Ddiskconfig.h82 char *name; member in struct:part_info
116 char *find_part_device(struct disk_info *dinfo, const char *name);
118 struct part_info *find_part(struct disk_info *dinfo, const char *name);
124 char *find_mbr_part(struct disk_info *dinfo, const char *name);
/system/core/include/netutils/
H A Difc.h28 extern int ifc_get_ifindex(const char *name, int *if_indexp);
29 extern int ifc_get_hwaddr(const char *name, void *ptr);
31 extern int ifc_up(const char *name);
32 extern int ifc_down(const char *name);
42 extern int ifc_get_addr(const char *name, in_addr_t *addr);
43 extern int ifc_set_addr(const char *name, in_addr_t addr);
44 extern int ifc_add_address(const char *name, const char *address,
46 extern int ifc_del_address(const char *name, const char *address,
48 extern int ifc_set_prefixLength(const char *name, int prefixLength);
49 extern int ifc_set_hwaddr(const char *name, cons
[all...]
/system/core/include/pixelflinger/
H A Dpixelflinger.h87 // Texture parameter name
225 void (*enable)(void* c, GGLenum name);
226 void (*disable)(void* c, GGLenum name);
227 void (*enableDisable)(void* c, GGLenum name, GGLboolean en);
/system/core/include/private/
H A Dandroid_filesystem_config.h96 const char *name; member in struct:android_id_info
246 /* If name ends in * then allow partial matches. */
/system/core/include/private/pixelflinger/
H A Dggl_context.h138 #define GGL_RESERVE_NEEDS(name, l, s) \
139 const uint32_t GGL_NEEDS_##name##_MASK = (((1LU<<(s))-1)<<l); \
140 const uint32_t GGL_NEEDS_##name##_SHIFT = (l);
142 #define GGL_BUILD_NEEDS(val, name) \
143 (((val)<<(GGL_NEEDS_##name##_SHIFT)) & GGL_NEEDS_##name##_MASK)
145 #define GGL_READ_NEEDS(name, n) \
146 (uint32_t(n & GGL_NEEDS_##name##_MASK) >> GGL_NEEDS_##name##_SHIFT)
148 #define GGL_NEED_MASK(name) (uint32_
[all...]
/system/core/include/sync/
H A Dsync.h30 char name[32]; member in struct:sync_fence_info_data
46 int sync_merge(const char *name, int fd1, int fd2);
58 int sw_sync_fence_create(int fd, const char *name, unsigned value);
/system/core/include/sysutils/
H A DServiceManager.h25 int start(const char *name);
26 int stop(const char *name);
27 bool isRunning(const char *name);
/system/core/include/usbhost/
H A Dusbhost.h102 /* Returns the name for the USB device, which is the same as
112 /* Returns a unique ID for the device name.
115 int usb_device_get_unique_id_from_name(const char* name);
117 /* Returns the device name for the unique ID.
136 /* Returns the manufacturer name for the USB device.
141 /* Returns the product name for the USB device.
/system/core/init/
H A DAndroid.mk61 # local module name
H A Dbuiltins.c53 void add_environment(const char *name, const char *value);
339 const char *name; member in struct:__anon368
373 for (i = 0; mount_flags[i].name; i++) {
374 if (!strcmp(args[n], mount_flags[i].name)) {
380 if (!mount_flags[i].name) {
550 const char *name = args[1]; local
557 ERROR("cannot expand '%s' while assigning to '%s'\n", value, name);
560 property_set(name, prop_val);
772 char *name = args[i]; local
773 v = strchr(name, '
[all...]
H A Ddevices.c75 char *name; member in struct:perms_
89 char *name; member in struct:platform_node
98 int add_dev_perms(const char *name, const char *attr, argument
105 node->dp.name = strdup(name);
106 if (!node->dp.name)
140 if (strncmp(upath, dp->name + 4, strlen(dp->name + 4)))
143 if (strcmp(upath, dp->name + 4))
172 if (strncmp(path, dp->name, strle
225 add_platform_device(const char *name) argument
253 find_platform_device(const char *name) argument
270 remove_platform_device(const char *name) argument
500 const char *name = uevent->path + 18; /* length of /devices/platform/ */ local
510 const char *name; local
532 const char *name; local
553 const char *name; local
[all...]
H A Ddevices.h24 extern int add_dev_perms(const char *name, const char *attr,

Completed in 140 milliseconds

12345678