Searched refs:ds_index (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_hostres/ |
| D | hostres_partition_tbl.c | 155 partition_entry_create(int32_t ds_index, const char *chunk_name) in partition_entry_create() argument 218 entry->index[0] = ds_index; in partition_entry_create() 308 handle_chunk(int32_t ds_index, const char *chunk_name, off_t chunk_size) in handle_chunk() argument 321 if ((entry = partition_entry_create(ds_index, in handle_chunk() 366 get_mbr(struct gclass *classp, int32_t ds_index, const char *disk_dev_name) in get_mbr() argument 405 handle_chunk(ds_index, pp->lg_name, in get_mbr() 416 get_bsd_sun(struct gclass *classp, int32_t ds_index, const char *disk_dev_name) in get_bsd_sun() argument 433 handle_chunk(ds_index, pp->lg_name, pp->lg_mediasize); in get_bsd_sun() 446 partition_tbl_handle_disk(int32_t ds_index, const char *disk_dev_name) in partition_tbl_handle_disk() argument 453 assert(ds_index > 0); in partition_tbl_handle_disk() [all …]
|