Searched refs:fl (Results 1 - 25 of 106) sorted by relevance

12345

/freebsd-9.3-release/lib/libc/gen/
H A Dlockf.c43 struct flock fl; local
46 fl.l_start = 0;
47 fl.l_len = size;
48 fl.l_whence = SEEK_CUR;
53 fl.l_type = F_UNLCK;
57 fl.l_type = F_WRLCK;
61 fl.l_type = F_WRLCK;
64 fl.l_type = F_WRLCK;
65 if (_fcntl(filedes, F_GETLK, &fl) == -1)
67 if (fl
[all...]
/freebsd-9.3-release/tools/regression/mac/mac_portacl/
H A Dnobody.t16 bind_test fl fl uid nobody tcp 77
18 bind_test fl fl uid nobody udp 77
21 bind_test fl fl gid nobody tcp 77
23 bind_test fl fl gid nobody udp 77
28 bind_test fl fl ui
[all...]
H A Droot.t27 bind_test fl ok uid root tcp 77
29 bind_test fl ok uid root udp 77
32 bind_test fl ok gid root tcp 77
34 bind_test fl ok gid root udp 77
41 bind_test fl ok uid root tcp 77
42 bind_test fl ok uid root tcp 7777
43 bind_test fl ok uid root udp 77
44 bind_test fl ok uid root udp 7777
46 bind_test fl ok gid root tcp 77
47 bind_test fl o
[all...]
/freebsd-9.3-release/tools/regression/file/flock/
H A Dflock.c178 struct flock fl; local
185 fl.l_start = 0;
186 fl.l_len = 0;
187 fl.l_type = F_WRLCK;
188 fl.l_whence = SEEK_SET;
200 if (fcntl(fd, F_SETLK, &fl) < 0)
220 res = fcntl(fd, F_SETLK, &fl);
249 struct flock fl; local
256 fl.l_start = 0;
257 fl
319 struct flock fl; local
405 struct flock fl; local
491 struct flock fl; local
593 struct flock fl; local
665 struct flock fl; local
742 struct flock fl; local
814 struct flock fl; local
882 struct flock fl; local
967 struct flock fl; local
1045 struct flock fl; local
1134 struct flock fl; local
1333 struct flock fl; local
[all...]
/freebsd-9.3-release/contrib/cvs/lib/
H A Dftruncate.c33 struct flock fl; local
52 fl.l_whence = 0;
53 fl.l_len = 0;
54 fl.l_start = length;
55 fl.l_type = F_WRLCK; /* Write lock on file space. */
59 position indicated by fl.l_start.
61 if (fcntl (fd, F_FREESP, &fl) < 0)
/freebsd-9.3-release/usr.sbin/rpc.lockd/
H A Dlockd_lock.c154 enum partialfilelock_status lock_partialfilelock(struct file_lock *fl);
156 void send_granted(struct file_lock *fl, int opcode);
168 void deallocate_file_lock(struct file_lock *fl);
169 void fill_file_lock(struct file_lock *fl, const fhandle_t *fh,
187 void dump_filelock(const struct file_lock *fl);
188 struct file_lock * get_lock_matching_unlock(const struct file_lock *fl);
189 enum nfslock_status test_nfslock(const struct file_lock *fl,
191 enum nfslock_status lock_nfslock(struct file_lock *fl);
192 enum nfslock_status delete_nfslock(struct file_lock *fl);
193 enum nfslock_status unlock_nfslock(const struct file_lock *fl,
317 dump_filelock(const struct file_lock *fl) argument
443 fill_file_lock(struct file_lock *fl, const fhandle_t *fh, const bool_t exclusive, const int32_t svid, const u_int64_t offset, const u_int64_t len, const int state, const int status, const int flags, const int blocking) argument
465 deallocate_file_lock(struct file_lock *fl) argument
726 get_lock_matching_unlock(const struct file_lock *fl) argument
790 test_nfslock(const struct file_lock *fl, struct file_lock **conflicting_fl) argument
891 lock_nfslock(struct file_lock *fl) argument
925 delete_nfslock(struct file_lock *fl) argument
1055 lock_hwlock(struct file_lock *fl) argument
1138 unlock_hwlock(const struct file_lock *fl) argument
1200 duplicate_block(struct file_lock *fl) argument
1230 add_blockingfilelock(struct file_lock *fl) argument
1258 remove_blockingfilelock(struct file_lock *fl) argument
1364 lock_partialfilelock(struct file_lock *fl) argument
1479 unlock_partialfilelock(const struct file_lock *fl) argument
1669 test_partialfilelock(const struct file_lock *fl, struct file_lock **conflicting_fl) argument
1714 do_test(struct file_lock *fl, struct file_lock **conflicting_fl) argument
1773 do_lock(struct file_lock *fl) argument
1824 do_unlock(struct file_lock *fl) argument
1997 struct file_lock fl; local
[all...]
/freebsd-9.3-release/usr.sbin/fifolog/lib/
H A Dlibfifolog.h43 off_t fifolog_reader_seek(const struct fifolog_reader *fl, time_t t0);
44 void fifolog_reader_process(struct fifolog_reader *fl, off_t from, fifolog_reader_render_t *func, void *priv, time_t end);
/freebsd-9.3-release/sys/net/
H A Dflowtable.h74 void flow_invalidate(struct flentry *fl);
77 void flow_to_route(struct flentry *fl, struct route *ro);
79 void flow_to_route_in6(struct flentry *fl, struct route_in6 *ro);
/freebsd-9.3-release/contrib/ntp/scripts/calc_tickadj/
H A Dcalc_tickadj.in20 my ($fl) = `tickadj`;
21 if (defined $fl && $fl =~ /(?:KERNEL|PRESET)?\s*tick\s+=\s+(\d+)/) {
/freebsd-9.3-release/sys/geom/vinum/
H A Dgeom_vinum_subr.c570 struct gv_freelist *fl, *fl2; local
606 LIST_FOREACH(fl, &d->freelist, freelist) {
607 if (fl->size < s->size)
609 s->size = fl->size;
610 s->drive_offset = fl->offset;
611 fl2 = fl;
627 LIST_FOREACH(fl, &d->freelist, freelist) {
628 if (fl->size < s->size)
632 s->drive_offset = fl->offset;
633 fl2 = fl;
762 struct gv_freelist *fl, *fl2; local
820 struct gv_freelist *fl, *fl2; local
1091 struct gv_freelist *fl, *fl2; local
[all...]
/freebsd-9.3-release/usr.bin/lsvfs/
H A Dlsvfs.c28 } fl[] = { variable in typeref:struct:flaglist
85 static char buf[sizeof(struct flaglist) * sizeof(fl)];
89 for (i = 0; i < (int)nitems(fl); i++)
90 if (flags & fl[i].flag) {
91 strlcat(buf, fl[i].str, sizeof(buf));
/freebsd-9.3-release/sys/dev/cxgbe/
H A Dt4_sge.c742 "pack multiple frames in one fl buffer");
954 * a) initialize iq and fl
964 snprintf(name, sizeof(name), "%s rxq%d-fl",
966 init_fl(sc, &rxq->fl, pi->qsize_rxq / 8, maxp, pack, name);
988 snprintf(name, sizeof(name), "%s ofld_rxq%d-fl",
990 init_fl(sc, &ofld_rxq->fl, pi->qsize_rxq / 8, maxp, pack, name);
1229 struct sge_fl *fl = &rxq->fl; /* Use iff IQ_HAS_FL */ local
1264 m0 = get_fl_payload(sc, fl, lq, &fl_bufs_used);
1322 FL_LOCK(fl);
1396 cl_has_metadata(struct sge_fl *fl, struct cluster_layout *cll) argument
1407 cl_metadata(struct adapter *sc, struct sge_fl *fl, struct cluster_layout *cll, caddr_t cl) argument
1439 get_scatter_segment(struct adapter *sc, struct sge_fl *fl, int total, int flags) argument
1529 get_fl_payload(struct adapter *sc, struct sge_fl *fl, uint32_t len_newbuf, int *fl_bufs_used) argument
1951 struct sge_fl *fl; local
2002 init_fl(struct adapter *sc, struct sge_fl *fl, int qsize, int maxp, int pack, char *name) argument
2090 alloc_iq_fl(struct port_info *pi, struct sge_iq *iq, struct sge_fl *fl, int intr_idx, int cong) argument
2254 free_iq_fl(struct port_info *pi, struct sge_iq *iq, struct sge_fl *fl) argument
2298 add_fl_sysctls(struct sysctl_ctx_list *ctx, struct sysctl_oid *oid, struct sge_fl *fl) argument
2980 ring_fl_db(struct adapter *sc, struct sge_fl *fl) argument
3008 refill_fl(struct adapter *sc, struct sge_fl *fl, int nbufs) argument
3114 struct sge_fl *fl, *fl_temp; local
3133 alloc_fl_sdesc(struct sge_fl *fl) argument
3143 free_fl_sdesc(struct adapter *sc, struct sge_fl *fl) argument
4013 find_best_refill_source(struct adapter *sc, struct sge_fl *fl, int maxp) argument
4133 find_safe_refill_source(struct adapter *sc, struct sge_fl *fl) argument
4176 add_fl_to_sfl(struct adapter *sc, struct sge_fl *fl) argument
[all...]
H A Dadapter.h394 FL_STARVING = (1 << 0), /* on the adapter's list of starving fl's */
399 #define FL_RUNNING_LOW(fl) (fl->cap - fl->needed <= fl->lowat)
400 #define FL_NOT_RUNNING_LOW(fl) (fl->cap - fl->needed >= 2 * fl->lowat)
418 uint32_t rx_offset; /* offset in fl bu
468 struct sge_fl fl; /* MUST follow iq */ member in struct:sge_rxq
496 struct sge_fl fl; /* MUST follow iq */ member in struct:sge_ofld_rxq
[all...]
/freebsd-9.3-release/sys/nfs/
H A Dnfs_lock.c241 struct flock *fl; local
249 fl = ap->a_fl;
262 if (fl->l_whence != SEEK_END) {
263 if ((fl->l_whence != SEEK_CUR && fl->l_whence != SEEK_SET) ||
264 fl->l_start < 0 ||
265 (fl->l_len < 0 &&
266 (fl->l_start == 0 || fl->l_start + fl
[all...]
/freebsd-9.3-release/sys/nlm/
H A Dnlm_advlock.c78 struct vnode *vp, int op, struct flock *fl, int flags,
82 struct vnode *vp, int op, struct flock *fl, int flags,
86 struct vnode *vp, int op, struct flock *fl, int flags,
91 static int nlm_init_lock(struct flock *fl, int flags, int svid,
195 nlm_advlock_internal(struct vnode *vp, void *id, int op, struct flock *fl, argument
268 KASSERT(fl->l_start == 0 && fl->l_len == 0,
284 svid = fl->l_pid;
292 && fl->l_type == F_WRLCK) {
305 vp, F_SETLK, fl, flag
398 nlm_set_creds_for_lock(struct thread *td, struct flock *fl) argument
447 nlm_reclaim_free_lock(struct vnode *vp, struct flock *fl, void *arg) argument
484 nlm_client_recover_lock(struct vnode *vp, struct flock *fl, void *arg) argument
691 nlm_record_lock(struct vnode *vp, int op, struct flock *fl, int svid, int sysid, off_t size) argument
718 nlm_setlock(struct nlm_host *host, struct rpc_callextra *ext, rpcvers_t vers, struct timeval *timo, int retries, struct vnode *vp, int op, struct flock *fl, int flags, int svid, size_t fhlen, void *fh, off_t size, bool_t reclaim) argument
917 nlm_clearlock(struct nlm_host *host, struct rpc_callextra *ext, rpcvers_t vers, struct timeval *timo, int retries, struct vnode *vp, int op, struct flock *fl, int flags, int svid, size_t fhlen, void *fh, off_t size) argument
992 nlm_getlock(struct nlm_host *host, struct rpc_callextra *ext, rpcvers_t vers, struct timeval *timo, int retries, struct vnode *vp, int op, struct flock *fl, int flags, int svid, size_t fhlen, void *fh, off_t size) argument
1181 nlm_init_lock(struct flock *fl, int flags, int svid, rpcvers_t vers, size_t fhlen, void *fh, off_t size, struct nlm4_lock *lock, char oh_space[32]) argument
[all...]
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_move.c95 recno_t cnt, diff, fl, tl, mfl, mtl; local
124 fl = fm1.lno;
131 lmp->lno >= fl && lmp->lno <= tl) {
142 if (tl > fl) { /* Destination > source. */
146 if (db_get(sp, fl, DBG_FATAL, &p, &len))
156 lmp->lno == fl)
158 if (db_delete(sp, fl))
165 if (db_get(sp, fl, DBG_FATAL, &p, &len))
175 lmp->lno == fl)
177 ++fl;
[all...]
/freebsd-9.3-release/sys/vm/
H A Dvm_phys.c130 static void vm_phys_split_pages(vm_page_t m, int oind, struct vm_freelist *fl,
141 struct vm_freelist *fl; local
162 fl = vm_phys_free_queues[flind][pind];
163 sbuf_printf(&sbuf, " | %6d", fl[oind].lcnt);
302 struct vm_freelist *fl; local
344 fl = vm_phys_free_queues[flind][pind];
346 TAILQ_INIT(&fl[oind].pl);
388 vm_phys_split_pages(vm_page_t m, int oind, struct vm_freelist *fl, int order) argument
399 TAILQ_INSERT_HEAD(&fl[oind].pl, m_buddy, pageq);
400 fl[oin
508 struct vm_freelist *fl; local
700 struct vm_freelist *fl; local
804 struct vm_freelist *fl; local
869 static struct vm_freelist *fl = vm_phys_free_queues[0][0]; local
921 struct vm_freelist *fl; local
1026 struct vm_freelist *fl; local
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_vfs.c81 int fl,
89 return ((*bhvtovfsops(next)->xvfs_unmount)(next, fl, cr));
95 int *fl,
103 return ((*bhvtovfsops(next)->xvfs_mntupdate)(next, fl, args));
136 int fl,
144 return ((*bhvtovfsops(next)->xvfs_sync)(next, fl, cr));
193 int fl)
199 return ((*bhvtovfsops(next)->xvfs_get_inode)(next, ino, fl));
220 int fl,
229 ((*bhvtovfsops(next)->xvfs_force_shutdown)(next, fl, fil
79 xvfs_unmount( struct bhv_desc *bdp, int fl, struct cred *cr) argument
93 xvfs_mntupdate( struct bhv_desc *bdp, int *fl, struct xfs_mount_args *args) argument
134 xvfs_sync( struct bhv_desc *bdp, int fl, struct cred *cr) argument
190 xvfs_get_inode( struct bhv_desc *bdp, xfs_ino_t ino, int fl) argument
218 xvfs_force_shutdown( struct bhv_desc *bdp, int fl, char *file, int line) argument
[all...]
H A Dxfs_vfs.h149 #define XVFS_MNTUPDATE(v, fl, args, rv) ((rv) = xvfs_mntupdate(VHEAD(v), fl, args))
156 #define XVFS_GET_INODE(v, ino, fl) ( xvfs_get_inode(VHEAD(v), ino,fl) )
158 #define XVFS_FORCE_SHUTDOWN(v, fl,f,l) ( xvfs_force_shutdown(VHEAD(v), fl,f,l) )
167 #define PVFS_MNTUPDATE(b, fl, args, rv) ((rv) = xvfs_mntupdate(b, fl, args))
174 #define PVFS_GET_INODE(b, ino,fl) ( xvfs_get_inode(b, ino,fl) )
[all...]
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipf.c343 int fl = 0, rem; local
349 fl = 0;
351 fl = 1;
353 fl = atoi(arg);
354 rem = fl;
362 if (ioctl(fd, SIOCIPFL6, &fl) == -1) {
367 if (ioctl(fd, SIOCIPFFL, &fl) == -1) {
375 printf("removed %d entries\n", fl);
390 if (ioctl(fd, SIOCIPFFA, &fl) == -1)
399 fl
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dtest_config.c93 char *fl; member in struct:__anon4658
117 check_config_file(context, test[i].fl, test[i].res, 0);
118 check_config_file(context, test[i].fl, test[i].res, 1);
/freebsd-9.3-release/crypto/openssl/crypto/rsa/
H A Drsa.h376 const unsigned char *f, int fl);
378 const unsigned char *f, int fl,
381 const unsigned char *f, int fl);
383 const unsigned char *f, int fl,
388 const unsigned char *f, int fl,
391 const unsigned char *f, int fl, int rsa_len,
394 const unsigned char *f, int fl);
396 const unsigned char *f, int fl, int rsa_len);
398 int fl);
400 const unsigned char *f, int fl, in
[all...]
/freebsd-9.3-release/contrib/groff/font/devdvi/
H A DTBI8 ligatures ff fi fl ffi ffl 0
228 fl 738078,728178,203890,113890 3 0015
H A DTI9 ligatures ff fi fl ffi ffl 0
229 fl 616326,728178,203890,108354 3 0015
/freebsd-9.3-release/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c99 struct fifolog_reader *fl; local
158 fl = fifolog_reader_open(argv[0]);
168 o = fifolog_reader_seek(fl, opt_B);
169 fifolog_reader_process(fl, o, Render, NULL, opt_E);

Completed in 164 milliseconds

12345