/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
nouveau_dispnv04_tvmodesnv17.c | 270 int64_t kf; member in struct:filter_params 347 + (p->kf + p->kif*i + p->ki2f*i*i +
|
/src/sys/compat/linux/arch/m68k/ |
linux_machdep.c | 105 struct linux_sigframe *fp, kf; local in function:setup_linux_sigframe 121 memset(&kf, 0, sizeof(kf)); 124 kf.sf_psigtramp = fp->sf_sigtramp; /* return addr for handler */ 125 kf.sf_signum = native_to_linux_signo[sig]; 126 kf.sf_code = frame->f_vector; /* Does anyone use it? */ 127 kf.sf_scp = &fp->sf_c.c_sc; 130 kf.sf_sigtramp[0] = LINUX_SF_SIGTRAMP0; 131 kf.sf_sigtramp[1] = LINUX_SF_SIGTRAMP1; 139 kf.sf_c.c_sc.sc_d0 = frame->f_regs[D0] 269 struct linux_rt_sigframe *fp, kf; local in function:setup_linux_rt_sigframe [all...] |
/src/sys/arch/x68k/dev/ |
ite_tv.c | 312 volatile uint16_t *kf; local in function:tv_putc_nm 320 kf = (volatile uint16_t *)tv_kfont[hi]; 321 kf += lo * FONTHEIGHT; 324 *(uint16_t *)p = *kf++; 340 volatile uint16_t *kf; local in function:tv_putc_in 348 kf = (volatile uint16_t *)tv_kfont[hi]; 349 kf += lo * FONTHEIGHT; 352 *(uint16_t *)p = ~*kf++; 369 volatile uint16_t *kf; local in function:tv_putc_bd 377 kf = (volatile uint16_t *)tv_kfont[hi] 417 volatile uint16_t *kf; local in function:tv_putc_ul 454 volatile uint16_t *kf; local in function:tv_putc_bd_in 486 volatile uint16_t *kf; local in function:tv_putc_ul_in 523 volatile uint16_t *kf; local in function:tv_putc_bd_ul 570 volatile uint16_t *kf; local in function:tv_putc_bd_ul_in [all...] |
/src/sys/miscfs/kernfs/ |
kernfs_vnops.c | 255 kernfs_alloctype(int nkf, const struct kernfs_fileop *kf) 274 skf.kf_fileop = kf[i].kf_fileop; 276 fkf->kf_vop = kf[i].kf_vop; 285 struct kernfs_fileop *kf, skf; local in function:kernfs_try_fileop 289 if ((kf = SPLAY_FIND(kfsfileoptree, &kfsfileoptree, &skf))) 290 if (kf->kf_vop) 291 return kf->kf_vop(v); 299 struct kernfs_fileop *kf, skf; local in function:kernfs_try_xread 303 if ((kf = SPLAY_FIND(kfsfileoptree, &kfsfileoptree, &skf))) 304 if (kf->kf_xread 313 struct kernfs_fileop *kf, skf; local in function:kernfs_try_xwrite [all...] |
/src/sys/kern/ |
kern_descrip.c | 2241 struct kinfo_file kf; local in function:sysctl_kern_file2 2262 out_size = MIN(sizeof(kf), elem_size); 2340 fill_file2(&kf, fp, ff, i, p->p_pid); 2344 &kf, dp, out_size);
|