Home
last modified time | relevance | path

Searched refs:wdp (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/io/mac/plugins/
H A Dmac_wifi.c129 wifi_data_t *wdp = pdata; in mac_wifi_pdata_verify() local
131 return (pdata_size == sizeof (wifi_data_t) && wdp->wd_opts == 0); in mac_wifi_pdata_verify()
190 wifi_data_t *wdp = pdata; in mac_wifi_header() local
203 mp->b_wptr += sizeof (struct ieee80211_frame) + wdp->wd_qospad; in mac_wifi_header()
206 switch (wdp->wd_opmode) { in mac_wifi_header()
209 IEEE80211_ADDR_COPY(wh->i_addr1, wdp->wd_bssid); in mac_wifi_header()
219 IEEE80211_ADDR_COPY(wh->i_addr3, wdp->wd_bssid); in mac_wifi_header()
225 IEEE80211_ADDR_COPY(wh->i_addr2, wdp->wd_bssid); in mac_wifi_header()
230 if (wdp->wd_qospad) { in mac_wifi_header()
237 switch (wdp->wd_secalloc) { in mac_wifi_header()
[all …]
/titanic_44/usr/src/cmd/csh/
H A Dsh.lex.c90 struct wordent *wdp; in lex() local
109 wdp = hp; in lex()
116 struct wordent *new = (struct wordent *)xalloc(sizeof *wdp); in lex()
119 new->prev = wdp; in lex()
121 wdp->next = new; in lex()
122 wdp = new; in lex()
123 wdp->word = word(); in lex()
124 } while (wdp->word[0] != '\n'); in lex()
128 hp->prev = wdp; in lex()
153 struct wordent *wdp; in copylex() local
[all …]
H A Dsh.exp.c594 struct wordent *wdp = hp; in evalav() local
603 struct wordent *new = (struct wordent *)xcalloc(1, sizeof *wdp); in evalav()
605 new->prev = wdp; in evalav()
607 wdp->next = new; in evalav()
608 wdp = new; in evalav()
609 wdp->word = savestr(*v++); in evalav()
611 hp->prev = wdp; in evalav()
/titanic_44/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c227 topo_add_disk(topo_hdl_t *thp, tnode_t *node, walk_diskmon_t *wdp) in topo_add_disk() argument
229 diskmon_t *target_diskp = wdp->target; in topo_add_disk()
242 if (wdp->pfmri == NULL) { in topo_add_disk()
247 if (nvlist_lookup_uint64(g_topo2diskmon, wdp->pfmri, &ptr) != 0) { in topo_add_disk()
249 wdp->pfmri, node); in topo_add_disk()
250 dstrfree(wdp->pfmri); in topo_add_disk()
255 dstrfree(wdp->pfmri); in topo_add_disk()
256 wdp->pfmri = NULL; in topo_add_disk()
462 topo_add_bay(topo_hdl_t *thp, tnode_t *node, walk_diskmon_t *wdp) in topo_add_bay() argument
464 diskmon_t *target_diskp = wdp->target; in topo_add_bay()
[all …]
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c274 struct mi_walk_data *wdp; in mi_walk_init() local
281 wdp = mdb_alloc(sizeof (struct mi_walk_data), UM_SLEEP); in mi_walk_init()
284 wdp->mi_wd_miofirst = NULL; in mi_walk_init()
286 wsp->walk_data = wdp; in mi_walk_init()
293 struct mi_walk_data *wdp = wsp->walk_data; in mi_walk_step() local
294 MI_OP miop = &wdp->mi_wd_miodata; in mi_walk_step()
299 (wsp->walk_addr == wdp->mi_wd_miofirst)) { in mi_walk_step()
309 if (wdp->mi_wd_miofirst == NULL) { in mi_walk_step()
310 wdp->mi_wd_miofirst = wsp->walk_addr; in mi_walk_step()
/titanic_44/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c499 W_desc *wdp = (W_desc *)private; in rtmap_format() local
502 if (wdp && (wdp->w_flags & RTLD_FLG_VERBOSE)) { in rtmap_format()