OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nts
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/kern/
kern_turnstile.c
132
turnstile_t *
nts
;
local
140
if ((
nts
= ts->ts_free) != NULL) {
142
l->l_ts =
nts
;
143
ts->ts_free =
nts
->ts_free;
144
nts
->ts_free = NULL;
/src/sys/net/npf/
npf_tableset.c
244
npf_tableset_reload(npf_t *npf, npf_tableset_t *
nts
, npf_tableset_t *ots)
246
for (u_int tid = 0; tid <
nts
->ts_nitems; tid++) {
249
if ((t =
nts
->ts_map[tid]) == NULL) {
276
nts
->ts_map[tid] = ot;
/src/lib/libform/
field.c
894
_formi_tab_t *ts, *
nts
;
local
910
nts
= ts->fwd;
912
ts =
nts
;
/src/usr.bin/xlint/lint1/
tree.c
3967
const char *
nts
, *ots;
local
3969
*(nst == FUNC ? &
nts
: &ots) = "function pointer";
3970
*(nst == VOID ? &
nts
: &ots) = "'void *'";
3972
warning(303, ots,
nts
);
Completed in 24 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026