/src/lib/librumpclient/ |
rumpclient.h | 91 struct rumpclient_fork *rf; local in function:rumpclient__dofork 95 if (!(rf = rumpclient_prefork())) 100 rumpclient_fork_cancel(rf); 104 if (rumpclient_fork_init(rf) == -1) 110 rumpclient_fork_vparent(rf);
|
rumpclient.c | 390 struct handshake_fork rf; local in function:handshake_req 400 bonus = sizeof(rf); 443 memcpy(rf.rf_auth, data, sizeof(rf.rf_auth)); /* uh, why? */ 444 rf.rf_cancel = cancel; 445 IOVPUT(iov[1], rf); 1224 struct rumpclient_fork *rf; local in function:rumpclient_daemon 1227 if ((rf = rumpclient_prefork()) == NULL) 1253 if (rumpclient_fork_init(rf) == -1) 1260 rumpclient_fork_cancel(rf); [all...] |
/src/sys/arch/acorn32/stand/lib/ |
riscosfile.c | 42 struct riscosfile *rf; local in function:riscos_open 46 rf = (struct riscosfile *) alloc(sizeof(*rf)); 47 if (!rf) 66 osfind_ERROR_IF_ABSENT, path, NULL, &rf->file); 68 dealloc(rf, sizeof(*rf)); 71 f->f_fsdata = rf; 79 struct riscosfile *rf; local in function:riscos_close 83 rf = f->f_fsdata 96 struct riscosfile *rf; local in function:riscos_read 116 struct riscosfile *rf; local in function:riscos_write 136 struct riscosfile *rf; local in function:riscos_stat 158 struct riscosfile *rf; local in function:riscos_seek [all...] |
/src/sys/external/isc/atheros_hal/dist/ar5312/ |
ar5312_attach.c | 68 struct ath_hal_rf *rf; local in function:ar5312Attach 123 /* setup common ini data; rf backends handle remainder */ 188 rf = ath_hal_rfprobe(ah, &ecode); 189 if (rf == AH_NULL) 254 if (!rf->attach(ah, &ecode)) { 255 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: RF setup failed, status %u\n",
|
/src/tests/lib/libc/gen/ |
t_fpsetround.c | 63 int rf; member in struct:__anon7f06d1d50108 148 ATF_CHECK_EQ(r = FLT_ROUNDS, rnd[j].rf); 149 if (r != rnd[j].rf) 151 rnd[j].rf, r);
|
/src/sys/arch/m68k/m68k/ |
compat_16_machdep.c | 257 int rf, flags, error; local in function:compat_16_sys___sigreturn14 287 if ((rf = scp->sc_ap) == 0) 294 error = ufetch_int((void *)rf, (u_int *)&flags); 298 p->p_pid, rf, error ? -1 : flags); 304 if (flags == 0 || copyin((void *)rf, &tstate, sizeof(tstate)) != 0)
|
/src/sys/fs/filecorefs/ |
filecore_utils.c | 197 int rf = 0; local in function:filecore_mode 202 rf = 1; 205 if (rf || (ip->i_dirent.attr & FILECORE_ATTR_OREAD)) 208 if (rf) m |= S_IRUSR | S_IXUSR; 213 if (rf) m |= S_IRGRP | S_IXGRP;
|
/src/tests/rump/rumpkern/h_client/ |
h_forkcli.c | 20 struct rumpclient_fork *rf; local in function:simple 31 if ((rf = rumpclient_prefork()) == NULL) 39 if (rumpclient_fork_init(rf) == -1) 81 struct rumpclient_fork *rf; local in function:pipecomm 89 if ((rf = rumpclient_prefork()) == NULL) 97 if (rumpclient_fork_init(rf) == -1) 120 struct rumpclient_fork *rf; local in function:fakeauth 124 if ((rf = rumpclient_prefork()) == NULL) 127 /* XXX: we know the internal structure of rf */ 128 auth = (void *)rf; [all...] |
/src/usr.bin/btkey/ |
btkey.c | 57 bool cf, cd, lf, ld, rf, rd, wf, wd, nk; local in function:main 62 cf = cd = lf = ld = rf = rd = wf = wd = nk = false; 113 rf = true; 139 if ((lf || ld) && (rf || rd || wf || wd || cf || cd || nk)) 142 if (((rf && rd) || (rf && nk) || (rd && nk)) && (wf || wd)) 168 if (rf) {
|
/src/usr.sbin/makefs/cd9660/ |
cd9660_write.c | 425 FILE *rf; local in function:cd9660_copy_file 432 if ((rf = fopen(filename, "rb")) == NULL) { 444 while (!feof(rf)) { 445 bytes_read = fread(buf,1,buf_size,rf); 446 if (ferror(rf)) { 449 (void)fclose(rf); 457 (void)fclose(rf); 463 fclose(rf);
|
/src/sys/arch/evbmips/loongson/dev/ |
glx.c | 84 uint rf = (msr & GLX_MSR_ADDR_RF); local in function:glx_msra2mbxa 85 return ((rf << GLX_MSR_ADDR_RF_SHIFT) | (msr & GLX_MSR_ADDR_TARGET));
|
/src/sys/dev/ic/ |
rtwphy.c | 30 * Control the Philips SA2400 RF front-end and the baseband processor 117 rtw_sa2400_txpower(struct rtw_rf *rf, uint8_t opaque_txpower) 119 struct rtw_sa2400 *sa = (struct rtw_sa2400 *)rf; 183 rtw_sa2400_tune(struct rtw_rf *rf, u_int freq) 185 struct rtw_sa2400 *sa = (struct rtw_sa2400 *)rf; 223 rtw_sa2400_pwrstate(struct rtw_rf *rf, enum rtw_pwrstate power) 225 struct rtw_sa2400 *sa = (struct rtw_sa2400 *)rf; 310 struct rtw_rf *rf = &sa->sa_rf; local in function:rtw_sa2400_dc_calibration 314 (*rf->rf_continuous_tx_cb)(rf->rf_continuous_tx_arg, 1) 422 struct rtw_rf *rf; local in function:rtw_sa2400_create 591 struct rtw_rf *rf; local in function:rtw_grf5101_create 726 struct rtw_rf *rf; local in function:rtw_max2820_create [all...] |
rt2860var.h | 188 } bbp[8], rf[10]; member in struct:rt2860_softc
|
/src/sys/dev/isa/ |
aztech.c | 98 u_int32_t rf; member in struct:az_softc 168 sc->rf = LM700X_REF_050; 225 reg = lm700x_encode_freq(nfreq, sc->rf); 226 reg |= sc->stereo | sc->rf | LM700X_DIVIDER_FM; 293 sc.rf = LM700X_REF_050; 334 ri->rfreq = lm700x_decode_ref(sc->rf); 352 sc->rf = lm700x_encode_ref(ri->rfreq);
|
radiotrack.c | 111 u_int32_t rf; member in struct:rt_softc 181 sc->rf = LM700X_REF_050; 271 reg = lm700x_encode_freq(nfreq, sc->rf); 272 reg |= sc->stereo | sc->rf | LM700X_DIVIDER_FM; 352 sc.rf = LM700X_REF_050; 398 sc->rf = lm700x_encode_ref(ri->rfreq); 415 ri->rfreq = lm700x_decode_ref(sc->rf);
|
/src/sys/external/isc/atheros_hal/dist/ar5212/ |
ar5212_attach.c | 310 struct ath_hal_rf *rf; local in function:ar5212Attach 350 /* setup common ini data; rf backends handle remainder */ 387 rf = ath_hal_rfprobe(ah, &ecode); 388 if (rf == AH_NULL) 407 * the RF chip rev. To workaround this check the 528 if (!rf->attach(ah, &ecode)) { 529 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: RF setup failed, status %u\n",
|
/src/usr.bin/bthset/ |
bthset.c | 94 static int rf; /* rfcomm connection fd */ variable in typeref:typename:int 153 ag = rf = -1; 334 len = recv(rf, buf, sizeof(buf), 0); 340 close(rf); 341 rf = -1; 409 if (rf >= 0 418 rf = s; 419 event_set(&rfcomm_ev, rf, EV_READ | EV_PERSIST, do_rfcomm, NULL); 449 return writev(rf, iov, __arraycount(iov)); 496 rf = socket(PF_BLUETOOTH, SOCK_STREAM, BTPROTO_RFCOMM) [all...] |
/src/usr.sbin/iopctl/ |
iopctl.c | 196 struct i2o_reply *rf; local in function:getparam 230 rf = (struct i2o_reply *)buf; 231 if ((rf->msgflags & I2O_MSGFLAGS_FAIL) != 0) 233 if (rf->reqstatus != 0) 235 rf->reqstatus);
|
/src/sys/kern/ |
sys_pipe.c | 211 file_t *rf, *wf; local in function:pipe1 228 error = fd_allocfile(&rf, &fd); 238 rf->f_flag = FREAD | flags; 239 rf->f_type = DTYPE_PIPE; 240 rf->f_pipe = rpipe; 241 rf->f_ops = &pipeops; 255 fd_affix(p, rf, fildes[0]); 259 fd_abort(p, rf, fildes[0]);
|
exec_elf.c | 330 u_long msize, psize, rm, rf; local in function:elf_load_psection 404 rf = round_page(*addr + *size); 406 if (rm != rf) { 407 NEW_VMCMD2(vcset, vmcmd_map_zero, rm - rf, rf, NULLVP,
|
uipc_syscalls.c | 1272 file_t *rf, *wf; local in function:pipe1 1289 error = fsocreate(AF_LOCAL, &rso, SOCK_STREAM|soflags, 0, &rfd, &rf, 1299 rf->f_type = rf->f_type & ~(FWRITE); 1329 fd_affix(p, rf, rfd); 1338 fd_abort(p, rf, rfd);
|
/src/sys/arch/emips/ebus/ |
if_le_ebus.c | 105 int rf; member in struct:enic_softc 400 sc->rf++;
|
/src/sys/external/isc/atheros_hal/dist/ |
ah.c | 81 /* linker set of registered RF backends */ 85 * Check the set of registered RF backends to see if 95 struct ath_hal_rf *rf = *prf; local in function:ath_hal_rfprobe 96 if (rf->probe(ah)) 97 return rf;
|
/src/sys/dev/usb/ |
if_runvar.h | 182 } bbp[10], rf[10]; member in struct:run_softc
|
/src/sys/dev/pci/voyager/ |
voyagerfb.c | 995 int rf, gf, bf, rb, gb, bb; local in function:voyagerfb_putchar_aa32 1038 rf = (fg >> 16) & 0xff; 1054 r = aval * rf + (255 - aval) * rb;
|