/illumos-gate/usr/src/cmd/refer/ |
H A D | hunt5.c | 28 result(unsigned *mptr, int nf, FILE *fc) argument 43 for (i = 0; i < nf; i++) {
|
H A D | hunt2.c | 42 int nf = 0, best = 0, nterm = 0, i, g, j; local 122 nf = i; 128 for (j = 0; j < nf; j++) { 155 "bfwh j %d nf %d master %ld k %ld\n", 156 j, nf, prevdrop.b[j], (long)(k)); 159 "bfwh j %d nf %d master %ld k %ld\n", 160 j, nf, prevdrop.a[j], (long)(k)); 162 while (j < nf && 166 fprintf(stderr, "j %d nf %d prevdrop " 168 "%d k %ld\n", j, nf, prevdro [all...] |
H A D | hunt6.c | 38 baddrop(unsigned *mptr, int nf, FILE *fc, int nitem, argument 56 fprintf(stderr, "in baddrop, nf %d master %ld %ld %ld\n", 57 nf, master.b[0], master.b[1], master.b[2]); 59 fprintf(stderr, "in baddrop, nf %d master %d %d %d\n", 60 nf, master.a[0], master.a[1], master.a[2]); 62 for (i = g = 0; i < nf; i++) { 104 i, nf, res, len, output);
|
H A D | refer2.c | 49 int stat, nf, nr, query = 0, alph, digs; local 144 nf = tabs(flds, one); 145 nf += tabs(flds+nf, dbuff); 146 assert(nf < NFLD); 147 putsig(nf, flds, nr, line1, 158 nf = tabs(flds, one); 159 nf += tabs(flds+nf, dbuff); 160 assert(nf < NFL [all...] |
H A D | refer5.c | 44 putsig(int nf, char *flds[], int nref, char *nstline, argument 54 if (nf == 0) /* old */ 59 fpar(nf, flds, t, keywant, 1, 0); 61 if (fpar(nf, flds, t, 'A', 1, 0) != 0) { 62 if (fpar(nf, flds, t2, 'D', 74 if (fpar(nf, flds, t2, 'D', 1, 0)) { 85 fpar(nf, flds, t1, 'A', 1, 0); 184 if (nf > 0 && toindex) 194 fpar(int nf, char *flds[], char *out, int c, int seq, int prepend) argument 199 for (i = 0; i < nf; 237 putkey(int nf, char *flds[], int nref, char *keystr) argument [all...] |
/illumos-gate/usr/src/uts/common/io/audio/impl/ |
H A D | audio_input.c | 115 unsigned nf; local 118 nf = min(nframes - sp->s_hidx, count); 119 nb = nf * framesz; 124 sp->s_hidx += nf; 125 sp->s_head += nf; 126 count -= nf; 127 sp->s_samples += nf;
|
H A D | audio_client.c | 232 uint_t nf, nb; local 234 nf = min(nframes - sp->s_tidx, n); 235 nb = nf * framesz; 241 n -= nf; 242 sp->s_tail += nf; 243 sp->s_tidx += nf; 300 uint_t nf, nb; local 302 nf = min(nframes - sp->s_hidx, n); 303 nb = nf * framesz; 310 n -= nf; [all...] |
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/ |
H A D | scanf.c | 55 char *nf; local 61 nf = malloc(strlen(fmt)+1); 62 if (format_arg((unsigned char *)strcpy(nf, fmt), ap, newap) 65 ret_val = _doscan(stdin, nf, newap); 66 free(nf); 69 free(nf); 84 char *nf; local 96 nf = malloc(strlen(fmt)+1); 97 if (format_arg((unsigned char *)strcpy(nf, fmt), ap, newap) 100 ret_val = _doscan(stdin, nf, newa 120 char *nf; local [all...] |
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/ |
H A D | revnetgroup.c | 91 static void loadtable(FILE *nf); 269 loadtable(FILE *nf) argument 276 while (getaline(buf, MAXGROUPLEN, nf)) {
|
/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | form.c | 177 int nf, /* number of fields */ local 188 for (nf = 0, np = 0; x[nf]; ++nf) { 189 if (nf == 0 || Status(x[nf], NEW_PAGE)) 192 if (x[nf]->form) 195 x[nf]->form = f; /* connect field to form */ 197 if (nf == 0) 203 for (i = 0; i < nf; [all...] |
/illumos-gate/usr/src/cmd/news/ |
H A D | news.c | 178 struct dirent *nf, *readdir(); local 192 while (nf = readdir(dirp)) { 193 strncpy (fname, nf->d_name, (unsigned) strlen(nf->d_name) + 1); 194 if (nf->d_ino != (ino_t)0 && stat (fname, &sbuf) >= 0 198 while (*p && strncmp (*p, nf->d_name, MAXNAMLEN)) 218 nf->d_name, MAXNAMLEN);
|
/illumos-gate/usr/src/cmd/troff/nroff.d/ |
H A D | n6.c | 129 int i, n, nf; local
|
/illumos-gate/usr/src/uts/common/io/rtw/ |
H A D | rtwphy.c | 205 int n = freq / 4, nf = (freq % 4) * 2; local 207 syna = LSHIFT(nf, SA2400_SYNA_NF_MASK) | LSHIFT(n, SA2400_SYNA_N_MASK);
|
/illumos-gate/usr/src/cmd/troff/troff.d/ |
H A D | t6.c | 275 int i, n, nf; local
|
/illumos-gate/usr/src/uts/sparc/v9/os/ |
H A D | simulator.c | 79 int sz, nf = 0, ltlend = 0; local 186 nf = 1; 195 nf = 1; 205 if ((nf) && ((op3 == IOP_V8_STQFA) || (op3 == IOP_V8_STDFA))) 386 if (nf) 394 if (nf) 414 if (nf) 422 if (nf) 440 if (!nf) 447 if (!nf) 565 int nf = 0, ltlend = 0, usermode; local [all...] |
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | conn.c | 84 int nf, fn = FAIL; local 89 while ((nf = finds(system, flds, F_MAX)) > 0) { 95 if (chat(nf - F_LOGIN, flds + F_LOGIN, fn, "", "") == 367 * nf - number of fields in flds array 377 chat(int nf, char *flds[], int fn, char *phstr1, char *phstr2) argument 382 for (k = 0; k < nf; k += 2) {
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | conn.c | 88 int nf, fn; local 94 while ((nf = finds(system, flds, F_MAX)) > 0) { 111 if (chat(nf - F_LOGIN, flds + F_LOGIN, fn,"","") == SUCCESS) { 566 * nf - number of fields in flds array 576 chat(nf, flds, fn, phstr1, phstr2) 578 int nf, fn; 583 for (k = 0; k < nf; k += 2) {
|
/illumos-gate/usr/src/uts/common/crypto/api/ |
H A D | kcf_miscapi.c | 301 * . nf: Callback function to invoke when event occurs. 316 crypto_notify_events(crypto_notify_callback_t nf, uint32_t event_mask) argument 322 if (nf == NULL || !(event_mask & (CRYPTO_EVENT_MECHS_CHANGED | 332 nep->kn_func = nf;
|
/illumos-gate/usr/src/lib/libast/common/vmalloc/ |
H A D | vmprofile.c | 321 Vmulong_t nf, Vmulong_t sf, Vmulong_t max, Vmulong_t size) 323 static char* pfsummary(buf, na, sa, nf, sf, max, size) 327 Vmulong_t nf; 336 buf = (*_Vmstrcpy)(buf, (*_Vmitoa)(nf,-1), ':'); 320 pfsummary(char* buf, Vmulong_t na, Vmulong_t sa, Vmulong_t nf, Vmulong_t sf, Vmulong_t max, Vmulong_t size) argument
|
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_calib.c | 33 * AR5416 may return very high value (like -31 dBm), in those cases the nf 40 ath9k_hw_nf_in_range(struct ath_hal *ah, signed short nf) argument 42 if (nf > ATH9K_NF_TOO_LOW) { 47 __func__, nf, ATH9K_NF_TOO_LOW)); 109 int16_t nf; local 112 nf = MS(REG_READ(ah, AR_PHY_CCA), AR9280_PHY_MINCCA_PWR); 114 nf = MS(REG_READ(ah, AR_PHY_CCA), AR_PHY_MINCCA_PWR); 116 if (nf & 0x100) 117 nf = 0 - ((nf 724 int16_t nf, nfThresh; local 789 signed short nf; local [all...] |
/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/ |
H A D | pkgserv.c | 588 * nf fields. 591 fieldoff(char *info, int nf) argument 595 while (nf > 0) { 599 nf--;
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_val.c | 48 int i, nf, err; local 54 for (nf = 0; m[nf].type != mmt_end; nf++); 55 nf++; 57 new = am(myself, nf * sizeof (new[0])); 62 memcpy(new, m, nf * sizeof (new[0])); 65 for (i = 0, err = 0; i < nf; i++) { 1744 * nf Number of elements in 'f', including 'mmt_end' 1755 scanMappingFormat(__nis_mapping_format_t *f, int curf, int nf, cha argument 2049 int n, nf; local 2094 int i, n, ni, numItems, nf; local 2229 int i, n, nv, nf; local [all...] |
/illumos-gate/usr/src/uts/common/os/ |
H A D | mem_cage.c | 1448 pgcnt_t nf, nfreed; local 1478 nf = 0; /* number of those actually free */ 1479 while (kcage_on && nf < wanted) { 1511 nf += nfreed;
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | hc.c | 907 nvlist_t *nf = NULL; local 929 if (topo_mod_nvalloc(mod, &nf, NV_UNIQUE_NAME) != 0) { 934 if (nvlist_add_string(nf, FM_FMRI_FACILITY_NAME, fname) != 0 || 935 nvlist_add_string(nf, FM_FMRI_FACILITY_TYPE, ftype) != 0) { 942 *nvl = nf; 953 nvlist_t *nf = NULL; local 977 if ((nf = hc_base_fmri_create(mod, auth, part, rev, serial)) == NULL) 999 nvlist_add_nvlist(nf, FM_FMRI_HC_SPECIFIC, hcsp) != 0) { 1008 if ((e = nvlist_add_uint32(nf, FM_FMRI_HC_LIST_SZ, n)) == 0) 1009 e = nvlist_add_nvlist_array(nf, FM_FMRI_HC_LIS [all...] |
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/ |
H A D | mkfs.c | 3109 int nf, wb; local 3110 for (nf = 0; nf < (int)wbpb->bpb.num_fats; nf++)
|