Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs/
H A Dmakedevs.c42 struct name_id { struct
45 struct name_id *next; argument
48 static struct name_id *usr_list = NULL;
49 static struct name_id *grp_list = NULL;
115 static struct name_id* alloc_node(void) in alloc_node()
117 struct name_id *node; in alloc_node()
118 node = (struct name_id*)malloc(sizeof(struct name_id)); in alloc_node()
128 static struct name_id* parse_line(char *line) in parse_line()
133 struct name_id *node; in parse_line()
161 static void get_list_from_file(FILE *file, struct name_id **plist) in get_list_from_file()
[all …]
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_lnode.h60 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
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.c1083 int name_id, in ath11k_core_parse_bd_ie_board() argument
1112 if (board_ie_id == name_id) { in ath11k_core_parse_bd_ie_board()
1167 int name_id, in ath11k_core_fetch_board_data_api_n() argument
1238 name_id, in ath11k_core_fetch_board_data_api_n()
/openbmc/linux/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()