Home
last modified time | relevance | path

Searched refs:s_count (Results 1 – 4 of 4) sorted by last modified time

/netbsd/sys/sys/
H A Dproc.h107 int s_count; /* Ref cnt; pgrps in session */ member
/netbsd/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dnormalize.c60 enum { s_count = 11172}; enumerator
78 if (u < s_base || u >= s_base + s_count) in hangul_decomp()
110 } else if (in[0] >= s_base && in[0] < s_base + s_count) { in hangul_composition()
/netbsd/sys/kern/
H A Dkern_proc.c189 .s_count = 1,
586 ss->s_count++; in proc_sesshold()
595 KASSERT(ss->s_count > 0); in proc_sessrele()
602 if (--ss->s_count == 0) { in proc_sessrele()
1375 sess->s_count = 1; in proc_enterpgrp()
1664 pgrp->pg_session->s_count, in pidtbl_dump()
/netbsd/external/gpl2/xcvs/dist/src/
H A Dmodules.c784 static int s_count = 0; /* Number of elements used */ variable
822 if (s_count == s_max) in save_d()
827 s_rec = &s_head[s_count]; in save_d()
890 s_count++; in save_d()
923 qsort ((void *) s_head, s_count, sizeof (struct sortrec), sort_order); in cat_module()
931 for (s_h = s_head, i = 0; i < s_count; i++, s_h++) in cat_module()