Searched refs:mq (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c895 GQueue *mq; local
910 if ((mq = g_queue_new()) == NULL) {
914 g_queue_free (mq);
961 g_queue_push_head (mq, maindev);
964 g_queue_push_tail (mq, m);
973 while (!g_queue_is_empty (mq)) {
974 devinfo_storage_free_minor (g_queue_pop_head (mq));
1000 g_queue_push_tail (mq, m);
1009 while (!g_queue_is_empty (mq)) {
1010 m = g_queue_pop_head (mq);
[all...]
/osnet-11/usr/src/tools/onbld/Scm/
H A DWorkSpace.py49 from hgext import mq namespace
833 q = mq.queue(self.ui, self.repo.join(''))
/osnet-11/usr/src/lib/libshell/common/sh/
H A Darray.c439 Namval_t *nq, *mq; local
502 mq = 0;
504 mq = nv_search(name,ap->table,NV_ADD);
507 mq->nvalue.cp = 0;
509 ar->val[ar->cur].np = mq;
510 nv_clone(nq,mq,flags);
518 mq->nvalue = nq->nvalue;
H A Dnvtype.c455 Namval_t *mq = (Namval_t*)((*ap->fun)(nq,NIL(char*),NV_ACURRENT)); local
456 nv_clone(mp,mq,NV_MOVE);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DCountry.pm451 mq:mtq:474:Martinique

Completed in 36 milliseconds