Searched refs:kp (Results 51 - 75 of 94) sorted by relevance

1234

/freebsd-9.3-release/contrib/amd/amd/
H A Dinfo_nisplus.c72 char *kp = strnsave(ENTRY_VAL(value, 0), ENTRY_LEN(value, 0)); local
76 dlog("NISplus callback for <%s,%s>", kp, vp);
78 (*data->ncd_fn) (data->ncd_m, kp, vp);
H A Dinfo_nis.c129 char *kp = strnsave(key, kl); local
132 (*ncdp->ncd_fn) (ncdp->ncd_m, kp, vp);
/freebsd-9.3-release/contrib/cvs/src/
H A Dmyndbm.c292 char *kp; local
294 kp = vp;
300 p->key = xstrdup (kp);
/freebsd-9.3-release/sys/kgssapi/krb5/
H A Dkcrypto_des.c76 void *kp = ks->ks_key; local
80 if (kp != in)
81 bcopy(in, kp, ks->ks_class->ec_keylen);
H A Dkcrypto_aes.c73 void *kp = ks->ks_key; local
77 if (kp != in)
78 bcopy(in, kp, ks->ks_class->ec_keylen);
H A Dkcrypto_des3.c76 void *kp = ks->ks_key; local
80 if (kp != in)
81 bcopy(in, kp, ks->ks_class->ec_keylen);
/freebsd-9.3-release/usr.bin/fstat/
H A Dfstat.c206 dofiles(struct procstat *procstat, struct kinfo_proc *kp) argument
214 uname = user_from_uid(kp->ki_uid, 0);
215 pid = kp->ki_pid;
216 cmd = kp->ki_comm;
218 head = procstat_getfiles(procstat, kp, mflg);
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dpkinit.c719 ReplyKeyPack_Win2k kp; local
720 memset(&kp, 0, sizeof(kp));
725 ret = copy_EncryptionKey(reply_key, &kp.replyKey);
730 kp.nonce = client_params->nonce;
734 &kp, &size,ret);
735 free_ReplyKeyPack_Win2k(&kp);
738 ReplyKeyPack kp; local
739 memset(&kp, 0, sizeof(kp));
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.func.c355 doif(Char **v, struct command *kp) argument
382 lshift(kp->t_dcom, vv - kp->t_dcom);
383 reexecute(kp);
393 reexecute(struct command *kp) argument
395 kp->t_dflg &= F_SAVE;
396 kp->t_dflg |= F_REPEAT;
402 execute(kp, (tpgrp > 0 ? tpgrp : -1), NULL, NULL, TRUE);
669 dorepeat(Char **v, struct command *kp) argument
690 reexecute(kp);
[all...]
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dlocal_sa.c57 static int set_paths_per_dest(const char *val, struct kernel_param *kp);
65 static int set_subscribe_inform_info(const char *val, struct kernel_param *kp);
72 static int do_refresh(const char *val, struct kernel_param *kp);
82 static int set_lookup_method(const char *val, struct kernel_param *kp);
83 static int get_lookup_method(char *buf, struct kernel_param *kp);
738 static int do_refresh(const char *val, struct kernel_param *kp) argument
746 static int get_lookup_method(char *buf, struct kernel_param *kp) argument
757 static int set_lookup_method(const char *val, struct kernel_param *kp) argument
777 static int set_paths_per_dest(const char *val, struct kernel_param *kp) argument
782 ret = param_set_ulong(val, kp);
794 set_subscribe_inform_info(const char *val, struct kernel_param *kp) argument
[all...]
/freebsd-9.3-release/sys/dev/utopia/
H A Dutopia.c635 struct proc *kp; local
651 if ((kp = utopia_kproc) != NULL) {
654 PROC_LOCK(kp);
656 msleep(kp, &kp->p_mtx, PWAIT, "utopia_destroy", 0);
657 PROC_UNLOCK(kp);
/freebsd-9.3-release/sys/sys/
H A Dsignalvar.h285 ksiginfo_t *kp = ksi; \
286 bzero(kp, sizeof(ksiginfo_t)); \
287 kp->ksi_flags |= KSI_TRAP; \
/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Dsock.c276 static struct kinfo_proc kp; local
286 n = sizeof(kp);
287 if (sysctl(mib, 4, &kp, &n, NULL, 0) == -1)
292 return &kp;
/freebsd-9.3-release/contrib/nvi/vi/
H A Dv_z.c122 v_emsg(sp, vp->kp->usage, VIM_USAGE);
H A Dvs_msg.c403 CHAR_T *kp; local
488 for (kp = KEY_NAME(sp, ch); chlen--;)
489 *cbp++ = *kp++;
/freebsd-9.3-release/tools/regression/fifo/fifo_io/
H A Dfifo_io.c924 struct kevent kevent_eventlist[KQUEUE_MAX_EVENT], *kp; local
947 kp = &kevent_eventlist[i];
948 if (kp->flags != EV_ERROR)
950 errno = kp->data;
963 struct kevent kevent_eventlist[KQUEUE_MAX_EVENT], *kp; local
979 kp = &kevent_eventlist[i];
980 if (kp->ident != (u_int)fd)
982 if (kp->filter == EVFILT_READ)
984 if (kp->filter == EVFILT_WRITE)
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_bmap_btree.c334 xfs_bmbt_key_t *kp=NULL; /* pointer to bmap btree key */ local
383 kp = XFS_BMAP_KEY_IADDR(block, 1, cur);
394 memmove(&kp[ptr - 1], &kp[ptr],
395 (numrecs - ptr) * sizeof(*kp));
410 kp = &key;
437 if (ptr == 1 && (error = xfs_bmbt_updkey(cur, kp, level + 1))) {
749 xfs_bmbt_key_t *kp=NULL; /* pointer to bmap btree key */ local
787 kp = XFS_BMAP_KEY_IADDR(block, ptr, cur);
788 xfs_btree_check_key(XFS_BTNUM_BMAP, &key, kp);
938 xfs_bmbt_key_t *kp; local
1037 xfs_bmbt_key_t *kp; local
1700 xfs_bmbt_key_t *kp; local
2342 xfs_bmbt_key_t *kp; /* pointer to bmap btree key */ local
[all...]
/freebsd-9.3-release/crypto/openssl/fips/des/
H A Dfips_desmovs.c180 int kp = akeysz / 64; local
186 if (kp == 1)
189 for (n = 0; n < kp; ++n) {
/freebsd-9.3-release/contrib/gperf/src/
H A Dinput.cc784 char *kp = new char[line_end-line]; local
785 keyword = kp;
818 *kp = static_cast<char>(code);
847 *kp = static_cast<char>(code);
851 *kp = c;
856 *kp = '\n';
861 *kp = '\t';
866 *kp = '\r';
871 *kp = '\f';
876 *kp
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dumac.c338 static void nh_aux(void *kp, const void *dp, void *hp, UINT32 dlen) argument
347 UINT32 *k = (UINT32 *)kp;
373 static void nh_aux(void *kp, const void *dp, void *hp, UINT32 dlen) argument
380 UINT32 *k = (UINT32 *)kp;
420 static void nh_aux(void *kp, const void *dp, void *hp, UINT32 dlen) argument
427 UINT32 *k = (UINT32 *)kp;
475 static void nh_aux(void *kp, const void *dp, void *hp, UINT32 dlen) argument
482 UINT32 *k = (UINT32 *)kp;
H A Dssh-keygen.c1016 char *cp, *cp2, *kp, *kp2; local
1086 for (kp = cp; *kp && *kp != ' ' && *kp != '\t'; kp++)
1089 if (*kp == '\0' || *(kp + 1) == '\0') {
1095 *kp++ = '\0';
1096 kp2 = kp;
[all...]
/freebsd-9.3-release/sys/kern/
H A Dkern_ktrace.c720 struct ktr_psig *kp; local
725 kp = &req->ktr_data.ktr_psig;
726 kp->signo = (char)sig;
727 kp->action = action;
728 kp->mask = *mask;
729 kp->code = code;
/freebsd-9.3-release/tools/regression/posixsem/
H A Dposixsem.c1151 struct kinfo_proc *kp; local
1188 kp = kvm_getprocs(kd, KERN_PROC_PID, pid, &count);
1189 if (kp == NULL) {
1195 if (kp->ki_stat == SSLEEP &&
1196 (strcmp(kp->ki_wmesg, "sem") == 0 ||
1197 strcmp(kp->ki_wmesg, "ksem") == 0))
/freebsd-9.3-release/lib/libc/db/hash/
H A Dhash.c576 char *kp; local
585 kp = (char *)key->data;
586 rbufp = __get_buf(hashp, __call_hash(hashp, kp, size), NULL, 0);
597 memcmp(kp, rbufp->page + *bp, size) == 0)
618 __find_bigpair(hashp, rbufp, ndx, kp, size)) > 0)
/freebsd-9.3-release/contrib/sendmail/src/
H A Dsrvrsmtp.c159 char *kp; local
167 kp = p;
189 sm_dprintf("%s: got arg %s=\"%s\"\n", which, kp,
192 esmtp_args(addr_st, kp, vp, e);
196 args[argno] = kp;
4184 ** kp -- the parameter key.
4193 mail_esmtp_args(a, kp, vp, e)
4195 char *kp;
4199 if (sm_strcasecmp(kp, "size") == 0)
4220 else if (sm_strcasecmp(kp, "bod
[all...]

Completed in 312 milliseconds

1234