Home
last modified time | relevance | path

Searched defs:Pgrp (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/cmd/unix/drawterm/kern/
H A Ddat.h38 typedef struct Pgrp Pgrp; typedef
326 struct Pgrp struct
328 Ref ref; /* also used as a lock when mounting */
329 int noattach;
330 ulong pgrpid;
331 QLock debug; /* single access via devproc.c */
332 RWlock ns; /* Namespace n read/one write lock */
333 Mhead *mnthash[MNTHASH];
/plan9/sys/src/9/port/
H A Dportdat.h31 typedef struct Pgrp Pgrp; typedef
483 struct Pgrp struct
486 int noattach;
487 ulong pgrpid;
488 QLock debug; /* single access via devproc.c */
489 RWlock ns; /* Namespace n read/one write lock */
490 Mhead *mnthash[MNTHASH];