Searched refs:fl (Results 51 - 75 of 98) sorted by relevance

1234

/opensolaris-onvv-gate/usr/src/cmd/backup/dump/
H A Ddumpitime.c20 static struct flock fl; variable in typeref:struct:flock
21 #define flock(fd, flag) (fl.l_type = (flag), fcntl(fd, F_SETLKW, &fl))
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.h119 flock_t fl; /* buffer file lock */ member in struct:nfslog_buf
H A Dreadbuf.c180 lbp->fl.l_type = F_WRLCK;
181 lbp->fl.l_whence = SEEK_SET; /* beginning of file */
182 lbp->fl.l_start = (offset_t)0;
183 lbp->fl.l_len = 0; /* entire file */
184 lbp->fl.l_sysid = 0;
185 lbp->fl.l_pid = 0;
186 if (fcntl(lbp->fd, F_SETLKW, &lbp->fl) == -1) {
339 lbp->fl.l_type = F_UNLCK;
340 if (fcntl(lbp->fd, F_SETLK, &lbp->fl) == -1) {
/opensolaris-onvv-gate/usr/src/cmd/filebench/common/
H A Dflowop.c1193 flowop_proto_t *fl; local
1195 fl = &(list[i]);
1198 fl->fl_name, NULL, NULL, 0, fl->fl_type)) == 0) {
1201 fl->fl_name);
1205 flowop->fo_func = fl->fl_func;
1206 flowop->fo_init = fl->fl_init;
1207 flowop->fo_destruct = fl->fl_destruct;
1208 flowop->fo_attrs = fl->fl_attrs;
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libmilter/
H A Dengine.c1709 unsigned long fl; local
1713 fl = ctx->ctx_pflags;
1714 if (bitset(SMFIP_NOCONNECT, fl))
1716 if (bitset(SMFIP_NOHELO, fl))
1718 if (bitset(SMFIP_NOMAIL, fl))
1720 if (bitset(SMFIP_NORCPT, fl))
1722 if (bitset(SMFIP_NOHDRS, fl))
1724 if (bitset(SMFIP_NOEOH, fl))
1726 if (bitset(SMFIP_NOBODY, fl))
1728 if (bitset(SMFIP_NODATA, fl))
[all...]
/opensolaris-onvv-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h277 #define FORTH(fl, nm, fnc) define_word(env, fl, nm, fnc);
/opensolaris-onvv-gate/usr/src/lib/libnisdb/
H A Ddb_table_c.x262 % The free list is included if 'fl' is TRUE. */
263 %long * stats( bool_t fl );
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_replay.c739 flock64_t fl; local
748 bzero(&fl, sizeof (fl));
749 fl.l_type = F_WRLCK;
750 fl.l_whence = 0;
751 fl.l_start = lr->lr_offset;
752 fl.l_len = lr->lr_length;
754 error = VOP_SPACE(ZTOV(zp), F_FREESP, &fl, FWRITE | FOFFMAX,
/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dexrecover.c404 struct svfile *f, *fl; local
412 fl = fp - count + NENTRY - 1;
413 curtime = fl->sf_time;
414 for (f = fl; --f > fp-count; )
417 for (f = fl; --f > fp-count; )
/opensolaris-onvv-gate/usr/src/uts/common/cpr/
H A Dcpr_main.c249 fiolog_t fl; local
253 bzero(&fl, sizeof (fl));
254 fl.error = FIOLOG_ENONE;
288 error = VOP_IOCTL(vp, cmd, (uintptr_t)&fl,
/opensolaris-onvv-gate/usr/src/uts/common/fs/
H A Dfs_subr.c545 int fl,
551 ASSERT(fl == B_FREE || fl == B_INVAL);
553 if (fl == B_FREE)
564 int fl,
542 fs_dispose( struct vnode *vp, page_t *pp, int fl, int dn, struct cred *cr, caller_context_t *ct) argument
561 fs_nodispose( struct vnode *vp, page_t *pp, int fl, int dn, struct cred *cr, caller_context_t *ct) argument
H A Dfem.c3328 struct fem_list *fl; local
3330 fl = fem_get(v->v_femhead);
3331 if (fl != NULL) {
3332 e = fem_walk_list(fl, fem_compare_mon, (void *)mon, arg);
3333 fem_release(fl);
3360 struct fem_list *fl; local
3361 if ((fl = fem_lock(v->v_femhead)) != NULL) {
3362 fl->feml_nodes[1].fn_op.vnode = newops;
3381 struct fem_list *fl; local
3382 if ((fl
3425 struct fem_list *fl; local
3503 struct fem_list *fl; local
3525 struct fem_list *fl; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/bfs/
H A Dbfs.c623 char fl[100]; local
630 for (f = fl; (*f = mygetc()) != '\n'; f++);
631 if (f == fl)
635 return (newfile(1, fl));
/opensolaris-onvv-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_vnops.c61 static void swap_dispose(vnode_t *vp, page_t *pp, int fl, int dn,
764 int fl,
787 VOP_DISPOSE(pvp, pp, fl, dn, cr, ct);
789 fs_dispose(vp, pp, fl, dn, cr, ct);
761 swap_dispose( vnode_t *vp, page_t *pp, int fl, int dn, cred_t *cr, caller_context_t *ct) argument
/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_iocb.h313 uint32_t fl:1; member in struct:__anon7508
321 uint32_t fl:1; member in struct:__anon7508
424 uint32_t fl:1; member in struct:__anon7516
432 uint32_t fl:1; member in struct:__anon7516
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dvnode.h1089 #define VOP_PUTPAGE(vp, of, sz, fl, cr, ct) \
1090 fop_putpage(vp, of, sz, fl, cr, ct)
1091 #define VOP_MAP(vp, of, as, a, sz, p, mp, fl, cr, ct) \
1092 fop_map(vp, of, as, a, sz, p, mp, fl, cr, ct)
1093 #define VOP_ADDMAP(vp, of, as, a, sz, p, mp, fl, cr, ct) \
1094 fop_addmap(vp, of, as, a, sz, p, mp, fl, cr, ct)
1095 #define VOP_DELMAP(vp, of, as, a, sz, p, mp, fl, cr, ct) \
1096 fop_delmap(vp, of, as, a, sz, p, mp, fl, cr, ct)
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/tests/
H A Dtest_dstore.c67 char *fl; variable
162 fd = open(fl, O_RDWR);
173 fd = open(fl, O_RDWR);
187 fd = open(fl, O_RDWR);
200 fd = open(fl, O_RDWR);
822 fl = v[7];
/opensolaris-onvv-gate/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_commd_server.c788 struct flock fl; local
812 (void) memset(&fl, 0, sizeof (fl));
813 fl.l_type = F_WRLCK;
814 fl.l_whence = SEEK_SET;
815 fl.l_start = 0;
816 fl.l_len = filesize + 1;
818 if (fcntl(fd, F_SETLK, &fl) == -1) {
821 if (fcntl(fd, F_GETLK, &fl) != -1) {
823 "Process %d holds lock\n", fl
[all...]
/opensolaris-onvv-gate/usr/src/cmd/consadm/
H A Dconsadm.c67 static struct flock fl; variable in typeref:struct:flock
956 fl.l_type = flag;
957 return (fcntl(fd, F_SETLKW, &fl));
/opensolaris-onvv-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_yacc.y202 uint8_t fl;
229 &fl) != 0) {
242 if ((fl & FID_DIR) == 0) {
/opensolaris-onvv-gate/usr/src/uts/common/io/nge/
H A Dnge_main.c1556 link_flowctrl_t fl; local
1685 bcopy(pr_val, &fl, sizeof (fl));
1686 switch (fl) {
1760 link_flowctrl_t fl; local
1781 fl = LINK_FLOWCTRL_RX;
1785 fl = LINK_FLOWCTRL_NONE;
1789 fl = LINK_FLOWCTRL_TX;
1793 fl = LINK_FLOWCTRL_BI;
1794 bcopy(&fl, pr_va
[all...]
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c64 #define KDBM_OPEN(db, fl, mo) dbm_open(db, fl, mo)
/opensolaris-onvv-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_files.c742 struct flock fl = { F_WRLCK, SEEK_SET, 0, 0, 0}; local
773 if (fcntl(fd, cmd, &fl) != 0) {
/opensolaris-onvv-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h456 #define VOP_PUTPAGE(vp, of, sz, fl, cr, ct) 0
457 #define VOP_GETATTR(vp, vap, fl, cr, ct) fop_getattr((vp), (vap));
/opensolaris-onvv-gate/usr/src/cmd/file/
H A Dfile.c207 FILE *fl; local
244 if ((fl = fopen(optarg, "r")) == NULL) {
402 if ((p = fgets(ap, pathlen, fl)) == NULL) {

Completed in 416 milliseconds

1234