Searched refs:info_buf (Results 1 – 3 of 3) sorted by relevance
1116 FILE_BASIC_INFO info_buf; local1125 info_buf.Pad = 0;1129 info_buf.LastAccessTime =1132 info_buf.LastAccessTime = 0;1136 info_buf.LastWriteTime =1139 info_buf.LastWriteTime = 0;1149 info_buf.ChangeTime =1152 info_buf.ChangeTime = 0;1154 info_buf.CreationTime = 0; /* don't change */1155 info_buf.Attributes = cpu_to_le32(dosattr);[all …]
1034 u32 info_buf[3]; in _rtl92e_wx_set_promisc_mode() local1040 if (copy_from_user(info_buf, wrqu->data.pointer, sizeof(info_buf))) in _rtl92e_wx_set_promisc_mode()1043 oid = info_buf[0]; in _rtl92e_wx_set_promisc_mode()1044 bPromiscuousOn = info_buf[1]; in _rtl92e_wx_set_promisc_mode()1045 bFilterSourceStationFrame = info_buf[2]; in _rtl92e_wx_set_promisc_mode()
899 u32 *info_buf = NULL; in ethtool_get_sset_info() local915 info_buf = kcalloc(n_bits, sizeof(u32), GFP_USER); in ethtool_get_sset_info()916 if (!info_buf) in ethtool_get_sset_info()930 info_buf[idx++] = rc; in ethtool_get_sset_info()939 if (copy_to_user(useraddr, info_buf, idx * sizeof(u32))) in ethtool_get_sset_info()945 kfree(info_buf); in ethtool_get_sset_info()