Searched refs:rfp (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/alsa/ |
| H A D | utimer-test.c | 118 FILE *rfp; in TEST_F() 127 rfp = popen(command, "r"); in TEST_F() 128 while (fgets(buf, TIMER_OUTPUT_BUF_LEN, rfp)) { in TEST_F() 145 pclose(rfp); in TEST() 110 FILE *rfp; TEST_F() local
|
| /linux/drivers/scsi/libfc/ |
| H A D | fc_exch.c | 2016 static void fc_exch_els_rec(struct fc_frame *rfp) in fc_exch_els_rec() argument 2028 lport = fr_dev(rfp); in fc_exch_els_rec() 2029 rp = fc_frame_payload_get(rfp, sizeof(*rp)); in fc_exch_els_rec() 2081 fc_fill_reply_hdr(fp, rfp, FC_RCTL_ELS_REP, 0); in fc_exch_els_rec() 2090 fc_seq_ls_rjt(rfp, reason, explan); in fc_exch_els_rec()
|
| /linux/fs/nfsd/ |
| H A D | nfs4state.c | 9475 struct nfs4_file *fp, *rfp; in nfsd_get_dir_deleg() local 9484 rfp = nfsd4_file_hash_insert(fp, &cstate->current_fh); in nfsd_get_dir_deleg() 9485 if (unlikely(!rfp)) { in nfsd_get_dir_deleg() 9490 if (rfp != fp) { in nfsd_get_dir_deleg() 9492 fp = rfp; in nfsd_get_dir_deleg()
|