Searched refs:ff (Results 1 - 25 of 36) sorted by relevance

12

/illumos-gate/usr/src/common/ficl/ficlplatform/
H A Dunix.c54 ficlFileTruncate(ficlFile *ff, ficlUnsigned size) argument
56 return (ftruncate(fileno(ff->f), size));
73 ficlFileSize(ficlFile *ff) argument
77 if (ff == NULL)
81 if (fstat(fileno(ff->f), &statbuf) != 0)
/illumos-gate/usr/src/common/ficl/
H A Dfileaccess.c60 ficlFile *ff = (ficlFile *)malloc(sizeof (ficlFile)); local
61 strcpy(ff->filename, filename);
62 ff->f = f;
63 ficlStackPushPointer(vm->dataStack, ff);
89 ficlFileClose(ficlFile *ff) argument
91 FILE *f = ff->f;
92 free(ff);
100 ficlFile *ff = (ficlFile *)ficlStackPopPointer(vm->dataStack); local
101 pushIor(vm, ficlFileClose(ff));
172 ficlFile *ff local
182 ficlFile *ff = (ficlFile *)ficlStackPopPointer(vm->dataStack); local
193 ficlFile *ff = (ficlFile *)ficlStackPopPointer(vm->dataStack); local
234 ficlFile *ff = (ficlFile *)ficlStackPopPointer(vm->dataStack); local
250 ficlFile *ff = (ficlFile *)ficlStackPopPointer(vm->dataStack); local
290 ficlFile *ff = (ficlFile *)ficlStackPopPointer(vm->dataStack); local
303 ficlFile *ff = (ficlFile *)ficlStackPopPointer(vm->dataStack); local
317 ficlFile *ff = (ficlFile *)ficlStackPopPointer(vm->dataStack); local
327 ficlFile *ff = (ficlFile *)ficlStackPopPointer(vm->dataStack); local
336 ficlFile *ff = (ficlFile *)ficlStackPopPointer(vm->dataStack); local
[all...]
/illumos-gate/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
103 { reg File_t *ff, *next; local
127 reg File_t* ff; local
[all...]
H A Dsfhdr.h367 #define SFMTXdecl(ff,_mf_) Sfio_t* _mf_ = (ff)
368 #define SFMTXbegin(ff,_mf_,rv) \
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
[all...]
/illumos-gate/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
/illumos-gate/usr/src/test/zfs-tests/tests/functional/utils_test/
H A Dutils_test_005_pos.ksh37 # Ensure that the ff(1M) utility fails on a ZFS file system.
41 # 2. Run ff(1M) against the device.
54 log_assert "Ensure that the ff(1M) utility fails on a ZFS file system."
58 log_mustnot ff -F zfs /dev/rdsk/${DISK}s0
60 log_pass "ff(1M) returned an error as expected."
/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_failfast.c32 #include "ff.h"
63 return (mhd_error(mhep, errno, "/dev/ff"));
88 ((sp->sr_ff = open("/dev/ff", O_RDWR, 0)) < 0)) {
89 return (mhd_error(mhep, errno, "/dev/ff"));
103 return (mhd_error(mhep, errno, "/dev/ff"));
123 return (mhd_error(mhep, errno, "/dev/ff"));
153 rval = mhd_error(mhep, errno, "/dev/ff");
169 uint_t ff = sp->sr_timeouts.mh_ff; local
179 if (ff == 0)
186 si.ic_len = sizeof (ff);
203 uint_t ff = 0; local
231 mhd_msec_t ff = sp->sr_timeouts.mh_ff; local
[all...]
H A Dmhd_drive.c245 int ff = sp->sr_timeouts.mh_ff; local
246 char *release = ((ff == 0) ? " (release)" : "");
257 err = ioctl(dp->dr_fd, MHIOCENFAILFAST, &ff);
284 int ff = 0; /* disable failfast */ local
295 err = ioctl(dp->dr_fd, MHIOCENFAILFAST, &ff);
H A Dmhd_set.c552 mhd_msec_t ff = sp->sr_timeouts.mh_ff; local
561 if (ff == 0) {
641 if (ff != 0) {
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat.c381 poolstat_field_format_t *ff; /* current format field */ local
398 ff = lf->plf_ffs + ffIdx;
399 if (strcmp(ff->pff_name, name) == 0) {
400 ff->pff_prt |= PABLE_FIELD;
418 lf->plf_last->ple_obj = ff; /* refer to the format field */
433 * Format one statistic field and put it into the 'str' buffer. 'ff' contains
437 default_f(char *str, int pos, int left, poolstat_field_format_t *ff, char *data) argument
441 switch (ff->pff_type) {
444 v = *((int64_t *)(void *)(data + ff->pff_offset));
446 ff
499 bigno_f(char *str, int pos, int left, poolstat_field_format_t *ff, char *data) argument
586 used_stat_f(char *str, int pos, int left, poolstat_field_format_t *ff, char *data) argument
616 header_f(char *str, int pos, int left, poolstat_field_format_t *ff, char *data) argument
645 poolstat_field_format_t *ff = local
698 poolstat_field_format_t *ff = local
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A DMakefile28 LIBPROG= ff
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/trivial/
H A Dzfs_acl_find_001_pos.ksh60 ff=$(usr_exec find $INI_DIR -type f -name ${f##*/} \
62 if [[ $ff != $f ]]; then
H A Dzfs_acl_find_002_neg.ksh68 ff=$(usr_exec find $INI_DIR -type f -name ${f##*/} \
70 if [[ $ff == $f ]]; then
/illumos-gate/usr/src/cmd/refer/
H A Dmkey1.c48 FILE *f, *ff; local
95 ff = fopen(inlist, "r");
96 while (fgets(qn, 200, ff)) {
/illumos-gate/usr/src/cmd/csh/
H A Dsh.exec.c220 int ff = open_(f, 0); local
223 if (ff != -1 && read_(ff, ch, 1) == 1 &&
227 (void) close(ff);
228 unsetfd(ff);
231 (void) close(ff);
232 unsetfd(ff);
243 int ff = open_(f, 0); local
253 if (ff != -1 && read_(ff, c
[all...]
H A Dsh.set.c679 int ff;
687 * ff is the branch of pp which is p.
689 for (; pp = p->v_parent; p = pp, f = ff) {
690 ff = pp->v_right == p;
702 pp->v_link[ff] = rleft(p);
707 pp->v_link[ff] = rleft(p);
713 pp->v_link[ff] = rleft(p);
734 pp->v_link[ff] = rright(p);
739 pp->v_link[ff] = rright(p);
745 pp->v_link[ff]
[all...]
/illumos-gate/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(s
[all...]
/illumos-gate/usr/src/cmd/fs.d/
H A DMakefile31 # In a similar manner, ncheck is linked to ff.
34 PROG= $(DFPROG) fsck volcopy ff
48 CLEANFILES += deffs.o df.o ff.o fsck.o fssnapsup.o \
58 USRSBINF= df clri fsck volcopy ff
63 ETC2USRSBIN= clri fsdb mkfs fsck labelit dcopy volcopy ff ncheck
119 ff volcopy: deffs.o $$(@F).o
185 # Multiple names for ff (ncheck)
186 $(ROOTUSRSBINFF): $(ROOTUSRSBIN)/ff
187 -$(RM) $@; $(SYMLINK) ./ff $@
H A Ddf.xcl118 msgid "ff"
/illumos-gate/usr/src/cmd/fs.d/ufs/
H A DMakefile37 SUBDIR1= clri edquota ff fsck fsckall fsdb fsirand fstyp \
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A DMakefile30 Sl bx ci ff lc lf lh \
/illumos-gate/usr/src/cmd/troff/nroff.d/terms.d/
H A Dab.X40 ff 2 ff
/illumos-gate/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;
/illumos-gate/usr/src/cmd/lp/model/
H A Duri111 tput ff
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dsckmdrv.c78 #define SCKM_DEBUG6(f, s, a, b, c, d, e, ff) if ((f)& sckm_debug_flags) \
79 cmn_err(CE_CONT, s, a, b, c, d, e, ff)
87 #define SCKM_DEBUG6(f, s, a, b, c, d, e, ff)

Completed in 123 milliseconds

12