Searched refs:bds (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/sys/compat/svr4/
H A Dsvr4_ipc.c146 bsd_to_svr4_semid_ds(bds, sds)
147 const struct semid_ds *bds;
151 bsd_to_svr4_ipc_perm(&bds->sem_perm, &sds->sem_perm);
152 sds->sem_base = (struct svr4_sem *) bds->sem_base;
153 sds->sem_nsems = bds->sem_nsems;
154 sds->sem_otime = bds->sem_otime;
155 sds->sem_ctime = bds->sem_ctime;
159 svr4_to_bsd_semid_ds(sds, bds)
161 struct semid_ds *bds;
163 svr4_to_bsd_ipc_perm(&sds->sem_perm, &bds
[all...]
/freebsd-10-stable/etc/rc.d/
H A Dsyscons76 bg.bds.ctrlcaps) echo bg.bds;;
/freebsd-10-stable/share/vt/keymaps/
H A DMakefile7 bg.bds.kbd \
/freebsd-10-stable/share/syscons/keymaps/
H A DMakefile5 bg.bds.ctrlcaps.kbd bg.phonetic.ctrlcaps.kbd \
/freebsd-10-stable/sys/dev/sound/pci/
H A Dvia82c686.c470 dma_cb(void *p, bus_dma_segment_t *bds, int a, int b) argument
473 via->sgd_addr = bds->ds_addr;
H A Datiixp.c928 atiixp_dma_cb(void *p, bus_dma_segment_t *bds, int a, int b) argument
931 sc->sgd_addr = bds->ds_addr;
H A Dvia8233.c1103 dma_cb(void *p, bus_dma_segment_t *bds, int a, int b) argument
1106 via->sgd_addr = bds->ds_addr;
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_ioctl.c1604 struct dvd_struct *bds; local
1607 bds = malloc(sizeof(*bds), M_LINUX, M_WAITOK);
1611 error = linux_to_bsd_dvd_struct(lds, bds);
1614 error = fo_ioctl(fp, DVDIOCREADSTRUCTURE, (caddr_t)bds,
1618 error = bsd_to_linux_dvd_struct(bds, lds);
1623 free(bds, M_LINUX);
/freebsd-10-stable/sys/dev/bxe/
H A Decore_hsi.h6707 uint16_t bd_pause_thr_low /* number of remaining bds under which, we send pause message */;
6708 uint16_t bd_pause_thr_high /* number of remaining bds above which, we send un-pause message */;
7596 #define ETH_TX_START_BD_FORCE_VLAN_MODE (0x1<<4) /* BitField general_data force vlan mode according to bds (vlan mode can change accroding to global configuration) */
7741 * array of 13 bds as appears in the eth xstorm context
7745 union eth_tx_bd_types bds[13]; member in struct:eth_tx_bds_array
12497 uint32_t bds_ring_page_base_addr_lo /* Base address of next page in host bds ring */;
12498 uint32_t bds_ring_page_base_addr_hi /* Base address of next page in host bds ring */;
12949 uint16_t bds_prod /* cyclic counter of bds to post */;
12951 uint16_t bds_prod /* cyclic counter of bds to post */;
13162 uint16_t bds_prod /* cyclic counter of posted bds */;
[all...]

Completed in 315 milliseconds