Home
last modified time | relevance | path

Searched refs:rf (Results 1 – 25 of 534) sorted by relevance

12345678910>>...22

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwphy.c55 return (*rf->rf_init)(rf, freq, opaque_txpower, power); in rtw_rf_init()
61 return (*rf->rf_tune)(rf, freq); in rtw_rf_tune()
67 return (*rf->rf_txpower)(rf, opaque_txpower); in rtw_rf_txpower()
330 (*rf->rf_continuous_tx_cb)(rf->rf_continuous_tx_arg, 1); in rtw_sa2400_dc_calibration()
350 (*rf->rf_continuous_tx_cb)(rf->rf_continuous_tx_arg, 0); in rtw_sa2400_dc_calibration()
446 struct rtw_rf *rf; in rtw_sa2400_create() local
455 rf = &sa->sa_rf; in rtw_sa2400_create()
463 bb = &rf->rf_bbpset; in rtw_sa2400_create()
594 struct rtw_rf *rf; in rtw_max2820_create() local
603 rf = &mx->mx_rf; in rtw_max2820_create()
[all …]
/illumos-gate/usr/src/cmd/eqn/
H A Dtext.c58 lf = rf = 0; in text()
90 if (rf == ITAL) in trans()
94 if (rf == ROM) in trans()
98 f = rf; in trans()
101 if (rf == ITAL) in trans()
105 if (rf == ITAL) in trans()
110 if (rf == ITAL) in trans()
115 if (rf == ITAL) in trans()
125 if (rf == ITAL) in trans()
134 if (rf == ITAL) in trans()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_rawfile.c59 rf_data_destroy(rf_data_t *rf) in rf_data_destroy() argument
61 if (rf->r_object_fio != NULL) in rf_data_destroy()
64 if (rf->r_core_fio != NULL) in rf_data_destroy()
65 mdb_io_destroy(rf->r_core_fio); in rf_data_destroy()
250 rf_data_t *rf = t->t_data; in rf_mapping_iter() local
252 if (rf->r_object_fio != NULL && rf_print_map(rf->r_object_fio, in rf_mapping_iter()
256 if (rf->r_core_fio != NULL && rf_print_map(rf->r_core_fio, in rf_mapping_iter()
287 if (rf->r_core_fio != NULL) { in rf_status_dcmd()
317 rf_data_t *rf = t->t_data; in rf_activate() local
422 rf_data_t *rf; in mdb_rawfile_tgt_create() local
[all …]
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daesopt.h697 box[bval(vf(x, 0, c), rf(0, c))], \
698 box[bval(vf(x, 1, c), rf(1, c))], \
699 box[bval(vf(x, 2, c), rf(2, c))], \
700 box[bval(vf(x, 3, c), rf(3, c))])
702 #define one_table(x, op, tab, vf, rf, c) \ argument
703 (tab[bval(vf(x, 0, c), rf(0, c))] \
708 #define four_tables(x, tab, vf, rf, c) \ argument
709 (tab[0][bval(vf(x, 0, c), rf(0, c))] \
710 ^ tab[1][bval(vf(x, 1, c), rf(1, c))] \
711 ^ tab[2][bval(vf(x, 2, c), rf(2, c))] \
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_007_pos.ksh58 log_must rm -rf $SNAPDIR1.$i > /dev/null 2>&1
65 log_must rm -rf $SNAPDIR1 > /dev/null 2>&1
69 log_must rm -rf $TESTDIR/* > /dev/null 2>&1
78 log_must rm -rf $TESTDIR/* > /dev/null 2>&1
94 log_must rm -rf $TESTDIR1/file* > /dev/null 2>&1
H A Dsnapshot_003_pos.ksh58 log_must rm -rf $SNAPDIR.$i > /dev/null 2>&1
65 log_must rm -rf $TESTDIR/* > /dev/null 2>&1
74 log_must rm -rf $TESTDIR/* > /dev/null 2>&1
90 log_must rm -rf $TESTDIR/file* > /dev/null 2>&1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_006_pos.ksh54 datasetexists $snap && log_must zfs destroy -rf $snap
62 log_must zfs destroy -rf $TESTPOOL/$TESTFS/$TESTFS1
65 log_must zfs destroy -rf $TESTPOOL/${ZONE_CTR}0
96 log_must zfs destroy -rf $ancestor_fs
104 log_must zfs destroy -rf $fs
/illumos-gate/usr/src/cmd/keyserv/
H A Dupdate.c231 FILE *rf; local
253 rf = fopen(filename, "r");
254 if (rf == NULL) {
270 (void) fclose(rf);
278 (void) fclose(rf);
283 while (fgets(line, sizeof (line), rf)) {
317 (void) fclose(rf);
/illumos-gate/usr/src/cmd/ypcmd/
H A Dudpublickey.c57 FILE *rf; local
114 rf = fopen(fname, "r");
115 if (rf == NULL) {
123 while (fgets(line, sizeof (line), rf)) {
157 fclose(rf);
/illumos-gate/usr/src/cmd/mail/
H A Dsavehdrs.c36 int rf; local
64 if ((rf = substr(s, " remote from ")) >= 0) {
65 trimnl(s + rf);
68 s+rf+13, thissys, maildomain(),
H A DpickFrom.c36 static char rf[] = "remote from "; local
48 rfl = strlen (rf);
49 while (*lineptr && strncmp (lineptr, rf, rfl))
/illumos-gate/usr/src/test/zfs-tests/tests/functional/projectquota/
H A Dprojectquota_common.kshlib50 [[ -d $PRJDIR ]] && log_must rm -rf $PRJDIR
51 [[ -d $PRJDIR1 ]] && log_must rm -rf $PRJDIR1
52 [[ -d $PRJDIR2 ]] && log_must rm -rf $PRJDIR2
53 [[ -d $PRJDIR3 ]] && log_must rm -rf $PRJDIR3
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_all_001_pos.ksh71 rm -rf $mtpt
99 log_must rm -rf /${TESTPOOL}-$id
104 log_must rm -rf $TESTDIR/$TESTFILE0
115 rm -rf $ALTER_ROOT
161 log_must rm -rf /${TESTPOOL}-0
H A Dzpool_import_rename_001_pos.ksh70 log_must rm -rf /${pools[i]}-new
83 log_must rm -rf ${mtpts[i]}/$TESTFILE0
94 log_must rm -rf $ALTER_ROOT
121 log_must rm -rf /${pools[i]}
150 log_must rm -rf /${pools[i]}-new
/illumos-gate/usr/src/cmd/loadkeys/type_101/
H A Dreset124 key 80 all rf(7)
125 key 81 all rf(13)
129 key 85 all rf(9)
130 key 86 all rf(15)
137 key 91 base rf(7) shift 7 caps rf(7) ctrl pad7 altg nop numl pad7
139 key 93 base rf(13) shift 1 caps rf(13) ctrl pad1 altg nop numl pad1
143 key 97 base rf(11) shift 5 caps rf(11) ctrl pad5 altg nop numl pad5
147 key 101 base rf(9) shift 9 caps rf(9) ctrl pad9 altg nop numl pad9
149 key 103 base rf(15) shift 3 caps rf(15) ctrl pad3 altg nop numl pad3
/illumos-gate/usr/src/cmd/loadkeys/type_6/
H A Dreset100 key 70 all rf(2)
101 key 71 all rf(3)
102 key 72 all rf(1)
104 key 74 all rf(7)
105 key 75 all rf(9)
107 key 77 all rf(13)
108 key 78 all rf(15)
119 key 89 all rf(13) numl pad1
121 key 91 all rf(15) numl pad3
125 key 95 all rf(7) numl pad7
[all …]
/illumos-gate/usr/src/test/smbclient-tests/include/
H A Dsmbmount_common.ksh38 rm -rf $1
61 rm -rf $1
142 rm -rf $1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_005_pos.ksh53 [[ -d $dir ]] && rm -rf $dir
73 [[ -d $TESTDIR ]] && rm -rf $TESTDIR
83 [[ -d /$TESTPOOL ]] && rm -rf /$TESTPOOL
94 [[ -d $TESTDIR1 ]] && rm -rf $TESTDIR1
/illumos-gate/usr/src/cmd/loadkeys/type_4/
H A Dkorea51 key 21 all rf(1)
52 key 22 all rf(2)
53 key 23 all rf(3)
75 key 45 all rf(4) numl padequal
76 key 46 all rf(5) numl padslash
77 key 47 all rf(6) numl padstar
98 key 68 all rf(7) numl pad7
100 key 70 all rf(9) numl pad9
122 key 92 all rf(11) numl pad5
142 key 112 all rf(13) numl pad1
[all …]
H A Dreset51 key 21 all rf(1)
52 key 22 all rf(2)
53 key 23 all rf(3)
75 key 45 all rf(4) numl padequal
76 key 46 all rf(5) numl padslash
77 key 47 all rf(6) numl padstar
98 key 68 all rf(7) numl pad7
100 key 70 all rf(9) numl pad9
122 key 92 all rf(11) numl pad5
142 key 112 all rf(13) numl pad1
[all …]
H A Dtraditional_chinese48 key 21 all rf(1)
49 key 22 all rf(2)
50 key 23 all rf(3)
72 key 45 all rf(4) numl padequal
73 key 46 all rf(5) numl padslash
74 key 47 all rf(6) numl padstar
95 key 68 all rf(7) numl pad7
97 key 70 all rf(9) numl pad9
119 key 92 all rf(11) numl pad5
139 key 112 all rf(13) numl pad1
[all …]
H A Dkorea_535 key 52 all rf(7)
36 key 96 all rf(9)
37 key 74 all rf(13)
38 key 123 all rf(15)
H A Dtraditional_chinese_534 key 52 all rf(7)
35 key 96 all rf(9)
36 key 74 all rf(13)
37 key 123 all rf(15)
/illumos-gate/usr/src/common/crypto/dsa/
H A Ddsa_impl.c141 int (*rf)(void *, size_t); in generate_dsa_key() local
143 rf = rfunc; in generate_dsa_key()
144 if (rf == NULL) { in generate_dsa_key()
146 rf = random_get_pseudo_bytes; in generate_dsa_key()
148 rf = pkcs11_get_urandom; in generate_dsa_key()
152 if ((err = big_random(&(key->x), DSA_SUBPRIME_BITS, rf)) != in generate_dsa_key()
263 int (*rf)(void *, size_t); in dsa_sign() local
333 rf = bkey->rfunc; in dsa_sign()
334 if (rf == NULL) { in dsa_sign()
336 rf = random_get_pseudo_bytes; in dsa_sign()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_007_pos.ksh41 zfs destroy -rf $TESTPOOL/fs
42 zfs destroy -rf $TESTPOOL/recvfs
85 log_must zfs destroy -rf $POOL/fs
86 log_must zfs destroy -rf $POOL/recvfs

12345678910>>...22