Searched refs:nk (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c271 fastboot_vatoindex(fastboot_info_t *nk, uintptr_t va, int level) argument
273 return ((va >> nk->fi_shift_amt[level]) & (nk->fi_ptes_per_table - 1));
282 fastboot_map_with_size(fastboot_info_t *nk, uintptr_t vstart, paddr_t pstart, argument
290 table = (x86pte_t *)(nk->fi_pagetable_va);
292 for (l = nk->fi_top_level; l >= level; l--) {
294 index = fastboot_vatoindex(nk, vstart, l);
302 vaddr += (1ULL << nk->fi_shift_amt[l]),
303 paddr += (1ULL << nk->fi_shift_amt[l])) {
305 uint_t index = fastboot_vatoindex(nk, vadd
347 fastboot_build_pagetables(fastboot_info_t *nk) argument
463 fastboot_build_mbi(char *mdep, fastboot_info_t *nk) argument
601 fastboot_init_fields(fastboot_info_t *nk) argument
676 fastboot_reserve_mem(fastboot_info_t *nk) argument
772 fastboot_free_mem(fastboot_info_t *nk, uint64_t endaddr) argument
801 fastboot_free_newkernel(fastboot_info_t *nk) argument
815 fastboot_cksum_cdata(fastboot_info_t *nk, uchar_t *md5_hash) argument
835 fastboot_cksum_generate(fastboot_info_t *nk) argument
850 fastboot_cksum_verify(fastboot_info_t *nk) argument
1296 fastboot_xc_func(fastboot_info_t *nk, xc_arg_t unused2, xc_arg_t unused3) argument
[all...]
/illumos-gate/usr/src/cmd/refer/
H A Dinv2.c39 int i, nk, ndoc = 0, more = 0, c; local
67 nk = getargs(p, keyv);
69 nk--;
70 for (i = 0; i < nk; i++)
73 for (i = 0; i < nk; i++)
78 strcpy(key, keyv[nk]);
/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_aslr.sh43 cat out.* | sort | uniq -c | sort -nk 1 | nawk '
/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddtview.c40 Void_t *o, *n, *ok, *nk; local
61 n = nk = NIL(Void_t*); p = NIL(Dt_t*);
69 { cmp = _DTCMP(d,ok,nk,d->disc,cmpf,sz);
77 nk = ok;
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Ddelete.c230 int nk, numkeys = 0; local
271 rv = pk_delete_keys(kmfhandle, attrlist, num, keytype, &nk);
272 numkeys += nk;
286 rv = pk_delete_keys(kmfhandle, attrlist, num, keytype, &nk);
287 numkeys += nk;
301 rv = pk_delete_keys(kmfhandle, attrlist, num, keytype, &nk);
302 numkeys += nk;
423 int nk, numkeys = 0; local
477 rv = pk_delete_keys(kmfhandle, attrlist, num, "private", &nk);
478 numkeys += nk;
633 int nk, numkeys = 0; local
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c277 char *nk; local
315 nk = strchr(*rule, '<');
316 while (nk != NULL) {
319 if (strncmp(nk, nextkw->value, nextkw->length) == 0) {
320 /* Found a keyword, nk points to the beginning */
326 nk = strchr(nk+1, '<'); /* keep looking */
331 if (nk != NULL && found_next_kw)
332 len = (nk - *rule);
/illumos-gate/usr/src/common/net/wanboot/
H A Dauxutil.c499 int nk; local
502 nk = (kl != NULL) ? sk_EVP_PKEY_num(kl) : 0;
506 if (nk > 0 && n >= 0 || n < nk) {
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtokenize.c166 int nk; local
167 nk = sizeof(aKeywordTable)/sizeof(aKeywordTable[0]);
168 for(i=0; i<nk; i++){
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c477 char *key, *nk, *keyend, *val, **vals, *options, *fmri; local
658 for (nk = argv[i];
659 nk != NULL && nk[0] != '-';
660 nk = argv[++i]) {
661 if (nk[0] == '\0')
663 if ((keyend = strchr(nk, '='))
667 " pair %s\n"), myname, nk);
670 if ((keylen = keyend - nk) !=
673 if (strncmp(key, nk, keyle
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dp12lib.c2258 int nk; local
2261 nk = (kl != NULL) ? sk_EVP_PKEY_num(kl) : 0;
2265 if (nk > 0 && n >= 0 || n < nk) {

Completed in 119 milliseconds