Searched refs:psize (Results 1 - 17 of 17) sorted by relevance

/haiku/src/preferences/shortcuts/
H A DEditWindow.cpp63 BSize psize = GetLayout()->PreferredSize(); local
65 psize.Width()),
66 psize.Height());
/haiku/src/kits/bluetooth/
H A DCommandManager.cpp17 buildCommand(uint8 ogf, uint8 ocf, void** param, size_t psize, argument
23 header = (struct hci_command_header*) malloc(psize
25 *outsize = psize + sizeof(struct hci_command_header);
29 header->clen = psize;
31 if (param != NULL && psize != 0) {
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireCard.cpp188 bufreq.rx.psize = 1024;
191 bufreq.tx.psize = 0;
246 bufreq.rx.psize = DV_PSIZE;
249 bufreq.tx.psize = 0;
356 bufreq.rx.psize = MPEG_PSIZE;
359 bufreq.tx.psize = 0;
/haiku/src/bin/fwcontrol/
H A Dfwmpegts.c185 bufreq.rx.psize = PSIZE;
188 bufreq.tx.psize = 0;
H A Dfwdv.c132 bufreq.rx.psize = PSIZE;
135 bufreq.tx.psize = 0;
290 bufreq.rx.psize = 0;
293 bufreq.tx.psize = PSIZE;
H A Dfwcontrol.c694 bufreq.rx.psize = RECV_PACKET_SZ;
697 bufreq.tx.psize = 0;
/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c106 b->psize = roundup2(b->psize, sizeof(uint32_t));
108 b->psize, b->nchunk * b->npacket);
109 TRACE("fwdev_allocbuf %d\n", b->psize*b->nchunk*b->npacket);
117 q->psize = (b->psize + 3) & ~3;
148 q->psize = 0;
440 if (pbytes >= ir->psize) {
746 ibufreq->rx.psize = ir->psize;
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dxattrs.c266 off_t *poffs, char *buf, int *psrc, s64 *psize)
282 while ((src < *psize)
292 if (src >= *psize) {
293 *poffs += *psize;
294 *psize = reader(fileid, buf, (size_t)BUFSZ, *poffs);
302 } while (*psize && ((maptext[0] == '#') || !gotend));
265 getmappingitem(FILEREADER reader, void *fileid, off_t *poffs, char *buf, int *psrc, s64 *psize) argument
H A Dsecurity.h314 char *buf, u32 buflen, u32 *psize);
H A Dsecurity.c4574 char *buf, u32 buflen, u32 *psize)
4650 *psize = size;
4711 *psize = size;
4903 char *buf, u32 buflen, u32 *psize)
4916 buf,buflen,psize)) {
4929 if (!res) *psize = 0;
4931 errno = EINVAL; /* do not clear *psize */
5042 errno = EINVAL; /* do not clear *psize */
5134 errno = EINVAL; /* do not clear *psize */
4573 feedsecurityattr(const char *attr, u32 selection, char *buf, u32 buflen, u32 *psize) argument
4901 ntfs_get_file_security(struct SECURITY_API *scapi, const char *path, u32 selection, char *buf, u32 buflen, u32 *psize) argument
H A Dacls.c4210 off_t *poffs, char *buf, int *psrc, s64 *psize)
4227 while ((src < *psize)
4233 if (src >= *psize) {
4234 *poffs += *psize;
4235 *psize = reader(fileid, buf, (size_t)BUFSZ, *poffs);
4243 } while (*psize && ((item->maptext[0] == '#') || !gotend));
4209 getmappingitem(FILEREADER reader, void *fileid, off_t *poffs, char *buf, int *psrc, s64 *psize) argument
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp625 sc->arrq.xferq.psize = roundup2(FWPMAX_S400, B_PAGE_SIZE);
626 sc->arrs.xferq.psize = roundup2(FWPMAX_S400, B_PAGE_SIZE);
627 sc->atrq.xferq.psize = roundup2(FWPMAX_S400, B_PAGE_SIZE);
628 sc->atrs.xferq.psize = roundup2(FWPMAX_S400, B_PAGE_SIZE);
1233 db_tr->buf, dbch->xferq.psize);
1269 /*maxsize*/ dbch->xferq.psize,
1486 ir->psize * dbch->ndb, 0, "fw rx Area");
1499 dsiz[0] = ir->psize;
1500 buf_virt = (char*)buf_virt + ir->psize;
1501 buf_phy = (char*)buf_phy + ir->psize;
[all...]
/haiku/headers/private/firewire/
H A Dfirewirereg.h267 u_int psize; member in struct:fw_xferq
H A Dfirewire.h57 unsigned int psize; member in struct:fw_isobufreq::fw_bufspec
/haiku/src/add-ons/translators/tiff/
H A DTIFFTranslator.cpp180 tiff_map_file_proc(thandle_t stream, tdata_t *pbase, toff_t *psize) argument
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Dif_igc.c1998 u32 psize, rctl, rxcsum, srrctl = 0; local
2061 psize = scctx->isc_max_frame_size;
2064 psize += VLAN_TAG_SIZE;
2065 IGC_WRITE_REG(&adapter->hw, IGC_RLPML, psize);
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dif_em.c3326 u32 psize, srrctl = 0; local
3329 psize = scctx->isc_max_frame_size;
3332 psize += VLAN_TAG_SIZE;
3335 e1000_rlpml_set_vf(hw, psize);
3337 E1000_WRITE_REG(hw, E1000_RLPML, psize);

Completed in 129 milliseconds