Searched refs:npost (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dsymtab.c771 int npre, int npost)
782 attribute, npre, npost));
794 int npre, int npost)
823 e->e_post_uses = npost;
865 int npre, int npost)
886 attribute, npre, npost);
768 allocate_entry(ENTRY *e, char *name, int line, char *file, int kind, char *type, char *basetype, int levels, char *attribute, int npre, int npost) argument
791 set_entry(ENTRY *e, char *name, int line, char *file, int kind, char *type, char *basetype, int levels, char *attribute, int npre, int npost) argument
863 add_entry_table(EHEAD *t, char *name, int line, char *file, int kind, char *type, char *basetype, int levels, char *attribute, int npre, int npost) argument
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ib.c716 uint_t npost, nspace, rcv_len; local
809 npost = nspace;
810 while (npost) {
811 jx = (npost > RDS_POST_FEW_ATATIME) ?
812 RDS_POST_FEW_ATATIME : npost;
823 "%d", npost, ret);
824 npost -= kx;
828 npost -= jx;
832 if (npost != 0) {
834 "EP(%p) Failed to post %d WRs", ep, npost);
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c769 int total_num, npost; local
857 npost = (total_num > ISER_IB_RQ_POST_MAX) ?
861 for (i = 0; i < npost; i++) {
870 status = ibt_post_recv(chanhdl, wrlist, npost, &nposted);
871 if ((status != IBT_SUCCESS) || (nposted != npost)) {
874 npost, nposted, status);

Completed in 64 milliseconds