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

/freebsd-13-stable/sys/geom/part/
H A Dg_part_bsd.c393 off_t chs, msize; local
413 g_part_geometry_heads(msize, sectors, &chs, &heads);
414 if (chs != 0) {
425 chs = le32dec(buf + 60);
426 if (chs < 1)
429 if (chs > msize) {
430 chs = msize;
H A Dg_part_vtoc8.c443 off_t chs, msize; local
463 g_part_geometry_heads(msize, sectors, &chs, &heads);
464 if (chs != 0) {
489 chs = cyls * table->secpercyl;
490 if (chs < 1 || chs > msize)
494 basetable->gpt_last = chs - 1;
H A Dg_part_mbr.c472 off_t chs, msize, first; local
505 g_part_geometry_heads(msize, sectors, &chs, &heads);
506 if (chs != 0) {
H A Dg_part.c224 off_t chs, cylinders; local
237 chs = cylinders * heads * sectors;
238 if (chs > *bestchs || (chs == *bestchs && *bestheads == 1)) {
239 *bestchs = chs;
250 off_t chs, bestchs; local
262 g_part_geometry_heads(blocks, sectors, &chs, &heads);
263 if (chs == 0)
269 if (chs > bestchs || (chs
[all...]
/freebsd-13-stable/lib/libc/locale/
H A Deuc.c323 unsigned char ch, chs; local
372 chs = *s;
373 wc |= chs;
/freebsd-13-stable/sys/dev/sound/usb/
H A Duaudio.c3308 uint32_t chs; /* channels */ local
3340 chs = uaudio_mixer_get_cluster(
3343 for (c = 0; c < chs; c++) {
3353 if ((mc == chs) && (chs <= MIX_MAX_CHAN)) {
3357 for (c = 0; c < chs; c++) {
3364 MIX(sc).nchan = chs;
3367 p += chs;
3385 uint32_t chs; /* channels */ local
3417 chs
[all...]
/freebsd-13-stable/sys/dev/ice/
H A Dice_flex_pipe.c2926 * @chs: characteristic list
2939 struct LIST_HEAD_TYPE *chs, u16 *vsig)
2946 ice_match_prop_lst(chs, &xlt2->vsig_tbl[i].prop_lst)) {
2938 ice_find_dup_props_vsig(struct ice_hw *hw, enum ice_block blk, struct LIST_HEAD_TYPE *chs, u16 *vsig) argument

Completed in 192 milliseconds