/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_calib.c | 40 ath9k_hw_nf_in_range(struct ath_hal *ah, signed short nf) in ath9k_hw_nf_in_range() argument 42 if (nf > ATH9K_NF_TOO_LOW) { in ath9k_hw_nf_in_range() 47 __func__, nf, ATH9K_NF_TOO_LOW)); in ath9k_hw_nf_in_range() 109 int16_t nf; in ath9k_hw_do_getnf() local 112 nf = MS(REG_READ(ah, AR_PHY_CCA), AR9280_PHY_MINCCA_PWR); in ath9k_hw_do_getnf() 114 nf = MS(REG_READ(ah, AR_PHY_CCA), AR_PHY_MINCCA_PWR); in ath9k_hw_do_getnf() 116 if (nf & 0x100) in ath9k_hw_do_getnf() 117 nf = 0 - ((nf ^ 0x1ff) + 1); in ath9k_hw_do_getnf() 119 "NF calibrated [ctl] [chain 0] is %d\n", nf)); in ath9k_hw_do_getnf() 120 nfarray[0] = nf; in ath9k_hw_do_getnf() [all …]
|
/illumos-gate/usr/src/cmd/refer/ |
H A D | hunt2.c | 40 int nf = 0, best = 0, nterm = 0, i, g, j; in doquery() local 120 nf = i; in doquery() 126 for (j = 0; j < nf; j++) { in doquery() 154 j, nf, prevdrop.b[j], (long)(k)); in doquery() 158 j, nf, prevdrop.a[j], (long)(k)); in doquery() 160 while (j < nf && in doquery() 166 "%d k %ld\n", j, nf, prevdrop.b[j], in doquery() 172 "%d k %ld\n", j, nf, prevdrop.a[j], in doquery() 200 if (colevel == 0 && j >= nf) break; in doquery() 201 if (j < nf && in doquery() [all …]
|
H A D | refer2.c | 47 int stat, nf, nr, query = 0, alph, digs; in doref() local 144 nf = tabs(flds, one); in doref() 145 nf += tabs(flds+nf, dbuff); in doref() 146 assert(nf < NFLD); in doref() 147 putsig(nf, flds, nr, line1, in doref() 158 nf = tabs(flds, one); in doref() 159 nf += tabs(flds+nf, dbuff); in doref() 160 assert(nf < NFLD); in doref() 163 putkey(nf, flds, refnum, keystr); in doref() 165 putsig(nf, flds, refnum, line1, line, 1); in doref() [all …]
|
H A D | refer5.c | 42 putsig(int nf, char *flds[], int nref, char *nstline, in putsig() argument 52 if (nf == 0) /* old */ in putsig() 57 fpar(nf, flds, t, keywant, 1, 0); in putsig() 59 if (fpar(nf, flds, t, 'A', 1, 0) != 0) { in putsig() 60 if (fpar(nf, flds, t2, 'D', in putsig() 72 if (fpar(nf, flds, t2, 'D', 1, 0)) { in putsig() 83 fpar(nf, flds, t1, 'A', 1, 0); in putsig() 182 if (nf > 0 && toindex) in putsig() 192 fpar(int nf, char *flds[], char *out, int c, int seq, int prepend) in fpar() argument 197 for (i = 0; i < nf; i++) in fpar() [all …]
|
H A D | hunt6.c | 36 baddrop(unsigned *mptr, int nf, FILE *fc, int nitem, in baddrop() argument 55 nf, master.b[0], master.b[1], master.b[2]); in baddrop() 58 nf, master.a[0], master.a[1], master.a[2]); in baddrop() 60 for (i = g = 0; i < nf; i++) { in baddrop() 102 i, nf, res, len, output); in baddrop()
|
H A D | hunt5.c | 26 result(unsigned *mptr, int nf, FILE *fc) in result() argument 41 for (i = 0; i < nf; i++) { in result()
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | multi.awk.sh | 55 nf = 1; 59 nf = 0; 63 if (nf) { 65 nf = 0; 103 nf = 1; 106 nf = 0; 110 if (nf == 1) { 112 nf = 1;
|
/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | form.c | 175 int nf, /* number of fields */ in connect_fields() local 186 for (nf = 0, np = 0; x[nf]; ++nf) { in connect_fields() 187 if (nf == 0 || Status(x[nf], NEW_PAGE)) in connect_fields() 190 if (x[nf]->form) in connect_fields() 193 x[nf]->form = f; /* connect field to form */ in connect_fields() 195 if (nf == 0) in connect_fields() 201 for (i = 0; i < nf; ++i) { in connect_fields() 212 page->pmax = nf - 1; in connect_fields() 213 f->maxfield = nf; in connect_fields()
|
/illumos-gate/usr/src/data/zoneinfo/ |
H A D | zonelint | 67 nf=`mktemp` 69 sort < $of > $nf 70 cmp -s $of $nf || echo "Bad sorting" 71 rm -f $of $nf
|
/illumos-gate/usr/src/uts/common/io/audio/impl/ |
H A D | audio_input.c | 115 unsigned nf; in auimpl_produce_data() local 118 nf = min(nframes - sp->s_hidx, count); in auimpl_produce_data() 119 nb = nf * framesz; in auimpl_produce_data() 124 sp->s_hidx += nf; in auimpl_produce_data() 125 sp->s_head += nf; in auimpl_produce_data() 126 count -= nf; in auimpl_produce_data() 127 sp->s_samples += nf; in auimpl_produce_data()
|
H A D | audio_client.c | 232 uint_t nf, nb; in auclnt_consume_data() local 234 nf = min(nframes - sp->s_tidx, n); in auclnt_consume_data() 235 nb = nf * framesz; in auclnt_consume_data() 241 n -= nf; in auclnt_consume_data() 242 sp->s_tail += nf; in auclnt_consume_data() 243 sp->s_tidx += nf; in auclnt_consume_data() 300 uint_t nf, nb; in auclnt_produce_data() local 302 nf = min(nframes - sp->s_hidx, n); in auclnt_produce_data() 303 nb = nf * framesz; in auclnt_produce_data() 310 n -= nf; in auclnt_produce_data() [all …]
|
/illumos-gate/usr/src/cmd/news/ |
H A D | news.c | 176 struct dirent *nf, *readdir(); in read_dir() local 190 while (nf = readdir(dirp)) { in read_dir() 191 strncpy (fname, nf->d_name, (unsigned) strlen(nf->d_name) + 1); in read_dir() 192 if (nf->d_ino != (ino_t)0 && stat (fname, &sbuf) >= 0 in read_dir() 196 while (*p && strncmp (*p, nf->d_name, MAXNAMLEN)) in read_dir() 216 nf->d_name, MAXNAMLEN); in read_dir()
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_val.c | 48 int i, nf, err; in cloneMappingFormat() local 54 for (nf = 0; m[nf].type != mmt_end; nf++); in cloneMappingFormat() 55 nf++; in cloneMappingFormat() 57 new = am(myself, nf * sizeof (new[0])); in cloneMappingFormat() 62 memcpy(new, m, nf * sizeof (new[0])); in cloneMappingFormat() 65 for (i = 0, err = 0; i < nf; i++) { in cloneMappingFormat() 1755 scanMappingFormat(__nis_mapping_format_t *f, int curf, int nf, char *str, in scanMappingFormat() argument 1767 if (f == 0 || curf < 0 || nf <= 0 || str == 0) in scanMappingFormat() 1777 if (curf >= nf) { in scanMappingFormat() 1812 while ((next = scanMappingFormat(f, curf+1, nf, tmpstr, 0, in scanMappingFormat() [all …]
|
H A D | ldap_attr.h | 47 char **addFilterComp(char *nf, char **comp, int *numComps);
|
/illumos-gate/usr/src/uts/sparc/v9/os/ |
H A D | simulator.c | 79 int sz, nf = 0, ltlend = 0; in do_unaligned() local 186 nf = 1; in do_unaligned() 195 nf = 1; in do_unaligned() 205 if ((nf) && ((op3 == IOP_V8_STQFA) || (op3 == IOP_V8_STDFA))) in do_unaligned() 386 if (nf) in do_unaligned() 394 if (nf) in do_unaligned() 414 if (nf) in do_unaligned() 422 if (nf) in do_unaligned() 440 if (!nf) in do_unaligned() 447 if (!nf) in do_unaligned() [all …]
|
/illumos-gate/usr/src/cmd/nvmeadm/ |
H A D | nvmeadm.c | 2162 do_features_match(const nvme_feat_disc_t *disc, nvmeadm_features_t *nf) in do_features_match() argument 2164 if (nf->nf_nfilts == 0) { in do_features_match() 2168 for (uint32_t i = 0; i < nf->nf_nfilts; i++) { in do_features_match() 2169 const char *match = nf->nf_filts[i]; in do_features_match() 2175 nf->nf_used[i] = B_TRUE; in do_features_match() 2181 nf->nf_used[i] = B_TRUE; in do_features_match() 2197 do_features(const nvme_process_arg_t *npa, nvmeadm_features_t *nf, in do_features() argument 2219 if (do_features_match(disc, nf)) { in do_features() 2220 if (!nf->nf_unimpl && nvme_feat_disc_impl(disc) == in do_features() 2226 nf->nf_nprint++; in do_features() [all …]
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | lib.c | 551 int nf = 2 * nfields; in growfldtab() local 554 if (n > nf) in growfldtab() 555 nf = n; in growfldtab() 556 s = (nf+1) * (sizeof (Cell *)); /* freebsd: how much do we need? */ in growfldtab() 557 if (s / sizeof (Cell *) - 1 == nf) /* didn't overflow */ in growfldtab() 562 FATAL("out of space creating %d fields", nf); in growfldtab() 563 makefields(nfields+1, nf); in growfldtab() 564 nfields = nf; in growfldtab()
|
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/ |
H A D | revnetgroup.c | 91 static void loadtable(FILE *nf); 273 loadtable(FILE *nf) in loadtable() argument 280 while (getaline(buf, MAXGROUPLEN, nf)) { in loadtable()
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | conn.c | 84 int nf, fn = FAIL; in conn() local 89 while ((nf = finds(system, flds, F_MAX)) > 0) { in conn() 95 if (chat(nf - F_LOGIN, flds + F_LOGIN, fn, "", "") == in conn() 377 chat(int nf, char *flds[], int fn, char *phstr1, char *phstr2) in chat() argument 382 for (k = 0; k < nf; k += 2) { in chat()
|
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/ |
H A D | pci.esc | 56 engine serd.io.pci.nf-dpe@PCIFN, 59 engine serd.io.pci.nf-dpe-bus@pcibus, 89 engine=serd.io.pci.nf-dpe@PCIFN, FITrate=PCI_DEV_FIT; 134 event error.io.pci.nf-dpe-d@PCIFN; 182 error.io.pci.nf-dpe-d@PCI_FROM_HB; 308 event error.io.pci.nf-dpe-u@PCIFN; 317 event error.io.pci.nf-source-dpdata-u@PCIFN; 318 event error.io.pci.nf-source-dpdata-u@PCIFN/PCIFN; 326 event error.io.device.nf-device@PCIFN; 346 error.io.device.nf-device@PCI_NOT_HB; [all …]
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | conn.c | 84 int nf, fn; local 90 while ((nf = finds(system, flds, F_MAX)) > 0) { 107 if (chat(nf - F_LOGIN, flds + F_LOGIN, fn,"","") == SUCCESS) { 568 chat(nf, flds, fn, phstr1, phstr2) in chat() argument 570 int nf, fn; 575 for (k = 0; k < nf; k += 2) {
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | support.c | 438 nx,nf, *py =(unsigned short *) &y , 463 nf=nx; 491 if(nf!=0) { t=1.0; pt[n0]-=nf; x*=t;}
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | hc.c | 856 nvlist_t *nf = NULL; in make_facility() local 878 if (topo_mod_nvalloc(mod, &nf, NV_UNIQUE_NAME) != 0) { in make_facility() 883 if (nvlist_add_string(nf, FM_FMRI_FACILITY_NAME, fname) != 0 || in make_facility() 884 nvlist_add_string(nf, FM_FMRI_FACILITY_TYPE, ftype) != 0) { in make_facility() 891 *nvl = nf; in make_facility() 902 nvlist_t *nf = NULL; in hc_fmri_str2nvl() local 926 if ((nf = hc_base_fmri_create(mod, auth, part, rev, serial)) == NULL) in hc_fmri_str2nvl() 948 nvlist_add_nvlist(nf, FM_FMRI_HC_SPECIFIC, hcsp) != 0) { in hc_fmri_str2nvl() 957 if ((e = nvlist_add_uint32(nf, FM_FMRI_HC_LIST_SZ, n)) == 0) in hc_fmri_str2nvl() 958 e = nvlist_add_nvlist_array(nf, FM_FMRI_HC_LIST, pa, n); in hc_fmri_str2nvl() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | nval.h | 306 #define nv_stack(np,nf) nv_disc(np,nf,0) argument
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/ |
H A D | rsend.kshlib | 249 typeset -i nl nd nf 252 ((nf = RANDOM % 5 )) 253 mktree -b $dir -l $nl -d $nd -f $nf
|