Home
last modified time | relevance | path

Searched refs:name_id (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/makedevs/makedevs/
H A Dmakedevs.c41 struct name_id { struct
44 struct name_id *next; argument
47 static struct name_id *usr_list = NULL;
48 static struct name_id *grp_list = NULL;
114 static struct name_id* alloc_node(void) in alloc_node()
116 struct name_id *node; in alloc_node()
117 node = (struct name_id*)malloc(sizeof(struct name_id)); in alloc_node()
127 static struct name_id* parse_line(char *line) in parse_line()
132 struct name_id *node; in parse_line()
160 static void get_list_from_file(FILE *file, struct name_id **plist) in get_list_from_file()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/csiostor/
H A Dcsio_lnode.h73 uint8_t name_id[8]; member
H A Dcsio_lnode.c814 memcpy(fcf_info->name_id, rsp->name_id, sizeof(fcf_info->name_id)); in csio_ln_read_fcf_cbfn()
H A Dt4fw_api_stor.h517 u8 name_id[8]; member
/OK3568_Linux_fs/kernel/drivers/misc/altera-stapl/
H A Daltera.c234 u32 name_id; in altera_execute() local
438 name_id = get_unaligned_be32(&p[action_table + in altera_execute()
441 name = &p[str_table + name_id]; in altera_execute()