Searched refs:klist (Results 1 - 19 of 19) sorted by relevance

/freebsd-current/sys/sys/
H A Deventvar.h59 struct klist *kq_knlist; /* list of knotes */
61 struct klist *kq_knhash; /* hash table for knotes */
H A Daio.h151 struct knlist klist; /* (a) list of knotes */ member in struct:kaiocb
H A Devent.h223 SLIST_HEAD(klist, knote);
227 struct klist kl_list;
/freebsd-current/kerberos5/usr.bin/kcc/
H A DMakefile5 MAN= klist.1 kswitch.1
6 LINKS= ${BINDIR}/kcc ${BINDIR}/klist \
16 klist.c \
/freebsd-current/crypto/heimdal/kuser/
H A DMakefile.am11 klist.1 \
41 dist_kcc_SOURCES = kcc.c klist.c kswitch.c copy_cred_cache.c
86 (cd $(DESTDIR)$(bindir) && rm -f klist && $(LN_S) kcc klist)
H A DMakefile.in113 dist_kcc_OBJECTS = kcc.$(OBJEXT) klist.$(OBJEXT) kswitch.$(OBJEXT) \
459 klist.1 \
482 dist_kcc_SOURCES = kcc.c klist.c kswitch.c copy_cred_cache.c
687 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/klist.Po@am__quote@
1207 (cd $(DESTDIR)$(bindir) && rm -f klist && $(LN_S) kcc klist)
H A Dklist.c71 #define COL_PRINCIPAL NP_(" Principal", "in klist output")
72 #define COL_PRINCIPAL_KVNO NP_(" Principal (kvno)", "in klist output")
73 #define COL_CACHENAME NP_(" Cache name", "name in klist output")
572 klist(struct klist_options *opt, int argc, char **argv) function
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A DMakefile.am26 klist.c \
H A Dextern.h106 void klist(void);
H A Dklist.c169 klist(void) function
H A DMakefile.in103 ls.c pathnames.h popen.c security.c kauth.c klist.c gssapi.c \
108 kauth.$(OBJEXT) klist.$(OBJEXT) $(am__objects_1)
423 klist.c \
532 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/klist.Po@am__quote@
H A Dftpcmd.y524 klist();
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h173 void klist (int, char **);
H A Dcmdtab.c194 { "klist", klisthelp, 0, 1, 0, klist },
H A Dcmds.c2137 klist(int argc, char **argv) function
/freebsd-current/sys/kern/
H A Dvfs_aio.c255 struct knlist klist; /* (a) list of knotes */ member in struct:aioliojob
521 knlist_delete(&lj->klist, curthread, 1);
530 knlist_delete(&job->klist, curthread, 1);
669 knlist_delete(&lj->klist, curthread, 1);
898 KNOTE_LOCKED(&job->klist, 1);
903 KNOTE_LOCKED(&lj->klist, 1);
1529 knlist_init_mtx(&job->klist, AIO_MTX(ki));
1735 knlist_delete(&job->klist, curthread, 0);
2255 knlist_init_mtx(&lj->klist, AIO_MTX(ki));
2337 KNOTE_LOCKED(&lj->klist,
[all...]
H A Dkern_event.c1602 struct klist *list;
1824 struct klist *list, *tmp_knhash, *to_free;
2691 struct klist *list;
2724 struct klist *list;
/freebsd-current/usr.bin/diff/
H A Ddiffreg.c115 * file0, developing a vector klist of "k-candidates". At step i
127 * number greater that the y of all k-candidates, the klist is extended. At
202 static int *klist; /* will be overlaid on file[0] after class */ variable
213 static long *ixold; /* will be overlaid on klist */
441 klist = xcalloc(slen[0] + 2, sizeof(*klist));
445 i = stone(class, slen[0], member, klist, flags);
450 unravel(klist[i]);
452 free(klist);
/freebsd-current/crypto/openssl/test/
H A Devp_test.c3741 KEY_LIST *key, **klist; local
3757 klist = NULL;
3768 klist = &private_keys;
3777 klist = &public_keys;
3786 klist = &private_keys;
3788 klist = &public_keys;
3811 if (klist == &private_keys)
3853 if (klist != NULL) {
3854 if (find_key(NULL, pp->value, *klist)) {
3862 key->next = *klist;
[all...]

Completed in 164 milliseconds