Searched refs:os_string (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_swinstalled_tbl.c257 char os_string[SW_NAME_MLEN] = ""; local
268 snprintf(os_string, sizeof(os_string), "%s: %s",
271 if ((entry = swins_find_by_name(os_string)) != NULL ||
272 (entry = swins_entry_create(os_string)) == NULL)

Completed in 93 milliseconds