Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/
H A Dacpi_pnp.c316 static bool matching_id(const char *idstr, const char *list_id) in matching_id() argument
320 if (strlen(idstr) != strlen(list_id)) in matching_id()
323 if (memcmp(idstr, list_id, 3)) in matching_id()
330 || (list_id[i] != 'X' && c != toupper(list_id[i]))) in matching_id()
/openbmc/linux/drivers/target/
H A Dtarget_core_xcopy.c790 unsigned int list_id, list_id_usage, sdll, inline_dl; in target_parse_xcopy_cmd() local
801 list_id = p[0]; in target_parse_xcopy_cmd()
831 " tdll: %hu sdll: %u inline_dl: %u\n", list_id, list_id_usage, in target_parse_xcopy_cmd()
1009 int sa = (cdb[1] & 0x1f), list_id = cdb[2]; in target_do_receive_copy_results() local
1019 " 0x%02x, AL: %u\n", sa, list_id, se_cmd->data_length); in target_do_receive_copy_results()
1021 if (list_id != 0) { in target_do_receive_copy_results()
/openbmc/linux/ipc/
H A Dsem.c121 struct list_head list_id; /* undo requests on this array */ member
152 struct list_head list_id; /* per semaphore array list: member
569 INIT_LIST_HEAD(&sma->list_id); in newary()
1153 list_for_each_entry_safe(un, tu, &sma->list_id, list_id) { in freeary()
1154 list_del(&un->list_id); in freeary()
1391 list_for_each_entry(un, &sma->list_id, list_id) in semctl_setval()
1519 list_for_each_entry(un, &sma->list_id, list_id) { in semctl_main()
1974 list_add(&new->list_id, &sma->list_id); in find_alloc_undo()
2406 list_del(&un->list_id); in exit_sem()
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h2647 u8 list_id, u8 filter_size,
2651 u16 list_id, u16 filter_id);
H A Dwmi.c2940 u8 list_id, u8 filter_size, in ath6kl_wmi_add_wow_pattern_cmd() argument
2961 cmd->filter_list_id = list_id; in ath6kl_wmi_add_wow_pattern_cmd()
2977 u16 list_id, u16 filter_id) in ath6kl_wmi_del_wow_pattern_cmd() argument
2988 cmd->filter_list_id = cpu_to_le16(list_id); in ath6kl_wmi_del_wow_pattern_cmd()
/openbmc/qemu/block/
H A Discsi.c2284 static void iscsi_xcopy_populate_header(unsigned char *buf, int list_id, int str, in iscsi_xcopy_populate_header() argument
2289 buf[0] = list_id; in iscsi_xcopy_populate_header()