Searched refs:wdp (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/io/mac/plugins/ |
H A D | mac_wifi.c | 129 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 …]
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.lex.c | 96 struct wordent *wdp; in lex() local 115 wdp = hp; in lex() 122 struct wordent *new = (struct wordent *)xalloc(sizeof *wdp); in lex() 125 new->prev = wdp; in lex() 127 wdp->next = new; in lex() 128 wdp = new; in lex() 129 wdp->word = word(); in lex() 130 } while (wdp->word[0] != '\n'); in lex() 134 hp->prev = wdp; in lex() 159 struct wordent *wdp; in copylex() local [all …]
|
H A D | sh.exp.c | 594 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 D | topo_gather.c | 227 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 …]
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | net.c | 280 struct mi_walk_data *wdp; in mi_walk_init() local 287 wdp = mdb_alloc(sizeof (struct mi_walk_data), UM_SLEEP); in mi_walk_init() 290 wdp->mi_wd_miofirst = 0; in mi_walk_init() 292 wsp->walk_data = wdp; in mi_walk_init() 299 struct mi_walk_data *wdp = wsp->walk_data; in mi_walk_step() local 300 MI_OP miop = &wdp->mi_wd_miodata; in mi_walk_step() 305 (wsp->walk_addr == wdp->mi_wd_miofirst)) { in mi_walk_step() 315 if (wdp->mi_wd_miofirst == 0) { in mi_walk_step() 316 wdp->mi_wd_miofirst = wsp->walk_addr; in mi_walk_step()
|
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.c | 499 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 D | doprnt.c | 2670 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()
|