Home
last modified time | relevance | path

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

/openbmc/skeleton/fanctl/
H A Dfan_control.c45 char *temp_buf = NULL, *intf = NULL; in get_connection() local
65 sd_bus_message_read(m, "a{sas}", 1, &temp_buf, 1, &intf); in get_connection()
66 strncpy(connection, temp_buf, DBUS_MAX_NAME_LEN); in get_connection()