HomeSort by: relevance | last modified time | path
    Searched defs:PRIV (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/fs/udf/
udf_strat_bootstrap.c 69 #define PRIV(ump) ((struct strat_private *) ump->strategy_private)
udf_strat_direct.c 70 #define PRIV(ump) ((struct strat_private *) ump->strategy_private)
132 struct strat_private *priv = PRIV(ump); local
136 *dscrptr = pool_get(&priv->desc_pool, PR_WAITOK);
148 struct strat_private *priv = PRIV(ump); local
150 pool_put(&priv->desc_pool, dscr);
161 struct strat_private *priv = PRIV(ump); local
177 *dscrptr = pool_get(&priv->desc_pool, PR_WAITOK)
408 struct strat_private *priv = PRIV(ump); local
434 struct strat_private *priv = PRIV(ump); local
    [all...]
udf_strat_sequential.c 70 #define PRIV(ump) ((struct strat_private *) ump->strategy_private)
146 struct strat_private *priv = PRIV(ump); local
150 *dscrptr = pool_get(&priv->desc_pool, PR_WAITOK);
162 struct strat_private *priv = PRIV(ump); local
164 pool_put(&priv->desc_pool, dscr);
175 struct strat_private *priv = PRIV(ump); local
191 *dscrptr = pool_get(&priv->desc_pool, PR_WAITOK)
265 struct strat_private *priv = PRIV(ump); local
298 struct strat_private *priv = PRIV(ump); local
481 struct strat_private *priv = PRIV(ump); local
567 struct strat_private *priv = PRIV(ump); local
611 struct strat_private *priv = PRIV(ump); local
693 struct strat_private *priv = PRIV(ump); local
    [all...]
udf_strat_rmw.c 70 #define PRIV(ump) ((struct strat_private *) (ump)->strategy_private)
154 struct strat_private *priv = PRIV(eccline->ump); local
157 KASSERT(mutex_owned(&priv->discstrat_mutex));
159 waslocked = mutex_owned(&priv->discstrat_mutex);
161 mutex_enter(&priv->discstrat_mutex);
171 ret = cv_timedwait(&priv->discstrat_cv, &priv->discstrat_mutex,
185 mutex_exit(&priv->discstrat_mutex);
193 struct strat_private *priv = PRIV(eccline->ump) local
214 struct strat_private *priv = PRIV(eccline->ump); local
241 struct strat_private *priv = PRIV(eccline->ump); local
370 struct strat_private *priv = PRIV(ump); local
489 struct strat_private *priv = PRIV(eccline->ump); local
613 struct strat_private *priv; local
774 struct strat_private *priv = PRIV(ump); local
1107 struct strat_private *priv = PRIV(ump); local
1200 struct strat_private *priv = PRIV(ump); local
1399 struct strat_private *priv = PRIV(ump); local
1480 struct strat_private *priv = PRIV(ump); local
    [all...]
  /src/usr.bin/tip/
tip.h 180 #define PRIV 02 /* privileged, root execute only */
  /src/external/gpl3/binutils/dist/opcodes/
ia64-opc.h 36 #define PRIV IA64_OPCODE_PRIV
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-opc.h 36 #define PRIV IA64_OPCODE_PRIV
  /src/external/gpl3/binutils/dist/bfd/
vms-alpha.c 343 #define PRIV(name) PRIV2(abfd,name)
474 struct vms_eihd *eihd = (struct vms_eihd *)PRIV (recrd.rec);
486 PRIV (symvva) = symvva;
490 PRIV (ident) = bfd_getl32 (eihd->ident);
491 PRIV (matchctl) = eihd->matchctl;
497 PRIV (recrd.rec_size), imgtype, (unsigned long) symvva,
525 if (offset > PRIV (recrd.rec_size)
526 || (PRIV (recrd.rec_size) - offset
529 eisd = (struct vms_eisd *) (PRIV (recrd.rec) + offset);
545 if (rec_size > PRIV (recrd.rec_size) - offset
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
vms-alpha.c 343 #define PRIV(name) PRIV2(abfd,name)
474 struct vms_eihd *eihd = (struct vms_eihd *)PRIV (recrd.rec);
479 if (PRIV (recrd.buf_size) < sizeof (* eihd))
495 PRIV (symvva) = symvva;
499 PRIV (ident) = bfd_getl32 (eihd->ident);
500 PRIV (matchctl) = eihd->matchctl;
536 if (offset > PRIV (recrd.rec_size)
537 || (PRIV (recrd.rec_size) - offset
540 eisd = (struct vms_eisd *) (PRIV (recrd.rec) + offset);
556 if (rec_size > PRIV (recrd.rec_size) - offset
    [all...]

Completed in 35 milliseconds