Searched defs:received (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dnetif.h37 int received; member in struct:netif_stats
/illumos-gate/usr/src/boot/include/net/
H A Dif_arp.h104 uint64_t rxrequests; /* # of ARP requests received by this host. */
105 uint64_t rxreplies; /* # of ARP replies received by this host. */
106 uint64_t received; /* # of ARP packets received by this host. */ member in struct:arpstat
/illumos-gate/usr/src/cmd/fm/fmstat/common/
H A Dfmstat.c50 fmd_stat_t received; member in struct:stats
75 { "received", FMD_TYPE_UINT64 },
405 u64delta(mp->m_old->received.fmds_value.ui64,
406 mp->m_new->received.fmds_value.ui64),
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_var.h110 uint32_t received; member in struct:iwh_beacon_missed
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h110 uint32_t received; member in struct:iwp_beacon_missed
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c333 * Utility function to get the received properties of the given object.
1790 * Given a property, inherit the value from the parent dataset, or if received
1791 * is TRUE, revert to the received value, if any.
1794 zfs_prop_inherit(zfs_handle_t *zhp, const char *propname, boolean_t received) argument
1806 zc.zc_cookie = received;
1833 if (!zfs_prop_inheritable(prop) && !received)
1975 boolean_t received = zfs_is_recvd_props_mode(zhp); local
2054 if (received)
2340 boolean_t received = zfs_is_recvd_props_mode(zhp); local
2348 if (received
4167 zfs_expand_proplist(zfs_handle_t *zhp, zprop_list_t **plp, boolean_t received, boolean_t literal) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c2111 * zc_nvlist_dst received property nvlist
2112 * zc_nvlist_dst_size size of received property nvlist
2114 * Gets received properties (distinct from local properties on or after
2115 * SPA_VERSION_RECVD_PROPS) for callers who want to differentiate received from
2126 * caller has not already received properties on or after
2689 * Acts on local properties until the dataset has received
2705 * zc_cookie received properties flag
2708 * zc_nvlist_dst{_size} error for each unapplied received property
2714 boolean_t received = zc->zc_cookie; local
2715 zprop_source_t source = (received
2762 boolean_t received = zc->zc_cookie; local
[all...]
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c1466 * received,source". Default is "name,property,value,source".
1469 * "local,default,inherited,received,temporary,none". Default is
1493 boolean_t received = is_recvd_column(cbp); local
1523 if (received && (zfs_prop_get_recvd(zhp,
1579 if (received && (zfs_prop_get_recvd(zhp,
1643 { "name", "property", "value", "received",
1701 "received", "temporary", "none",
1827 * -S Revert to received value, if any
1875 boolean_t received = B_FALSE; local
1884 received
[all...]
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnreg.h1238 uint32_t received; member in struct:iwn_beacon_missed

Completed in 147 milliseconds