Home
last modified time | relevance | path

Searched refs:qfp (Results 1 – 4 of 4) sorted by relevance

/titanic_41/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; in que_create() local
738 queobjp = kmem_zalloc((sizeof (*queobjp) + sizeof (*qfp)), KM_NOSLEEP); in que_create()
743 qfp = (struct que_data *)(queobjp+1); in que_create()
744 queobjp->que_data = (opaque_t)qfp; in que_create()
750 que_init(struct que_data *qfp, void *lkarg) in que_init() argument
752 mutex_init(&qfp->q_mutex, NULL, MUTEX_DRIVER, lkarg); in que_init()
759 struct que_data *qfp; in que_free() local
[all …]
/titanic_41/usr/src/cmd/sendmail/src/
H A Dstab.c269 queueup_macros(class, qfp, e) in queueup_macros() argument
271 SM_FILE_T *qfp;
293 (void) sm_io_fprintf(qfp, SM_TIME_DEFAULT,
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);
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_DEFAULT);
4105 (void) sm_io_close(qfp, SM_TIME_DEFAULT);
[all …]
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);