Searched defs:wb (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/acct/
H A Dacctwtmp.c43 struct utmpx wb; variable in typeref:struct:utmpx
54 (void) strncpy(wb.ut_line, argv[1], sizeof (wb.ut_line));
55 wb.ut_line[11] = NULL;
56 wb.ut_type = ACCOUNTING;
57 time(&wb.ut_xtime);
61 if (pututxline(&wb) == NULL)
H A Dacctcon1.c55 struct utmpx wb; /* record structure read into */ variable in typeref:struct:utmpx
139 sizeof (wb.ut_line),
140 wb.ut_line,
141 sizeof (wb.ut_name),
142 wb.ut_name,
143 wb.ut_xtime);
144 cftime(time_buf, DATE_FMT, &wb.ut_xtime);
155 firstime = wb.ut_xtime;
161 wb.ut_name[0] = '\0';
162 strcpy(wb
[all...]
H A Dacctcon.c55 struct utmpx wb; /* record structure read into */ variable in typeref:struct:utmpx
146 while (fread(&wb, sizeof (wb), 1, stdin) == 1) {
148 firstime = wb.ut_xtime;
154 wb.ut_name[0] = '\0';
155 strcpy(wb.ut_line, "acctcon");
156 wb.ut_type = ACCOUNTING;
157 wb.ut_xtime = lastime;
180 if ((c = wb.ut_name[0]) == '-')
184 c = wb
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dptem.c887 struct winsize *wb; local
947 wb = (struct winsize *)mp->b_cont->b_rptr;
948 wb->ws_row = tp->wsz.ws_row;
949 wb->ws_col = tp->wsz.ws_col;
950 wb->ws_xpixel = tp->wsz.ws_xpixel;
951 wb->ws_ypixel = tp->wsz.ws_ypixel;
963 wb = (struct winsize *)mp->b_cont->b_rptr;
968 if ((tp->wsz.ws_row != wb->ws_row) ||
969 (tp->wsz.ws_col != wb->ws_col) ||
970 (tp->wsz.ws_xpixel != wb
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c288 clr_ws_buf(struct ws_buf *wb, struct auth *ap) argument
292 wb->lim = wb->base + NETS_LEN;
293 wb->n = wb->base;
294 (void) memset(wb->n, 0, NETS_LEN*sizeof (*wb->n));
302 na = (struct netauth *)wb->n;
307 wb->n++;
315 wb
322 end_md5_auth(struct ws_buf *wb, struct auth *ap) argument
347 supply_write(struct ws_buf *wb) argument
383 struct ws_buf *wb; local
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_init_ops.h56 u8 wb)
62 else if (wb && CHIP_IS_E1(pdev))
71 u32 len, u8 wb)
82 ecore_write_big_buf(pdev, addr + i*4, cur_len, wb);
55 ecore_write_big_buf(struct _lm_device_t *pdev, u32 addr, u32 len, u8 wb) argument
70 ecore_init_fill(struct _lm_device_t *pdev, u32 addr, int fill, u32 len, u8 wb) argument
/illumos-gate/usr/src/uts/common/vm/
H A Dpage_retire.c600 uint8_t rb, wb; local
648 for (wb = 0xff; wb > 0; wb--) {
650 kaddr[i] = wb;
657 if (rb != wb) {
665 pa_hi, pa_lo, rb, wb);
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_vf.h113 } wb; /* writeback */ member in union:e1000_adv_rx_desc
130 } wb; member in union:e1000_adv_tx_desc
H A De1000_82575.h222 } wb; /* writeback */ member in union:e1000_adv_rx_desc
292 } wb; member in union:e1000_adv_tx_desc
H A De1000_hw.h411 } wb; /* writeback */ member in union:e1000_rx_desc_extended
447 } wb; /* writeback */ member in union:e1000_rx_desc_packet_split
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c3109 int nf, wb; local
3111 if ((wb = write(fd, fatp, fatsize)) != fatsize) {
3117 gettext("Wrote %d bytes\n"), wb);
/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid.c2415 uint_t wb; member in union:__anon6060
2424 psum ^= (*pbuf = ((*pbuf ^ *dbuf) ^ cb.wb));
2426 *dbuf = cb.wb;
2427 dsum ^= cb.wb;
2479 uint_t wb; member in union:__anon6061
2488 *dbuf = cb.wb;
2489 *pbuf = cb.wb;
2490 dsum ^= cb.wb;
2542 uint_t wb; member in union:__anon6062
2557 *dbuf = cb.wb;
[all...]
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_type.h672 } wb; /* writeback */ member in union:i40e_16byte_rx_desc
721 } wb; /* writeback */ member in union:i40e_32byte_rx_desc
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h3041 } wb; member in union:ixgbe_adv_tx_desc
3082 } wb; /* writeback */ member in union:ixgbe_adv_rx_desc

Completed in 180 milliseconds