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

/freebsd-current/usr.bin/netstat/
H A Droute.c198 struct _wid wid; variable in typeref:struct:_wid
210 wid.dst, wid.dst, "Destination",
211 wid.gw, wid.gw, "Gateway",
212 wid.flags, wid.flags, "Flags",
213 wid.mtu, wid.mtu, "Nhop#",
214 wid
[all...]
H A Droute_netlink.c175 protrusion = p_sockaddr("destination", rt->rta_dst, pmask, rt->rta_rtflags, wid.dst);
177 wid.gw - protrusion);
179 wid.flags - protrusion);
206 xo_emit("{t:nhop/%*lu} ", wid.mtu, is_mpath ? 0 : rt->rta_knh_id);
209 xo_emit("{t:mtu/%*lu} ", wid.mtu, rt->rtax_mtu);
212 xo_emit("{P:/%*s} ", wid.mtu, "");
218 xo_emit("{t:interface-name/%*s}", wid.iface, prettyname);
220 xo_emit("{t:interface-name/%*.*s}", wid.iface, wid.iface,
223 xo_emit(" {:expire-time/%*u}", wid
[all...]
H A Dcommon.h59 extern struct _wid wid;
/freebsd-current/contrib/file/src/
H A Dfile.c197 size_t i, j, wid, nw; local
428 for (wid = 0, j = CAST(size_t, optind); j < CAST(size_t, argc);
431 if (nw > wid)
432 wid = nw;
443 e |= process(magic, argv[optind], wid);
518 int wid = 0, cwid; local
543 if (cwid > wid)
544 wid = cwid;
563 e |= process(ms, flist[fi], wid);
630 process(struct magic_set *ms, const char *inname, int wid) argument
[all...]
/freebsd-current/usr.sbin/pstat/
H A Dpstat.c364 int wid; local
389 wid = (int)sizeof(uintptr_t) * 2;
393 (void)printf("%*jx", wid, (uintmax_t)(uintptr_t)fp->xf_file);
407 (void)printf(" %*jx", wid, (uintmax_t)(uintptr_t)fp->xf_data);
/freebsd-current/contrib/nvi/cl/
H A Dcl_funcs.c607 char * wid; local
623 if (clp->oname == NULL && (wid = getenv("WINDOWID"))) {
624 snprintf(cmd, sizeof(cmd), "xprop -id %s WM_NAME", wid);
/freebsd-current/contrib/one-true-awk/
H A Drun.c1224 int ljust = 0, wid = 0, prec = n, pad = 0; local
1241 if (isdigit(f[0])) { /* there is a wid */
1242 wid = strtol(f, &f, 10);
1249 pad = wid>prec ? wid - prec : 0; // has to be >= 0
1326 int ljust = 0, wid = 0, prec = n, pad = 0; local
1343 if (isdigit(f[0])) { /* there is a wid */
1344 wid = strtol(f, &f, 10);
1351 pad = wid>prec ? wid
[all...]
/freebsd-current/sys/dev/qlxge/
H A Dqls_hw.c54 static int qls_init_work_queue(qla_host_t *ha, int wid);
1128 qls_init_work_queue(qla_host_t *ha, int wid) argument
1135 txr = &ha->tx_ring[wid];
1138 + (ha->vm_pgsize * wid));
1140 txr->wq_db_offset = (ha->vm_pgsize * wid);
1151 wq_icb->wqcqid_rss = wid;
1181 value |= (wid << Q81_CTL_CONFIG_Q_NUM_SHIFT);

Completed in 158 milliseconds