Searched defs:hdr (Results 1 – 12 of 12) sorted by relevance
/system/core/sdcard/ |
D | sdcard.c | 517 static bool get_caller_has_rw_locked(struct fuse* fuse, const struct fuse_in_header *hdr) { in get_caller_has_rw_locked() 531 const struct fuse_in_header *hdr, const struct node* parent_node, in check_caller_access_to_name() 568 const struct fuse_in_header *hdr, const struct node* node, int mode, bool has_rw) { in check_caller_access_to_node() 748 struct fuse_out_header hdr; in fuse_status() local 757 struct fuse_out_header hdr; in fuse_reply() local 822 const struct fuse_in_header *hdr, const char* name) in handle_lookup() 848 const struct fuse_in_header *hdr, const struct fuse_forget_in *req) in handle_forget() 867 const struct fuse_in_header *hdr, const struct fuse_getattr_in *req) in handle_getattr() 889 const struct fuse_in_header *hdr, const struct fuse_setattr_in *req) in handle_setattr() 952 const struct fuse_in_header* hdr, const struct fuse_mknod_in* req, const char* name) in handle_mknod() [all …]
|
/system/extras/ext4_utils/ |
D | extent.c | 98 struct ext4_extent_header *hdr = in do_inode_allocate_extents() local 108 struct ext4_extent_header *hdr = in do_inode_allocate_extents() local
|
D | contents.c | 411 struct ext4_xattr_ibody_header *hdr = (struct ext4_xattr_ibody_header *) (inode + 1); in xattr_addto_inode() local
|
/system/core/logd/ |
D | LogListener.cpp | 44 struct msghdr hdr = { in onDataAvailable() local
|
/system/core/fastboot/ |
D | bootimg.c | 50 boot_img_hdr *hdr; in mkbootimg() local
|
D | usb_linux.c | 103 struct usb_descriptor_header *hdr = (struct usb_descriptor_header *)_desc; in check() local 182 struct usb_descriptor_header *hdr = (struct usb_descriptor_header *)ptr; in filter_usb_device() local 204 struct usb_descriptor_header *hdr = (struct usb_descriptor_header *)ptr; in filter_usb_device() local
|
/system/core/libcutils/ |
D | uevent.c | 53 struct msghdr hdr = { in uevent_kernel_multicast_uid_recv() local
|
/system/core/mkbootimg/ |
D | mkbootimg.c | 97 boot_img_hdr hdr; in main() local
|
/system/core/gpttool/ |
D | gpttool.c | 119 struct efi_header *hdr = &ptbl->header; in add_ptn() local 254 struct efi_header *hdr = &ptbl.header; in main() local
|
/system/extras/sound/ |
D | playwav.c | 153 struct wav_header hdr; in wav_play() local 193 struct wav_header hdr; in wav_rec() local
|
/system/core/fastbootd/ |
D | commands.c | 64 struct boot_img_hdr *hdr; in cmd_boot() local
|
/system/core/fastbootd/commands/ |
D | boot.c | 148 unsigned *create_atags(unsigned *atags_position, int atag_size, const struct boot_img_hdr *hdr, int… in create_atags()
|