Searched refs:ds_index (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
H A D | hostres_partition_tbl.c | 153 partition_entry_create(int32_t ds_index, const char *chunk_name) in partition_entry_create() argument 216 entry->index[0] = ds_index; in partition_entry_create() 306 handle_chunk(int32_t ds_index, const char *chunk_name, off_t chunk_size) in handle_chunk() argument 319 if ((entry = partition_entry_create(ds_index, in handle_chunk() 364 get_mbr(struct gclass *classp, int32_t ds_index, const char *disk_dev_name) in get_mbr() argument 403 handle_chunk(ds_index, pp->lg_name, in get_mbr() 414 get_bsd_sun(struct gclass *classp, int32_t ds_index, const char *disk_dev_name) in get_bsd_sun() argument 431 handle_chunk(ds_index, pp->lg_name, pp->lg_mediasize); in get_bsd_sun() 444 partition_tbl_handle_disk(int32_t ds_index, const char *disk_dev_name) in partition_tbl_handle_disk() argument 451 assert(ds_index > 0); in partition_tbl_handle_disk() [all …]
|