Searched defs:fbp (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dread_fifo.c95 if (fbp->psave_end - fbp->psave < N || fbp->psave >= fbp->psave_end) \
102 if (fbp->psave_end > fbp->psave) \
109 if (fbp->psave_end - fbp->psave < N || fbp->psave >= fbp
133 register fifobuffer_t *fbp; local
254 register fifobuffer_t *fbp; local
304 register fifobuffer_t *fbp; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dfbio.c69 struct fbuf *fbp; local
100 *fbpp = fbp = kmem_alloc(sizeof (struct fbuf), KM_SLEEP);
101 fbp->fb_addr = addr + o;
102 fbp->fb_count = len;
117 struct fbuf *fbp; local
130 *fbpp = fbp = kmem_alloc(sizeof (struct fbuf), KM_SLEEP);
131 fbp->fb_addr = addr;
132 fbp->fb_count = len;
148 * fbrelse() release fbp
152 #define FBCOMMON(fbp, r
166 fbrelse(struct fbuf *fbp, enum seg_rw rw) argument
172 fbwrite(struct fbuf *fbp) argument
178 fbdwrite(struct fbuf *fbp) argument
189 fbiwrite(struct fbuf *fbp, vnode_t *devvp, daddr_t bn, int bsize) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Denc_des.c136 register struct _fb *fbp = &des_cfb; local
138 (void) memset((void *)fbp, 0, sizeof (*fbp));
139 fbp->state[0] = des_cfb.state[1] = ENCR_STATE_FAILED;
140 fbp->fb_feed[0] = IAC;
141 fbp->fb_feed[1] = SB;
142 fbp->fb_feed[2] = TELOPT_ENCRYPT;
143 fbp->fb_feed[3] = ENCRYPT_IS;
145 fbp->fb_feed[4] = TELOPT_ENCTYPE_DES_CFB64;
146 fbp
164 struct _fb *fbp = &des_cfb; local
240 struct _fb *fbp = &des_cfb; local
317 struct _fb *fbp = &des_cfb; local
359 struct _fb *fbp = &des_cfb; local
394 struct _fb *fbp = &des_cfb; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c101 struct bufarea *fbp; local
142 fbp = NULL;
146 err = getdir(fp, &fbp, &offset, &fidp);
162 if (fbp)
163 fbp->b_flags &= ~B_INUSE;
301 getdir(struct file_entry *fp, struct bufarea **fbp, argument
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_thread.c1174 int entryoffsetinblk; /* offset of ep in fbp's buffer */
1176 struct fbuf *fbp; /* pointer to directory block */ local
1184 fbp = NULL;
1202 if (fbp != NULL) {
1203 fbrelse(fbp, S_OTHER);
1206 err = blkatoff(dp, offset, (char **)0, &fbp);
1212 ep = (struct direct *)(fbp->fb_addr + entryoffsetinblk);
1254 if (fbp) {
1255 fbrelse(fbp, S_OTHER);
H A Dufs_bmap.c325 struct fbuf *fbp; local
394 (uint_t)bsize, S_OTHER, &fbp);
401 if (fbp)
402 fbrelse(fbp, S_OTHER);
428 (void) ufs_fbiwrite(fbp, ip, nb, fs->fs_fsize);
430 ASSERT(fbp);
431 fbrelse(fbp, S_WRITE);
512 fbp = NULL;
528 (uint_t)nsize, &fbp); local
533 (uint_t)nsize, S_OTHER, &fbp);
807 (uint_t)bsize, &fbp); local
[all...]
H A Dufs_dir.c185 struct fbuf *fbp; /* a buffer of directory entries */ local
304 fbp = NULL;
372 err = blkatoff(dp, offset, (char **)0, &fbp);
391 if (fbp != NULL) {
392 fbrelse(fbp, S_OTHER);
394 err = blkatoff(dp, offset, (char **)0, &fbp);
414 ep = (struct direct *)(fbp->fb_addr + entryoffsetinblock);
473 * We have to release the fbp early here to avoid
475 * fbp and want the directory inode and someone doing
477 * the fbp
1017 struct fbuf *fbp; /* pointer to directory block */ local
1662 struct fbuf *fbp; local
2318 struct fbuf *fbp; local
2774 struct fbuf *fbp; local
2969 struct fbuf *fbp; local
3332 struct fbuf *fbp; local
[all...]
H A Dufs_subr.c1057 ufs_fbwrite(struct fbuf *fbp, struct inode *ip) argument
1062 return (fbwrite(fbp));
1065 return ((ufsvfsp->vfs_dio) ? fbdwrite(fbp) : fbwrite(fbp));
1072 ufs_fbiwrite(struct fbuf *fbp, struct inode *ip, daddr_t bn, long bsize) argument
1084 fbp->fb_count, DT_FBI, 0, 0);
1089 bp = pageio_setup((struct page *)NULL, fbp->fb_count,
1092 bp->b_un.b_addr = fbp->fb_addr;
1113 fbrelse(fbp, S_OTHER);
H A Dufs_vnops.c3386 slot.fbp = NULL;
3688 * Release the slot.fbp that has the page mapped and
3693 if (slot.fbp) {
3694 fbrelse(slot.fbp, S_OTHER);
3695 slot.fbp = NULL;
3738 if (slot.fbp)
3739 fbrelse(slot.fbp, S_OTHER);
3915 struct fbuf *fbp; local
4002 error = fbread(vp, (offset_t)offset, bytes_wanted, S_OTHER, &fbp);
4011 idp = (struct direct *)fbp
[all...]
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c209 struct fbuf *fbp = NULL; local
239 error = fbread(ITOV(ip), 0, ip->i_size, S_OTHER, &fbp);
244 fbp = NULL;
351 if (fbp != NULL) {
352 fbrelse(fbp, S_WRITE);
H A Dudf_dir.c89 struct fbuf *fbp; /* dir buf where slot is */ member in struct:slot
123 struct fbuf *fbp; local
204 fbp = NULL;
208 error = ud_get_next_fid(dip, &fbp,
245 if (fbp != NULL) {
246 fbrelse(fbp,
248 fbp = NULL;
285 if (fbp != NULL) {
286 fbrelse(fbp,
288 fbp
882 struct fbuf *fbp; local
1125 struct fbuf *fbp; local
1349 struct fbuf *fbp; local
1628 struct fbuf *fbp; local
1777 struct fbuf *fbp; local
[all...]
H A Dudf_subr.c509 ud_fbwrite(struct fbuf *fbp, struct ud_inode *ip) argument
513 ASSERT(fbp != NULL);
515 return (fbwrite(fbp));
971 ud_get_next_fid(struct ud_inode *ip, struct fbuf **fbp, uint32_t offset, argument
995 if (*fbp == NULL) {
997 lbsize, S_READ, fbp)) != 0) {
1002 end = (*fbp)->fb_addr + (*fbp)->fb_count;
1003 beg = (*fbp)->fb_addr + (offset & lbmask);
1020 fbrelse(*fbp, S_OTHE
[all...]
H A Dudf_vnops.c1130 struct fbuf *fbp = NULL; local
1178 error = ud_get_next_fid(ip, &fbp,
1238 if (fbp != NULL) {
1239 fbrelse(fbp, S_OTHER);
1404 struct fbuf *fbp = NULL; local
1428 if ((error = fbread(vp, 0, size, S_READ, &fbp)) != 0) {
1435 pc = (struct path_comp *)(fbp->fb_addr + off);
1486 if (fbp != NULL) {
1487 fbrelse(fbp, S_OTHER);
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c111 static enum dirblock_result process_dirblock(struct fbuf *fbp, uint_t *offset,
778 struct fbuf *fbp; local
855 (unsigned int)bytes_wanted, S_READ, &fbp);
859 last_offset = (offset & MAXBMASK) + fbp->fb_count;
861 switch (process_dirblock(fbp, &offset, last_offset,
1443 struct fbuf *fbp, /* buffer containing dirblk */
1454 uchar_t *blkp = (uchar_t *)fbp->fb_addr; /* dir block */
1668 fbrelse(fbp, S_READ);
1709 fbrelse(fbp, S_READ);
1442 process_dirblock( struct fbuf *fbp, uint_t *offset, uint_t last_offset, char *nm, int nmlen, struct hsfs *fsp, struct hsnode *dhp, struct vnode *dvp, struct vnode **vpp, int *error) argument
H A Dhsfs_vnops.c497 struct fbuf *fbp; local
526 (unsigned int)bytes_wanted, S_READ, &fbp);
530 blkp = (uchar_t *)fbp->fb_addr;
531 last_offset = (offset & MAXBMASK) + fbp->fb_count;
575 fbrelse(fbp, S_READ);
625 fbrelse(fbp, S_READ);
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c306 ftblk_t *fbp = buf; local
309 bzero(fbp, sizeof (ftblk_t));
312 fbp->ev[i].stk = kmem_alloc(sizeof (ftstk_t), kmflags);
322 ftblk_t *fbp = buf; local
327 if (fbp->ev[i].stk != NULL) {
328 kmem_free(fbp->ev[i].stk, sizeof (ftstk_t));
329 fbp->ev[i].stk = NULL;
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c3526 ehci_frame_bandwidth_t *fbp; local
3537 fbp = &ehcip->ehci_frame_bandwidth[leaf + i];
3539 total_bandwidth += fbp->ehci_allocated_frame_bandwidth;
3548 fbp->ehci_micro_frame_bandwidth[j] +
3580 ehci_frame_bandwidth_t *fbp; local
3603 fbp = &ehcip->ehci_frame_bandwidth[leftmost_leaf + i];
3606 fbp->ehci_micro_frame_bandwidth[j] +=
3608 fbp->ehci_allocated_frame_bandwidth +=
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h425 * status offset size fbp, ep
428 * FOUND start of entry of ent both valid if fbp != NULL
448 struct fbuf *fbp; /* dir buf where slot is */ member in struct:ufs_slot

Completed in 171 milliseconds