Home
last modified time | relevance | path

Searched refs:nf (Results 1 – 25 of 45) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_calib.c109 int16_t nf; in ath9k_hw_do_getnf() local
116 if (nf & 0x100) in ath9k_hw_do_getnf()
117 nf = 0 - ((nf ^ 0x1ff) + 1); in ath9k_hw_do_getnf()
129 if (nf & 0x100) in ath9k_hw_do_getnf()
130 nf = 0 - ((nf ^ 0x1ff) + 1); in ath9k_hw_do_getnf()
139 nf = 0 - ((nf ^ 0x1ff) + 1); in ath9k_hw_do_getnf()
153 nf = 0 - ((nf ^ 0x1ff) + 1); in ath9k_hw_do_getnf()
166 nf = 0 - ((nf ^ 0x1ff) + 1); in ath9k_hw_do_getnf()
175 nf = 0 - ((nf ^ 0x1ff) + 1); in ath9k_hw_do_getnf()
733 nf = 0; in ath9k_hw_getnf()
[all …]
/illumos-gate/usr/src/cmd/refer/
H A Dhunt2.c120 nf = i; in doquery()
126 for (j = 0; j < nf; j++) { in doquery()
160 while (j < nf && in doquery()
201 if (j < nf && in doquery()
233 for (; j < nf; j++) in doquery()
253 nf = g; in doquery()
257 for (j = 0; j < nf; j++) in doquery()
263 for (g = j = 0; j < nf; j++) in doquery()
270 nf = g; in doquery()
283 for (g = 0; g < nf; g++) in doquery()
[all …]
H A Drefer2.c47 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 Drefer5.c42 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()
197 for (i = 0; i < nf; i++) in fpar()
241 if (nf <= 0) in putkey()
[all …]
H A Dhunt6.c36 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 Dhunt5.c26 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 Dmulti.awk.sh55 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 Dform.c175 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 Dzonelint67 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 Daudio_input.c115 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 Daudio_client.c232 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
303 nb = nf * framesz; in auclnt_produce_data()
310 n -= nf; in auclnt_produce_data()
311 sp->s_head += nf; in auclnt_produce_data()
[all …]
/illumos-gate/usr/src/cmd/news/
H A Dnews.c176 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 Dldap_val.c48 int i, nf, err; in cloneMappingFormat() local
54 for (nf = 0; m[nf].type != mmt_end; nf++); in cloneMappingFormat()
55 nf++; in cloneMappingFormat()
1777 if (curf >= nf) { in scanMappingFormat()
2049 int n, nf; in verifyMappingMatch() local
2054 nf++; in verifyMappingMatch()
2057 nf++; in verifyMappingMatch()
2105 nf++; in matchMappingItem()
2118 nf++; in matchMappingItem()
2246 nf++; in extractMappingItem()
[all …]
H A Dldap_attr.h47 char **addFilterComp(char *nf, char **comp, int *numComps);
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dsimulator.c186 nf = 1; in do_unaligned()
195 nf = 1; 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()
604 nf = 1; in simulate_lddstd()
613 nf = 1; in simulate_lddstd()
[all …]
/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm.c2086 if (nf->nf_nfilts == 0) { in do_features_match()
2097 nf->nf_used[i] = B_TRUE; in do_features_match()
2148 nf->nf_nprint++; in do_features()
2160 if (!nf->nf_used[i]) { in do_features()
2162 nf->nf_filts[i]); in do_features()
2167 if (nf->nf_nprint == 0) { in do_features()
2618 nvmeadm_features_t nf; in do_get_features() local
2644 nf.nf_nfilts = 1; in do_get_features()
2654 nf.nf_nfilts++; in do_get_features()
2668 nf.nf_filts = filts; in do_get_features()
[all …]
/illumos-gate/usr/src/cmd/awk/
H A Dlib.c551 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 Drevnetgroup.c91 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 Dconn.c84 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 Dpci.esc56 engine serd.io.pci.nf-dpe@PCIFN,
59 engine serd.io.pci.nf-dpe-bus@pcibus,
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;
326 event error.io.device.nf-device@PCIFN;
349 error.io.pci.nf-dpe-u@PCI_NOT_HB;
424 prop error.io.pci.nf-dpe-u@PCIFN (1)->
429 prop error.io.pci.nf-dpe-u@PCIFN (1)->
490 error.io.pci.nf-dpe-d@PCIFN/PCIFN;
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c84 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 Dsupport.c438 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 Dhc.c856 nvlist_t *nf = NULL; in make_facility() local
878 if (topo_mod_nvalloc(mod, &nf, NV_UNIQUE_NAME) != 0) { in make_facility()
891 *nvl = nf; in make_facility()
902 nvlist_t *nf = NULL; in hc_fmri_str2nvl() local
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()
979 if (nvlist_add_nvlist(nf, FM_FMRI_FACILITY, fac) != 0) in hc_fmri_str2nvl()
983 *out = nf; in hc_fmri_str2nvl()
988 nvlist_free(nf); in hc_fmri_str2nvl()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dnval.h306 #define nv_stack(np,nf) nv_disc(np,nf,0) argument
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Drsend.kshlib249 typeset -i nl nd nf
252 ((nf = RANDOM % 5 ))
253 mktree -b $dir -l $nl -d $nd -f $nf

12