Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_wifi.c129 wifi_data_t *wdp = pdata; in mac_wifi_pdata_verify() local
190 wifi_data_t *wdp = pdata; in mac_wifi_header() local
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()
283 wifi_data_t *wdp = pdata; in mac_wifi_header_info() local
297 llcp += wdp->wd_qospad; in mac_wifi_header_info()
[all …]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c115 wdp = hp; in lex()
125 new->prev = wdp; in lex()
127 wdp->next = new; in lex()
128 wdp = new; in lex()
134 hp->prev = wdp; in lex()
164 wdp = hp; in copylex()
172 wdp = new; in copylex()
176 hp->prev = wdp; in copylex()
740 wdp = hp; in dosub()
747 wdp = new; in dosub()
[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()
/illumos-gate/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()
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()
516 wdp->pfmri = cstr; in topo_add_bay()
[all …]
/illumos-gate/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 = 0; 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 == 0) { in mi_walk_step()
310 wdp->mi_wd_miofirst = wsp->walk_addr; in mi_walk_step()
/illumos-gate/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()
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c2670 wchar_t wdp; in insert_decimal_point() local
2672 (void) mbtowc(&wdp, dp, MB_CUR_MAX); in insert_decimal_point()
2673 *ep = wdp; in insert_decimal_point()