Searched defs:wdp (Results 1 - 6 of 6) sorted by relevance

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

Completed in 69 milliseconds