Home
last modified time | relevance | path

Searched refs:ff (Results 1 – 25 of 69) sorted by relevance

123

/titanic_41/usr/src/lib/libast/common/sfio/
H A Dsftmp.c65 reg File_t *ff, *last; local
75 for(last = NIL(File_t*), ff = File; ff; last = ff, ff = ff->next)
76 if(ff->f == f)
78 if(ff)
80 File = ff->next;
81 else last->next = ff->next;
87 while(sysremovef(ff->name) < 0 && errno == EINTR)
90 free((Void_t*)ff);
103 { reg File_t *ff, *next; in _rmfiles() local
106 for(ff = File; ff; ff = next) in _rmfiles()
[all …]
H A Dsfhdr.h367 #define SFMTXdecl(ff,_mf_) Sfio_t* _mf_ = (ff) argument
368 #define SFMTXbegin(ff,_mf_,rv) \ argument
369 { if((ff)->_flags&SF_MTSAFE) \
370 { (_mf_) = (ff); \
371 if(sfmutex((ff), SFMTX_LOCK) != 0) return(rv); \
373 { (*_Sfnotify)((_mf_), SF_MTACCESS, (Void_t*)(&(ff)) ); \
374 if(!(ff)) (ff) = (_mf_); \
378 #define SFMTXend(ff,_mf_) \ argument
379 { if((ff)->_flags&SF_MTSAFE) \
382 sfmutex((ff), SFMTX_UNLOCK); \
[all …]
/titanic_41/usr/src/cmd/pools/poolstat/
H A Dpoolstat.c382 poolstat_field_format_t *ff; /* current format field */ in create_prt_sequence_list() local
399 ff = lf->plf_ffs + ffIdx; in create_prt_sequence_list()
400 if (strcmp(ff->pff_name, name) == 0) { in create_prt_sequence_list()
401 ff->pff_prt |= PABLE_FIELD; in create_prt_sequence_list()
419 lf->plf_last->ple_obj = ff; /* refer to the format field */ in create_prt_sequence_list()
438 default_f(char *str, int pos, int left, poolstat_field_format_t *ff, char *data) in default_f() argument
442 switch (ff->pff_type) { in default_f()
445 v = *((int64_t *)(void *)(data + ff->pff_offset)); in default_f()
447 ff->pff_width, ff->pff_minwidth, v); in default_f()
452 v = *((uint64_t *)(void *)(data + ff->pff_offset)); in default_f()
[all …]
/titanic_41/usr/src/common/crypto/aes/amd64/
H A Daeskey.c245 #define ff(x) (x) macro
247 #define ff(x) inv_mcol(x) macro
269 ss[4] ^= k[v(40, (4 * (i)))]; k[v(40, (4 * (i)) + 4)] = ff(ss[4]); \
270 ss[4] ^= k[v(40, (4 * (i)) + 1)]; k[v(40, (4 * (i)) + 5)] = ff(ss[4]); \
271 ss[4] ^= k[v(40, (4 * (i)) + 2)]; k[v(40, (4 * (i)) + 6)] = ff(ss[4]); \
272 ss[4] ^= k[v(40, (4 * (i)) + 3)]; k[v(40, (4 * (i)) + 7)] = ff(ss[4]); \
277 ss[i % 4] ^= ss[4]; ss[4] = ff(ss[4]); \
297 k[v(40, (4 * (i)) + 4)] = ff(ss[0]); \
298 ss[1] ^= ss[0]; k[v(40, (4 * (i)) + 5)] = ff(ss[1]); \
299 ss[2] ^= ss[1]; k[v(40, (4 * (i)) + 6)] = ff(ss[2]); \
[all …]
/titanic_41/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_failfast.c169 uint_t ff = sp->sr_timeouts.mh_ff; in mhd_ff_rearm() local
179 if (ff == 0) in mhd_ff_rearm()
186 si.ic_len = sizeof (ff); in mhd_ff_rearm()
187 si.ic_dp = (char *)&ff; in mhd_ff_rearm()
203 uint_t ff = 0; in mhd_ff_die() local
216 si.ic_len = sizeof (ff); in mhd_ff_die()
217 si.ic_dp = (char *)&ff; in mhd_ff_die()
231 mhd_msec_t ff = sp->sr_timeouts.mh_ff; in mhd_ff_check() local
251 dp->dr_rname, now, dp->dr_time, (now - dp->dr_time), ff)); in mhd_ff_check()
252 if ((now - dp->dr_time) <= ff) in mhd_ff_check()
H A Dmhd_drive.c245 int ff = sp->sr_timeouts.mh_ff; in mhd_failfast() local
246 char *release = ((ff == 0) ? " (release)" : ""); in mhd_failfast()
257 err = ioctl(dp->dr_fd, MHIOCENFAILFAST, &ff); in mhd_failfast()
284 int ff = 0; /* disable failfast */ in mhd_release() local
295 err = ioctl(dp->dr_fd, MHIOCENFAILFAST, &ff); in mhd_release()
/titanic_41/usr/src/test/util-tests/tests/dladm/
H A Dallowed-ips.ksh75 efail 2600:3c00::f03c:91ff:fe96:a267/$i
183 epass 2600:3c00::f03c:91ff:fe96:a264
188 efail 2600:3c00::f03c:91ff:fe96:a264/129
189 efail 2600:3c00::f03c:91ff:fe96:a264/-1
190 efail 2600:3c00::f03c:91ff:fe96:a264/-
191 efail 2600:3c00::f03c:91ff:fe96:a264/
198 epass 2600:3c00::f03c:91ff:fe96:a264/128
201 efail fe80::8:20ff:fead:3361/10
/titanic_41/usr/src/cmd/csh/
H A Dsh.exec.c220 int ff = open_(f, 0); in texec() local
223 if (ff != -1 && read_(ff, ch, 1) == 1 && in texec()
227 (void) close(ff); in texec()
228 unsetfd(ff); in texec()
231 (void) close(ff); in texec()
232 unsetfd(ff); in texec()
243 int ff = open_(f, 0); in texec() local
253 if (ff != -1 && read_(ff, ch, 1) == 1 && ch[0] != '#') in texec()
255 (void) close(ff); in texec()
256 unsetfd(ff); in texec()
H A Dsh.set.c679 int ff; in balance() local
689 for (; pp = p->v_parent; p = pp, f = ff) { in balance()
690 ff = pp->v_right == p; in balance()
702 pp->v_link[ff] = rleft(p); in balance()
707 pp->v_link[ff] = rleft(p); in balance()
713 pp->v_link[ff] = rleft(p); in balance()
734 pp->v_link[ff] = rright(p); in balance()
739 pp->v_link[ff] = rright(p); in balance()
745 pp->v_link[ff] = rright(p); in balance()
/titanic_41/usr/src/cmd/fs.d/
H A DMakefile33 PROG= $(DFPROG) fsck volcopy ff
47 CLEANFILES += deffs.o df.o ff.o fsck.o fssnapsup.o \
57 USRSBINF= df clri fsck volcopy ff
62 ETC2USRSBIN= clri fsdb mkfs fsck labelit dcopy volcopy ff ncheck
118 ff volcopy: deffs.o $$(@F).o target
185 $(ROOTUSRSBINFF): $(ROOTUSRSBIN)/ff
186 -$(RM) $@; $(SYMLINK) ./ff $@
/titanic_41/usr/src/cmd/refer/
H A Dmkey1.c48 FILE *f, *ff; in main() local
95 ff = fopen(inlist, "r"); in main()
96 while (fgets(qn, 200, ff)) { in main()
/titanic_41/usr/src/test/zfs-tests/tests/functional/acl/trivial/
H A Dzfs_acl_find_001_pos.ksh56 ff=$(usr_exec $FIND $INI_DIR -type f -name ${f##*/} \
58 if [[ $ff != $f ]]; then
H A Dzfs_acl_find_002_neg.ksh64 ff=$(usr_exec $FIND $INI_DIR -type f -name ${f##*/} \
66 if [[ $ff == $f ]]; then
/titanic_41/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A Dff1 %ident "@(#)lp:filter/postscript/font/devpost/charlib/ff 1.2"
25 size .05 mul neg 0 (ff) ashow
H A DMakefile30 Sl bx ci ff lc lf lh \
/titanic_41/usr/src/cmd/troff/nroff.d/terms.d/
H A Dab.X40 ff 2 ff
H A Db.30013 ff 2 ff
H A Db.lp13 ff 2 ff
H A Dab.tn30040 ff 2 ff
H A Dab.3740 ff 2 ff
H A Dab.851040 ff 2 ff
/titanic_41/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_align.c404 char * ff = 0; local
425 tidbit (formbuf.conttype, "ff", &ff);
427 tidbit (*T, "ff", &ff);
437 ff_before = ff;
/titanic_41/usr/src/cmd/fs.d/ufs/ff/
H A DMakefile28 LIBPROG= ff
/titanic_41/usr/src/cmd/fs.d/ufs/
H A DMakefile37 SUBDIR1= clri edquota ff fsck fsckall fsdb fsirand fstyp \
/titanic_41/usr/src/cmd/lp/filter/postscript/font/devpost/
H A DVB114 ff 60 2 1

123