/dflybsd-src/sys/kern/ |
H A D | usched_dfly.c | 328 dfly_pcpu_t dd; in dfly_acquire_curproc() local 602 dfly_pcpu_t dd = &dfly_pcpu[gd->gd_cpuid]; in dfly_release_curproc() local 651 dfly_pcpu_t dd = &dfly_pcpu[gd->gd_cpuid]; in dfly_select_curproc() local 689 dfly_pcpu_t dd; in dfly_setrunqueue() local 760 dfly_changeqcpu_locked(struct lwp *lp, dfly_pcpu_t dd, dfly_pcpu_t rdd) in dfly_changeqcpu_locked() 859 dfly_pcpu_t dd = &dfly_pcpu[gd->gd_cpuid]; in dfly_schedulerclock() local 1305 dfly_pcpu_t dd = &dfly_pcpu[lp->lwp_qcpu]; in dfly_changedcpu() local 1374 dfly_pcpu_t dd; in dfly_exiting() local 1396 dfly_pcpu_t dd; in dfly_uload_update() local 1442 dfly_chooseproc_locked(dfly_pcpu_t rdd, dfly_pcpu_t dd, in dfly_chooseproc_locked() [all …]
|
H A D | usched_dummy.c | 152 dummy_pcpu_t dd = &dummy_pcpu[gd->gd_cpuid]; in dummy_acquire_curproc() local 213 dummy_pcpu_t dd = &dummy_pcpu[gd->gd_cpuid]; in dummy_release_curproc() local 238 dummy_pcpu_t dd = &dummy_pcpu[gd->gd_cpuid]; in dummy_select_curproc() local 276 dummy_pcpu_t dd = &dummy_pcpu[gd->gd_cpuid]; in dummy_setrunqueue() local 336 dummy_pcpu_t dd = &dummy_pcpu[gd->gd_cpuid]; in dummy_schedulerclock() local 468 dummy_pcpu_t dd; in dummy_sched_thread() local 530 dummy_pcpu_t dd = &dummy_pcpu[i]; in dummy_sched_thread_cpu_init() local
|
H A D | usched_bsd4.c | 333 bsd4_pcpu_t dd; in bsd4_acquire_curproc() local 487 bsd4_pcpu_t dd = &bsd4_pcpu[gd->gd_cpuid]; in bsd4_release_curproc() local 527 bsd4_pcpu_t dd = &bsd4_pcpu[gd->gd_cpuid]; in bsd4_select_curproc() local 628 bsd4_pcpu_t dd; in bsd4_setrunqueue() local 917 bsd4_pcpu_t dd = &bsd4_pcpu[gd->gd_cpuid]; in bsd4_schedulerclock() local 1105 bsd4_pcpu_t dd; in bsd4_resetpriority() local 1593 bsd4_pcpu_t dd; in bsd4_kick_helper() local 1622 bsd4_pcpu_t dd = &bsd4_pcpu[gd->gd_cpuid]; in bsd4_need_user_resched_remote() local 1751 bsd4_pcpu_t dd; in sched_thread() local 1905 bsd4_pcpu_t dd = &bsd4_pcpu[i]; in sched_thread_cpu_init() local
|
H A D | subr_fattime.c | 220 fattime2timespec(unsigned dd, unsigned dt, unsigned dh, int utc, in fattime2timespec()
|
/dflybsd-src/crypto/libressl/crypto/cms/ |
H A D | cms_dd.c | 71 CMS_DigestedData *dd; in cms_DigestedData_create() local 101 CMS_DigestedData *dd; in cms_DigestedData_init_bio() local 115 CMS_DigestedData *dd; in cms_DigestedData_do_final() local
|
/dflybsd-src/sys/dev/netif/ath/ath/ |
H A D | if_ath_descdma.c | 149 struct ath_descdma *dd, ath_bufhead *head, in ath_descdma_alloc_desc() 248 struct ath_descdma *dd, ath_bufhead *head, in ath_descdma_setup() 337 struct ath_descdma *dd, ath_bufhead *head, in ath_descdma_setup_rx_edma() 395 struct ath_descdma *dd, ath_bufhead *head) in ath_descdma_cleanup()
|
/dflybsd-src/lib/libdevinfo/ |
H A D | devinfo.c | 169 struct devinfo_i_dev *dd; in devinfo_init_devices() local 356 struct devinfo_i_dev *dd; in devinfo_free() local 382 struct devinfo_i_dev *dd; in devinfo_handle_to_device() local 440 struct devinfo_i_dev *dd; in devinfo_foreach_device_child() local
|
/dflybsd-src/stand/boot/common/ |
H A D | bcache.c | 128 struct bcache_devdata *dd = (struct bcache_devdata *)devdata; in write_strategy() local 161 struct bcache_devdata *dd = (struct bcache_devdata *)devdata; in read_strategy() local 228 struct bcache_devdata *dd = (struct bcache_devdata *)devdata; in bcache_strategy() local
|
/dflybsd-src/sys/bus/u4b/template/ |
H A D | usb_template.c | 847 struct usb_device_descriptor *dd; in usb_hw_ep_resolve() local 989 struct usb_device_descriptor *dd; in usb_temp_get_device_desc() local 1036 struct usb_device_descriptor *dd; in usb_temp_get_config_desc() local
|
/dflybsd-src/contrib/mpfr/src/ |
H A D | get_flt.c | 86 double dd; in mpfr_get_flt() local
|
/dflybsd-src/games/gomoku/ |
H A D | makemove.c | 40 const int dd[4] = { variable
|
/dflybsd-src/games/larn/ |
H A D | movem.c | 270 mmove(int aa, int bb, int cc, int dd) in mmove()
|
/dflybsd-src/lib/libexecinfo/ |
H A D | symtab.c | 175 uintptr_t dd, sd, me = (uintptr_t)p; in symtab_find() local
|
/dflybsd-src/games/hack/ |
H A D | hack.mon.c | 213 int dd; in dochugw() local 426 int dd; in m_move() local
|
H A D | hack.vault.c | 179 int x, y, dd, gx, gy; in invault() local
|
/dflybsd-src/lib/libc/citrus/ |
H A D | citrus_module.c | 196 DIR *dd = opendir(search_dirs[i]); in _findshlib() local
|
/dflybsd-src/contrib/cvs-1.12/diff/ |
H A D | analyze.c | 196 int dd = d - fmid; local 231 int dd = d - bmid; local
|
/dflybsd-src/contrib/tnftp/src/ |
H A D | complete.c | 173 DIR *dd; in complete_local() local
|
/dflybsd-src/sys/vfs/smbfs/ |
H A D | smbfs_subr.c | 214 smb_dos2unixtime(u_int dd, u_int dt, u_int dh, int tzoff, in smb_dos2unixtime()
|
/dflybsd-src/sys/opencrypto/ |
H A D | rmd160.c | 162 u_int32_t a, b, c, d, e, aa, bb, cc, dd, ee, t, x[16]; in RMD160Transform() local
|
/dflybsd-src/sys/bus/u4b/net/ |
H A D | if_kue.c | 284 struct usb_device_descriptor *dd; in kue_load_fw() local
|
/dflybsd-src/libexec/diff3prog/ |
H A D | diff3prog.c | 201 readin(char *name, struct diff **dd) in readin()
|
/dflybsd-src/contrib/gdtoa/ |
H A D | misc.c | 687 (dd, e, bits) double dd; int *e, *bits; in d2b() argument
|
/dflybsd-src/usr.sbin/rarpd/ |
H A D | rarpd.c | 546 static DIR *dd = NULL; in rarp_bootable() local
|
/dflybsd-src/stand/boot/pc32/boot2/ |
H A D | boot2.c | 189 char *dd = d; in memcpy() local
|