Home
last modified time | relevance | path

Searched defs:bf (Results 1 – 25 of 80) sorted by last modified time

1234

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c5360 struct flock64 bf; in do_rfs4_op_setattr() local
H A Dnfs_srv.c186 struct flock64 bf; in rfs_setattr() local
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_common.c780 nss_backend_finder_t *bf; in nss_get_backend_u() local
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c1132 rdfs(daddr_t bno, int size, char *bf) in rdfs()
1157 wtfs(daddr_t bno, int size, char *bf) in wtfs()
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_ring.c1449 mlxcx_bf_t *bf; in mlxcx_sq_ring_dbell() local
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c3016 flock64_t bf; in prgetfdinfo() local
/illumos-gate/usr/src/cmd/bhyve/
H A Dacpi.c259 basl_open(struct basl_fio *bf, int suffix) in basl_open()
287 basl_close(struct basl_fio *bf) in basl_close()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c1651 smb_vop_frlock(vnode_t *vp, cred_t *cr, int flag, flock64_t *bf) in smb_vop_frlock()
H A Dsmb_fsops.c2843 flock64_t bf; in smb_fsop_frlock() local
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c1026 idcok(WINDOW *w, bool bf) in idcok()
1045 idlok(WINDOW *w, bool bf) in idlok()
H A Dwsyncup.c45 syncok(WINDOW *w, bool bf) in syncok()
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c1564 char bf[256]; in pcm_search_devinfo() local
/illumos-gate/usr/src/ucblib/libcurses/
H A Didlok.c31 idlok(WINDOW *win, bool bf) in idlok()
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h151 #define clearok(win, bf) (win->_clear = bf) argument
152 #define leaveok(win, bf) (win->_leave = bf) argument
153 #define scrollok(win, bf) (win->_scroll = bf) argument
154 #define flushok(win, bf) (bf ? (win->_flags |= _FLUSH): \ argument
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwsyncup.c48 syncok(WINDOW *w, bool bf) in syncok()
H A Dwtouchln.c54 wtouchln(WINDOW *w, int y, int n, int bf) in wtouchln()
H A Dtimeout.c50 nodelay(WINDOW *w, bool bf) in nodelay()
H A Dsetup.c270 use_env(bool bf) in use_env()
H A Dnewterm.c470 __m_set_echo(int bf) in __m_set_echo()
H A Dmeta.c55 meta(WINDOW *w, bool bf) in meta()
H A Dkeypad.c164 keypad(WINDOW *w, bool bf) in keypad()
H A Dintrflsh.c58 intrflush(WINDOW *w, bool bf) in intrflush()
H A Ddoupdate.c1156 idcok(WINDOW *w, bool bf) in idcok()
1170 idlok(WINDOW *w, bool bf) in idlok()
H A Dclearok.c48 clearok(WINDOW *w, bool bf) in clearok()
58 immedok(WINDOW *w, bool bf) in immedok()
66 leaveok(WINDOW *w, bool bf) in leaveok()
76 notimeout(WINDOW *w, bool bf) in notimeout()
86 scrollok(WINDOW *w, bool bf) in scrollok()
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h1074 #define nodelay(w, bf) (wtimeout(w, (bf) ? 0: -1), OK) argument

1234