Searched refs:ki (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-9.3-release/release/picobsd/tinyware/sps/
H A Dsps.c48 struct kinfo_proc *ki; local
69 ki = (struct kinfo_proc *)(t + (num - i - 1) * KINFO_PROC_SIZE);
70 mib[3] = ki->ki_pid;
77 sprintf(buf, "(%s)", ki->ki_comm);
83 if (strcmp(ki->ki_wmesg, "") == 0) {
86 strcpy(wmesg, ki->ki_wmesg);
88 ma = major(ki->ki_tdev);
89 mi = minor(ki->ki_tdev);
107 sprintf(pst, "%c", p_stat[ki->ki_stat]);
109 ki
[all...]
/freebsd-9.3-release/sys/kern/
H A Dvfs_aio.c308 #define AIO_LOCK(ki) mtx_lock(&(ki)->kaio_mtx)
309 #define AIO_UNLOCK(ki) mtx_unlock(&(ki)->kaio_mtx)
310 #define AIO_LOCK_ASSERT(ki, f) mtx_assert(&(ki)->kaio_mtx, (f))
311 #define AIO_MTX(ki) (&(ki)->kaio_mtx)
577 struct kaioinfo *ki; local
579 ki
637 struct kaioinfo *ki; local
723 struct kaioinfo *ki; local
811 struct kaioinfo *ki; local
962 struct kaioinfo *ki; local
1037 struct kaioinfo *ki; local
1259 struct kaioinfo *ki; local
1531 struct kaioinfo *ki; local
1785 struct kaioinfo *ki = userp->p_aioinfo; local
1803 struct kaioinfo *ki = userp->p_aioinfo; local
1852 struct kaioinfo *ki; local
1902 struct kaioinfo *ki; local
1989 struct kaioinfo *ki; local
2089 struct kaioinfo *ki; local
2171 struct kaioinfo *ki; local
2390 struct kaioinfo *ki; local
2425 struct kaioinfo *ki; local
2507 struct kaioinfo *ki; local
[all...]
H A Dkern_proc.c1098 freebsd32_kinfo_proc_out(const struct kinfo_proc *ki, struct kinfo_proc32 *ki32) argument
1104 CP(*ki, *ki32, ki_layout);
1105 PTRTRIM_CP(*ki, *ki32, ki_args);
1106 PTRTRIM_CP(*ki, *ki32, ki_paddr);
1107 PTRTRIM_CP(*ki, *ki32, ki_addr);
1108 PTRTRIM_CP(*ki, *ki32, ki_tracep);
1109 PTRTRIM_CP(*ki, *ki32, ki_textvp);
1110 PTRTRIM_CP(*ki, *ki32, ki_fd);
1111 PTRTRIM_CP(*ki, *ki32, ki_vmspace);
1112 PTRTRIM_CP(*ki, *ki3
1186 struct kinfo_proc ki; local
1228 struct kinfo_proc ki; local
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dssh-pkcs11-helper.c65 struct pkcs11_keyinfo *ki; local
67 ki = xcalloc(1, sizeof(*ki));
68 ki->providername = xstrdup(name);
69 ki->key = k;
70 TAILQ_INSERT_TAIL(&pkcs11_keylist, ki, next);
76 struct pkcs11_keyinfo *ki, *nxt; local
78 for (ki = TAILQ_FIRST(&pkcs11_keylist); ki; ki
93 struct pkcs11_keyinfo *ki; local
[all...]
/freebsd-9.3-release/bin/ps/
H A Dps.c983 descendant_sort(KINFO *ki, int items) argument
996 if (ki[src].ki_d.level) {
1001 if (!ki[src + nsrc].ki_d.level)
1005 if (ki[dst].ki_p->ki_pid == ki[src].ki_p->ki_pid)
1007 if (ki[dst].ki_p->ki_pid == ki[src].ki_p->ki_ppid)
1017 if (ki[dst + ndst].ki_d.level <= ki[dst].ki_d.level)
1021 ki[
1161 format_output(KINFO *ki) argument
1203 fmt(char **(*fn)(kvm_t *, const struct kinfo_proc *, int), KINFO *ki, char *comm, char *thread, int maxlen) argument
1216 saveuser(KINFO *ki) argument
[all...]
/freebsd-9.3-release/sys/crypto/rijndael/
H A Dtest00.c43 keyInstance ki; local
53 rijndael_makeKey(&ki, DIR_DECRYPT, 128, key);
56 rijndael_blockDecrypt(&ci, &ki, in, LL * 8, out);
60 rijndael_blockDecrypt(&ci, &ki, in, LL * 8, in);
/freebsd-9.3-release/sys/geom/bde/
H A Dg_bde_crypt.c80 g_bde_kkey(struct g_bde_softc *sc, keyInstance *ki, int dir, off_t sector) argument
105 AES_makekey(ki, dir, G_BDE_KKEYBITS, buf);
123 keyInstance ki; local
132 g_bde_kkey(sc, &ki, DIR_DECRYPT, wp->offset + o);
133 AES_decrypt(&ci, &ki, d, skey, sizeof skey);
135 AES_makekey(&ki, DIR_DECRYPT, G_BDE_SKEYBITS, skey);
136 AES_decrypt(&ci, &ki, d, d, sc->sectorsize);
140 bzero(&ki, sizeof ki);
158 keyInstance ki; local
199 keyInstance ki; local
[all...]
H A Dg_bde_lock.c309 keyInstance ki; local
315 AES_makekey(&ki, DIR_ENCRYPT, G_BDE_KKEYBITS, sha2 + 0);
316 AES_encrypt(&ci, &ki, buf, output, sizeof buf);
319 bzero(&ki, sizeof ki);
326 keyInstance ki; local
331 AES_makekey(&ki, DIR_DECRYPT, G_BDE_KKEYBITS, sha2 + 0);
332 AES_decrypt(&ci, &ki, input, buf, sizeof buf);
336 bzero(&ki, sizeof ki);
360 keyInstance ki; local
[all...]
H A Dg_bde.h185 AES_makekey(keyInstance *ki, int dir, u_int len, void *key) argument
189 error = rijndael_makeKey(ki, dir, len, key);
194 AES_encrypt(cipherInstance *ci, keyInstance *ki, void *in, void *out, u_int len) argument
198 error = rijndael_blockEncrypt(ci, ki, in, len * 8, out);
203 AES_decrypt(cipherInstance *ci, keyInstance *ki, void *in, void *out, u_int len) argument
207 error = rijndael_blockDecrypt(ci, ki, in, len * 8, out);
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dd1_enc.c238 unsigned long ki; local
240 for (ki = 0; ki < l; ki++)
241 printf(" %02x", rec->data[ki]);
H A Dt1_enc.c260 int ki; local
261 for (ki = 0; ki < s->s3->tmp.key_block_length; ki++)
262 printf("%02x", s->s3->tmp.key_block[ki]);
424 int ki; local
427 for (ki = 0; ki < c->key_len; ki++)
428 printf("%02x", key[ki]);
653 unsigned long ki; local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/md5/asm/
H A Dmd5-586.pl44 local($pos,$a,$b,$c,$d,$K,$ki,$s,$t)=@_;
47 &mov($tmp2,&DWP($xo[$ki]*4,$K,"",0)) if $pos < 0; # very first one
51 &comment("R0 $ki");
65 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
72 local($pos,$a,$b,$c,$d,$K,$ki,$s,$t)=@_;
74 &comment("R1 $ki");
81 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
95 local($n,$pos,$a,$b,$c,$d,$K,$ki,$s,$t)=@_;
100 &comment("R2 $ki");
113 &mov($tmp2,&DWP($xo[$ki
[all...]
/freebsd-9.3-release/lib/libjail/
H A Djail.c557 int i, ai, ki, jid, arrays, sanity; local
592 ki = ai;
593 jiov[ki].iov_base = jp_key->jp_name;
594 jiov[ki].iov_len = strlen(jp_key->jp_name) + 1;
595 ki++;
596 jiov[ki].iov_base = jp_key->jp_value;
597 jiov[ki].iov_len = (jp_key->jp_ctltype & CTLTYPE) == CTLTYPE_STRING
599 ki++;
600 *(const void **)&jiov[ki].iov_base = "errmsg";
601 jiov[ki]
[all...]
/freebsd-9.3-release/sys/dev/kbdmux/
H A Dkbdmux.c945 keyboard_info_t *ki; local
956 ki = (keyboard_info_t *) arg;
958 if (ki == NULL || ki->kb_unit < 0 || ki->kb_name[0] == '\0' ||
959 strcmp(ki->kb_name, "*") == 0)
965 if (k->kbd->kb_unit == ki->kb_unit &&
966 strcmp(k->kbd->kb_name, ki->kb_name) == 0)
984 ki->kb_name,
985 ki
[all...]
/freebsd-9.3-release/contrib/telnet/libtelnet/
H A Dencrypt.c180 } ki[2] = { variable in typeref:struct:key_info
708 encrypt_keyid(&ki[1], keyid, len);
714 encrypt_keyid(&ki[0], keyid, len);
769 struct key_info *kp = &ki[(dir == DIR_ENCRYPT) ? 0 : 1];
833 for (i = 0; i < ki[0].keylen; ++i) {
834 if ((*p++ = ki[0].keyid[i]) == IAC)
887 for (i = 0; i < ki[1].keylen; ++i) {
888 if ((*p++ = ki[1].keyid[i]) == IAC)
/freebsd-9.3-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.c172 } ki[2] = { variable in typeref:struct:key_info
777 encrypt_keyid(&ki[1], keyid, len);
782 encrypt_keyid(&ki[0], keyid, len);
793 struct key_info *kp = &ki[(dir == DIR_ENCRYPT) ? 0 : 1];
857 for (i = 0; i < ki[0].keylen; ++i) {
858 if ((*p++ = ki[0].keyid[i]) == IAC)
911 for (i = 0; i < ki[1].keylen; ++i) {
912 if ((*p++ = ki[1].keyid[i]) == IAC)
/freebsd-9.3-release/release/scripts/
H A DdoFS.sh117 df -ki ${MNT}
119 set `df -ki ${MNT} | tail -1`
/freebsd-9.3-release/crypto/openssl/crypto/rc2/
H A Drc2_skey.c120 RC2_INT *ki; local
158 ki = &(key->data[63]);
160 *(ki--) = ((k[i] << 8) | k[i - 1]) & 0xffff;
/freebsd-9.3-release/sys/dev/kbd/
H A Dkbd.c195 keyboard_info_t ki; local
223 bzero(&ki, sizeof(ki));
224 strcpy(ki.kb_name, kbd->kb_name);
225 ki.kb_unit = kbd->kb_unit;
227 (void)kbdd_ioctl(mux, KBADDKBD, (caddr_t) &ki);
240 bzero(&ki, sizeof(ki));
241 strcpy(ki.kb_name, kbd->kb_name);
242 ki
[all...]
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dhlr_auc_gw.c71 u8 ki[16]; member in struct:milenage_parameters
316 if (strlen(pos) != 32 || hexstr2bin(pos, m->ki, 16)) {
423 gsm_milenage(m->opc, m->ki, _rand, sres, kc);
491 milenage_generate(m->opc, m->amf, m->ki, m->sqn, _rand,
564 if (milenage_auts(m->opc, m->ki, _rand, _auts, sqn)) {
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dks_p12.c76 PKCS8PrivateKeyInfo ki; local
84 ret = decode_PKCS8PrivateKeyInfo(data, length, &ki, NULL);
90 &ki.privateKeyAlgorithm,
92 &ki.privateKey,
94 free_PKCS8PrivateKeyInfo(&ki);
/freebsd-9.3-release/usr.sbin/jail/
H A Dcommand.c716 struct kinfo_proc *ki; local
732 ki = kvm_getprocs(kd, KERN_PROC_PROC, 0, &pcnt);
733 if (ki == NULL)
737 if (ki[i].ki_jid == j->jid &&
738 kill(ki[i].ki_pid, SIGTERM) == 0) {
739 (void)add_proc(j, ki[i].ki_pid);
745 printf(" %d", ki[i].ki_pid);
/freebsd-9.3-release/sys/geom/
H A Dgeom_aes.c98 g_aes_makekey(struct g_aes_softc *sc, off_t off, keyInstance *ki, int dir) argument
106 rijndael_makeKey(ki, dir, 128, sc->master_key);
128 rijndael_makeKey(ki, dir, 128, buf);
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcslex.c647 register char const *ki; local
648 for (ki=key; ki<kn; )
649 savech_(*ki++)
/freebsd-9.3-release/sys/dev/vt/
H A Dvt_core.c557 keyboard_info_t ki; local
575 bzero(&ki, sizeof(ki));
576 strcpy(ki.kb_name, k->kb_name);
577 ki.kb_unit = k->kb_unit;
579 kbdd_ioctl(k0, KBADDKBD, (caddr_t) &ki);

Completed in 310 milliseconds

12