Searched defs:qfp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/drvobj/
H A Dstrategy.c46 static struct buf *qmerge_nextbp(struct que_data *qfp, struct buf *bp_merge,
728 static int que_init(struct que_data *qfp, void *lkarg);
730 static struct buf *que_del(struct que_data *qfp);
735 struct que_data *qfp; local
738 queobjp = kmem_zalloc((sizeof (*queobjp) + sizeof (*qfp)), KM_NOSLEEP);
743 qfp = (struct que_data *)(queobjp+1);
744 queobjp->que_data = (opaque_t)qfp;
750 que_init(struct que_data *qfp, void *lkarg) argument
752 mutex_init(&qfp->q_mutex, NULL, MUTEX_DRIVER, lkarg);
759 struct que_data *qfp; local
768 que_del(struct que_data *qfp) argument
853 struct que_data *qfp; local
873 struct que_data *qfp; local
939 que_insert(struct que_data *qfp, struct buf *bp) argument
1053 qmerge_add(struct que_data *qfp, struct buf *bp) argument
1101 qmerge_nextbp(struct que_data *qfp, struct buf *bp_merge, int *can_merge) argument
1293 qmerge_del(struct que_data *qfp) argument
1350 qfifo_add(struct que_data *qfp, struct buf *bp) argument
1390 qsort_add(struct que_data *qfp, struct buf *bp) argument
1429 qsort_del(struct que_data *qfp) argument
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c2434 register struct qflags *qfp; local
2553 for (qfp = AddressFlags; qfp->qf_name != NULL; qfp++)
2555 if (!bitset(qfp->qf_bit, a->q_flags))
2562 qfp->qf_name);
H A Dqueue.c3922 register SM_FILE_T *qfp; local
3946 qfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, qf, SM_IO_RDWR_B, NULL);
3947 if (qfp == NULL)
3962 if (!lockfile(sm_io_getinfo(qfp, SM_IO_WHAT_FD, NULL), qf, NULL,
3973 (void) sm_io_close(qfp, SM_TIME_DEFAULT);
3983 ** Process A: readqf(): qfp = fopen(qffile)
3999 fstat(sm_io_getinfo(qfp, SM_IO_WHAT_FD, NULL), &st) < 0)
4005 (void) sm_io_close(qfp, SM_TIME_DEFAULT);
4027 (void) sm_io_close(qfp, SM_TIME_DEFAULT);
4093 (void) sm_io_close(qfp, SM_TIME_DEFAUL
[all...]

Completed in 70 milliseconds