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

/freebsd-12-stable/usr.bin/ruptime/
H A Druptime.c74 static int iwidth(int);
151 iwidth(int w) function
240 w = iwidth(wd->wd_loadav[i] / 100) + 3;
248 if (userswidth < iwidth(hsp->hs_nusers))
249 userswidth = iwidth(hsp->hs_nusers);
/freebsd-12-stable/contrib/ofed/infiniband-diags/src/
H A Dibnetdiscover.c363 uint32_t iwidth = mad_get_field(port->info, 0, local
410 dump_linkwidth_compat(iwidth),
416 fprintf(f, " s=%d w=%d v=%d", ispeed, iwidth, vlcap);
434 uint32_t iwidth = mad_get_field(port->info, 0, local
471 dump_linkwidth_compat(iwidth),
477 fprintf(f, " s=%d w=%d v=%d", ispeed, iwidth, vlcap);
702 uint32_t iwidth, ispeed, fdr10, espeed, cap_mask; local
706 iwidth =
725 iwidth = 0;
738 dump_linkwidth_compat(iwidth),
[all...]
H A Diblinkinfo.c116 int iwidth, ispeed, fdr10, espeed, istate, iphystate, cap_mask; local
123 iwidth = mad_get_field(port->info, 0, IB_PORT_LINK_WIDTH_ACTIVE_F);
144 iwidth = 0;
178 &iwidth),
H A Dibqueryerrors.c184 int iwidth, ispeed, fdr10, espeed, istate, iphystate, cap_mask; local
192 iwidth = mad_get_field(port->info, 0, IB_PORT_LINK_WIDTH_ACTIVE_F);
230 mad_dump_val(IB_PORT_LINK_WIDTH_ACTIVE_F, width, 64, &iwidth),
/freebsd-12-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom.c1074 size_t ilen, ipos, iwidth; local
1107 if ((iwidth = bhnd_nvram_value_size(NULL, 0, var_btype, 1)) == 0) {
1113 ilen = nelem * iwidth;
1227 ptr = (uint8_t *)inp + (iwidth * ipos);
1230 nbyte = iwidth;
/freebsd-12-stable/contrib/ofed/libibnetdisc/
H A Dibnetdisc.c166 int iwidth; local
171 iwidth = mad_get_field(port->info, 0, IB_PORT_LINK_WIDTH_ACTIVE_F);
190 mad_dump_val(IB_PORT_LINK_WIDTH_ACTIVE_F, width, 64, &iwidth),

Completed in 133 milliseconds