Home
last modified time | relevance | path

Searched refs:nds (Results 1 – 13 of 13) sorted by relevance

/dragonfly/sys/kern/
H A Dsubr_devstat.c272 struct devstat *nds; in sysctl_devstat() local
289 for (i = 0, nds = STAILQ_FIRST(devstat_head); in sysctl_devstat()
290 (nds != NULL) && (i < devstat_num_devs) && (error == 0); in sysctl_devstat()
291 nds = STAILQ_NEXT(nds, dev_links), i++) in sysctl_devstat()
292 error = SYSCTL_OUT(req, nds, sizeof(struct devstat)); in sysctl_devstat()
/dragonfly/usr.bin/ministat/
H A Dministat.c536 int nds; in main() local
610 nds = 1; in main()
614 nds = argc; in main()
615 for (i = 0; i < nds; i++) { in main()
623 for (i = 0; i < nds; i++) { in main()
628 for (i = 0; i < nds; i++) in main()
633 SetupPlot(termwidth - 2, flag_s, nds); in main()
634 for (i = 0; i < nds; i++) in main()
636 for (i = 0; i < nds; i++) in main()
642 for (i = 1; i < nds; i++) { in main()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_recv_ds.c38 u_int32_t pa, struct ath_desc *nds, struct ath_rx_status *rxs, in ar9300_proc_rx_desc_fast() argument
176 u_int32_t pa, struct ath_desc *nds, u_int64_t tsf, in ar9300_proc_rx_desc() argument
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_recv.c208 uint32_t pa, struct ath_desc *nds, uint64_t tsf, in ar5211ProcRxDesc() argument
212 struct ar5211_desc *ands = AR5211DESC(nds); in ar5211ProcRxDesc()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_recv.c214 uint32_t pa, struct ath_desc *nds, uint64_t tsf, in ar5210ProcRxDesc() argument
218 struct ar5210_desc *ands = AR5210DESC(nds); in ar5210ProcRxDesc()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_recv.c247 uint32_t pa, struct ath_desc *nds, uint64_t tsf, in ar5212ProcRxDesc() argument
251 struct ar5212_desc *ands = AR5212DESC(nds); in ar5212ProcRxDesc()
/dragonfly/usr.sbin/installer/libdfui/
H A Dform.c938 struct dfui_dataset *nds; in dfui_dataset_dup() local
941 nds = dfui_dataset_new(); in dfui_dataset_dup()
944 dfui_dataset_celldata_add(nds, in dfui_dataset_dup()
948 return(nds); in dfui_dataset_dup()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_recv.c170 uint32_t pa, struct ath_desc *nds, uint64_t tsf, in ar5416ProcRxDesc() argument
/dragonfly/share/misc/
H A Diso639342 nds nds Low German; Low Saxon; German, Low; Saxon, Low
/dragonfly/contrib/binutils-2.27/gas/config/
H A Dtc-i386.c6074 unsigned int nds, reg_slot; in build_modrm_byte() local
6085 nds = dest - 1; in build_modrm_byte()
6132 reg_slot = nds; in build_modrm_byte()
6133 nds = tmp; in build_modrm_byte()
6194 gas_assert (operand_type_equal (&i.tm.operand_types[nds], &regxmm) in build_modrm_byte()
6195 || operand_type_equal (&i.tm.operand_types[nds], in build_modrm_byte()
6197 || operand_type_equal (&i.tm.operand_types[nds], in build_modrm_byte()
6199 i.vex.register_specifier = i.op[nds].regs; in build_modrm_byte()
/dragonfly/usr.bin/vi/catalog/
H A Dswedish.UTF-8.base117 124 "%s kommandot kan inte används som del i ett \"global\" eller v kommando"
/dragonfly/contrib/file/magic/Magdir/
H A Dconsole475 # nds: file(1) magic for the Nintendo DS(i) raw ROM format
500 # This is also used for loading .nds files using the MSET exploit on 3DS.
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386.c7170 unsigned int nds, reg_slot; in build_modrm_byte() local
7174 nds = dest - 1; in build_modrm_byte()
7231 gas_assert (i.tm.operand_types[nds].bitfield.class == RegSIMD); in build_modrm_byte()
7232 i.vex.register_specifier = i.op[nds].regs; in build_modrm_byte()