/illumos-gate/usr/src/uts/common/io/rtw/ |
H A D | rtwphy.c | 52 rtw_rf_init(struct rtw_rf *rf, uint_t freq, uint8_t opaque_txpower, in rtw_rf_init() argument 55 return (*rf->rf_init)(rf, freq, opaque_txpower, power); in rtw_rf_init() 59 rtw_rf_tune(struct rtw_rf *rf, uint_t freq) in rtw_rf_tune() argument 61 return (*rf->rf_tune)(rf, freq); in rtw_rf_tune() 65 rtw_rf_txpower(struct rtw_rf *rf, uint8_t opaque_txpower) in rtw_rf_txpower() argument 67 return (*rf->rf_txpower)(rf, opaque_txpower); in rtw_rf_txpower() 125 rtw_sa2400_txpower(struct rtw_rf *rf, uint8_t opaque_txpower) in rtw_sa2400_txpower() argument 127 struct rtw_sa2400 *sa = (struct rtw_sa2400 *)rf; in rtw_sa2400_txpower() 192 rtw_sa2400_tune(struct rtw_rf *rf, uint_t freq) in rtw_sa2400_tune() argument 194 struct rtw_sa2400 *sa = (struct rtw_sa2400 *)rf; in rtw_sa2400_tune() [all …]
|
/illumos-gate/usr/src/cmd/eqn/ |
H A D | text.c | 24 int lf, rf; /* temporary spots for left and right fonts */ variable 58 lf = rf = 0; in text() 60 rf = trans(c, p1); in text() 62 lf = rf; /* save first */ in text() 70 rfont[yyval] = rf; 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() [all …]
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_rawfile.c | 59 rf_data_destroy(rf_data_t *rf) in rf_data_destroy() argument 61 if (rf->r_object_fio != NULL) in rf_data_destroy() 62 mdb_io_destroy(rf->r_object_fio); 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() 67 mdb_free(rf, sizeof (rf_data_t)); 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() 281 rf_data_t *rf = mdb.m_target->t_data; in rf_status_dcmd() local [all …]
|
/illumos-gate/usr/src/common/crypto/aes/amd64/ |
H A D | aesopt.h | 696 #define no_table(x, box, vf, rf, c) bytes2word(\ argument 697 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))] \ 704 ^ op(tab[bval(vf(x, 1, c), rf(1, c))], 1) \ 705 ^ op(tab[bval(vf(x, 2, c), rf(2, c))], 2) \ 706 ^ op(tab[bval(vf(x, 3, c), rf(3, c))], 3)) [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/ |
H A D | snapshot_007_pos.ksh | 58 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 D | snapshot_003_pos.ksh | 58 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
|
H A D | snapshot_002_pos.ksh | 64 log_must rm -rf $SNAPDIR > /dev/null 2>&1 68 log_must rm -rf $TESTDIR/* > /dev/null 2>&1 72 log_must rm -rf /tmp/zfs_snapshot2.$$ > /dev/null 2>&1 86 rm -rf $TESTDIR/* > /dev/null 2>&1
|
H A D | snapshot_006_pos.ksh | 63 log_must rm -rf $SNAPDIR1 > /dev/null 2>&1 67 log_must rm -rf $TESTDIR1/* > /dev/null 2>&1 71 log_must rm -rf /tmp/zfs_snapshot2.$$ > /dev/null 2>&1 84 [[ -n $TESTDIR1 ]] && rm -rf $TESTDIR1/* > /dev/null 2>&1
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_receive/ |
H A D | zfs_receive_006_pos.ksh | 54 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 D | update.c | 231 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 D | udpublickey.c | 57 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 D | savehdrs.c | 36 int rf; local 64 if ((rf = substr(s, " remote from ")) >= 0) { 65 trimnl(s + rf); 68 s+rf+13, thissys, maildomain(),
|
H A D | pickFrom.c | 36 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 D | projectquota_common.kshlib | 50 [[ -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/cmd/loadkeys/type_101/ |
H A D | reset | 124 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/test/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_all_001_pos.ksh | 71 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 D | zpool_import_rename_001_pos.ksh | 70 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_6/ |
H A D | reset | 100 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) 114 key 84 all rf(5) numl padslash 115 key 85 all rf(6) numl padstar 119 key 89 all rf(13) numl pad1 [all …]
|
/illumos-gate/usr/src/test/smbclient-tests/include/ |
H A D | smbmount_common.ksh | 38 rm -rf $1 61 rm -rf $1 142 rm -rf $1
|
/illumos-gate/usr/src/cmd/loadkeys/type_4/ |
H A D | korea | 51 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 D | reset | 51 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 D | traditional_chinese | 48 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 …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/ |
H A D | zpool_create_005_pos.ksh | 53 [[ -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/common/crypto/dsa/ |
H A D | dsa_impl.c | 141 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 D | zfs_send_007_pos.ksh | 41 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
|