Home
last modified time | relevance | path

Searched defs:hdr (Results 1 – 12 of 12) sorted by relevance

/system/core/sdcard/
Dsdcard.c517 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/
Dextent.c98 struct ext4_extent_header *hdr = in do_inode_allocate_extents() local
108 struct ext4_extent_header *hdr = in do_inode_allocate_extents() local
Dcontents.c411 struct ext4_xattr_ibody_header *hdr = (struct ext4_xattr_ibody_header *) (inode + 1); in xattr_addto_inode() local
/system/core/logd/
DLogListener.cpp44 struct msghdr hdr = { in onDataAvailable() local
/system/core/fastboot/
Dbootimg.c50 boot_img_hdr *hdr; in mkbootimg() local
Dusb_linux.c103 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/
Duevent.c53 struct msghdr hdr = { in uevent_kernel_multicast_uid_recv() local
/system/core/mkbootimg/
Dmkbootimg.c97 boot_img_hdr hdr; in main() local
/system/core/gpttool/
Dgpttool.c119 struct efi_header *hdr = &ptbl->header; in add_ptn() local
254 struct efi_header *hdr = &ptbl.header; in main() local
/system/extras/sound/
Dplaywav.c153 struct wav_header hdr; in wav_play() local
193 struct wav_header hdr; in wav_rec() local
/system/core/fastbootd/
Dcommands.c64 struct boot_img_hdr *hdr; in cmd_boot() local
/system/core/fastbootd/commands/
Dboot.c148 unsigned *create_atags(unsigned *atags_position, int atag_size, const struct boot_img_hdr *hdr, int… in create_atags()