Searched defs:val0 (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dparms.c450 char *val0,
459 (void) snprintf(buf, bufsize, "bad timestamp %.25s", val0);
470 (void) snprintf(buf, bufsize, "bad timestamp %.25s", val0);
482 (void) snprintf(buf, bufsize, "bad timestamp %.25s", val0);
503 char *val0, *p, delim; local
522 val0 = val;
531 val0 = ++val;
539 "bad KeyID \"%.20s\"", val0);
546 val0);
553 val0
448 parse_ts(time_t *tp, char **valp, char *val0, char *delimp, char *buf, uint_t bufsize) argument
610 char delim, *val0 = 0, *tgt, *val, *p; local
[all...]
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dpm3393.c558 (void) t1_tpi_read((mac)->adapter, OFFSET(name), &val0); \
561 (mac)->stats.stat_name = (u16)val0 | (((u16)val1) << 16) \
573 u32 val0, val1, val2, val3; local
580 (void) pmread(mac, SUNI1x10GEXP_REG_MSTAT_COUNTER_ROLLOVER_0, &val0);
584 ro = (u16)val0 | (((u16)val1) << 16) | ((u64)((u16)val2) << 32)
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c820 uint64_t val0, val1, val2; local
836 val0 = data->w0;
840 XMAC_ALT_ADDR0N_REG_ADDR(entryn), val0);
847 XMAC_ALT_ADDR0N_REG_ADDR(entryn), &val0);
852 data->w0 = val0 & 0xFFFF;
867 val0 = data->w0;
871 BMAC_ALT_ADDR0N_REG_ADDR(entryn), val0);
878 BMAC_ALT_ADDR0N_REG_ADDR(entryn), &val0);
883 data->w0 = val0 & 0xFFFF;
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Daxq.c1200 uint32_t val0, val1; local
1225 val0 = *(softsp->axq_casm_slot[casmslot0]);
1227 if (val0 != 0 && val1 != 0) {
1233 *s_elm++ = val0;
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.c1909 pool_value_t val0 = POOL_VALUE_INITIALIZER; local
1922 props[0] = &val0;
H A Dpool_internal.c1305 pool_value_t val0 = POOL_VALUE_INITIALIZER; local
1308 props[0] = &val0;
H A Dpool_xml.c1419 pool_value_t val0 = POOL_VALUE_INITIALIZER; local
1422 props[0] = &val0;
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c3679 int val0 = fsid->val[0]; local
3681 dev_t dev = expldev(val0);
3687 if (vfsp->vfs_fsid.val[0] == val0 &&
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_hw.h282 * by driver; see struct iwh_shared, val0):
1711 * 2) The Rx status (val0 and val1) occupies only 8 bytes. Driver uses
1713 * Driver reads val0 to determine the latest Receive Buffer Descriptor (RBD)
1716 * Bit fields val0:
1726 uint32_t val0; member in struct:iwh_shared
1760 uint32_t val0; member in struct:iwh_tx_desc
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk_hw.h280 * by driver; see struct iwk_shared, val0):
2471 * 2) The Rx status (val0 and val1) occupies only 8 bytes. Driver uses
2473 * Driver reads val0 to determine the latest Receive Buffer Descriptor (RBD)
2476 * Bit fields val0:
2486 uint32_t val0; member in struct:iwk_shared
2520 uint32_t val0; member in struct:iwk_tx_desc
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_hw.h279 * by driver; see struct iwp_shared, val0):
1711 * 2) The Rx status (val0 and val1) occupies only 8 bytes. Driver uses
1713 * Driver reads val0 to determine the latest Receive Buffer Descriptor (RBD)
1716 * Bit fields val0:
1726 uint32_t val0; member in struct:iwp_shared
1760 uint32_t val0; member in struct:iwp_tx_desc

Completed in 147 milliseconds