Searched refs:msg (Results 226 - 250 of 1214) sorted by relevance

1234567891011>>

/freebsd-9.3-release/crypto/heimdal/kcm/
H A Dlog.c60 char *msg; local
61 krb5_vlog_msg(kcm_context, logf, &msg, level, fmt, ap);
62 return msg;
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dlog.c64 char *msg; local
65 krb5_vlog_msg(context, config->logf, &msg, level, fmt, ap);
66 return msg;
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Drd_error.c40 const krb5_data *msg,
47 ret = decode_KRB_ERROR(msg->data, msg->length, result, &len);
39 krb5_rd_error(krb5_context context, const krb5_data *msg, KRB_ERROR *result) argument
/freebsd-9.3-release/lib/libc/rpc/
H A Dclnt_raw.c116 * pre-serialize the static part of the call msg and stash it away
156 struct rpc_msg msg; local
195 msg.acpted_rply.ar_verf = _null_auth;
196 msg.acpted_rply.ar_results.where = resultsp;
197 msg.acpted_rply.ar_results.proc = xresults;
198 if (! xdr_replymsg(xdrs, &msg)) {
211 xdr_replymsg(xdrs, &msg);
215 _seterr_reply(&msg, &error);
219 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) {
224 if (AUTH_REFRESH(h->cl_auth, &msg))
[all...]
/freebsd-9.3-release/sys/arm/xscale/ixp425/
H A Dixp425_npevar.h117 int ixpnpe_sendmsg_async(struct ixpnpe_softc *, const uint32_t msg[2]);
118 int ixpnpe_recvmsg_async(struct ixpnpe_softc *, uint32_t msg[2]);
121 int ixpnpe_recvmsg_sync(struct ixpnpe_softc *, uint32_t msg[2]);
/freebsd-9.3-release/sys/boot/ficl/amd64/
H A Dsysdep.c53 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) argument
57 while(*msg != 0)
58 putchar(*(msg++));
/freebsd-9.3-release/sys/boot/ficl/arm/
H A Dsysdep.c53 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) argument
57 while(*msg != 0)
58 putchar(*(msg++));
/freebsd-9.3-release/sys/boot/ficl/ia64/
H A Dsysdep.c53 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) argument
57 while(*msg != 0)
58 putchar(*(msg++));
/freebsd-9.3-release/sys/boot/ficl/mips/
H A Dsysdep.c53 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) argument
57 while(*msg != 0)
58 putchar(*(msg++));
/freebsd-9.3-release/sys/boot/ficl/powerpc/
H A Dsysdep.c53 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) argument
57 while(*msg != 0)
58 putchar(*(msg++));
/freebsd-9.3-release/sys/boot/ficl/sparc64/
H A Dsysdep.c53 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) argument
57 while(*msg != 0)
58 putchar(*(msg++));
/freebsd-9.3-release/sys/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c165 struct ng_mesg *msg = NULL; local
169 NGI_GET_MSG(item, msg);
170 NG_FREE_MSG(msg);
172 NG_MKMESSAGE(msg, NGM_HCI_COOKIE,
175 if (msg != NULL) {
176 cfm = (ng_hci_lp_con_cfm_ep *)msg->data;
188 _NGI_MSG(item) = msg;
571 struct ng_mesg *msg = NULL; local
584 NG_MKMESSAGE(msg, NGM_HCI_COOKIE, NGM_HCI_LP_CON_CFM,
586 if (msg !
639 struct ng_mesg *msg = NULL; local
879 struct ng_mesg *msg = NULL; local
1050 struct ng_mesg *msg = NULL; local
1105 struct ng_mesg *msg = NULL; local
[all...]
/freebsd-9.3-release/sys/rpc/
H A Drpc_prot.c307 _seterr_reply(struct rpc_msg *msg, struct rpc_err *error) argument
311 assert(msg != NULL);
315 switch (msg->rm_reply.rp_stat) {
318 if (msg->acpted_rply.ar_stat == SUCCESS) {
322 stat = accepted(msg->acpted_rply.ar_stat, error);
326 stat = rejected(msg->rjcted_rply.rj_stat, error);
331 error->re_lb.s1 = (int32_t)(msg->rm_reply.rp_stat);
339 error->re_vers.low = msg->rjcted_rply.rj_vers.low;
340 error->re_vers.high = msg->rjcted_rply.rj_vers.high;
344 error->re_why = msg
[all...]
H A Dsvc_auth_unix.c64 _svcauth_unix(struct svc_req *rqst, struct rpc_msg *msg) argument
76 auth_len = (u_int)msg->rm_call.cb_cred.oa_length;
77 xdrmem_create(&xdrs, msg->rm_call.cb_cred.oa_base, auth_len,
137 _svcauth_short(rqst, msg)
139 struct rpc_msg *msg;
/freebsd-9.3-release/usr.bin/grep/regex/
H A Dglue.h33 #define DPRINT(msg)
35 #define DPRINT(msg) do {printf msg; fflush(stdout);} while(/*CONSTCOND*/0)
/freebsd-9.3-release/contrib/file/
H A Dmissing95 msg="probably too old"
98 msg="missing on your system"
137 printf '%s\n' "'$1' is $msg."
/freebsd-9.3-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_llpi.c69 struct ng_mesg *msg = NULL; local
101 NG_MKMESSAGE(msg, NGM_HCI_COOKIE, NGM_HCI_LP_CON_REQ,
103 if (msg == NULL) {
109 ep = (ng_hci_lp_con_req_ep *) (msg->data);
117 NG_SEND_MSG_HOOK(error, l2cap->node, msg, l2cap->hci, 0);
139 ng_l2cap_lp_con_cfm(ng_l2cap_p l2cap, struct ng_mesg *msg) argument
146 if (msg->header.arglen != sizeof(*ep)) {
154 ep = (ng_hci_lp_con_cfm_ep *) (msg->data);
207 ng_l2cap_lp_con_ind(ng_l2cap_p l2cap, struct ng_mesg *msg) argument
216 if (msg
290 ng_l2cap_lp_discon_ind(ng_l2cap_p l2cap, struct ng_mesg *msg) argument
353 struct ng_mesg *msg = NULL; local
414 ng_l2cap_lp_qos_cfm(ng_l2cap_p l2cap, struct ng_mesg *msg) argument
441 ng_l2cap_lp_qos_ind(ng_l2cap_p l2cap, struct ng_mesg *msg) argument
863 struct ng_mesg *msg = NULL; local
[all...]
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Dhost.c202 say_message(dns_name_t *name, const char *msg, dns_rdata_t *rdata, argument
228 msg, (int)r.length, (char *)r.base);
248 printsection(dns_message_t *msg, dns_section_t sectionid, argument
273 result = dns_message_firstname(msg, sectionid);
281 dns_message_currentname(msg, sectionid, &name);
357 result = dns_message_nextname(msg, sectionid);
368 printrdata(dns_message_t *msg, dns_rdataset_t *rdataset, dns_name_t *owner, argument
376 UNUSED(msg);
393 chase_cnamechain(dns_message_t *msg, dns_name_t *qname) { argument
398 unsigned int i = msg
419 printmessage(dig_query_t *query, dns_message_t *msg, isc_boolean_t headers) argument
[all...]
/freebsd-9.3-release/lib/libtacplus/
H A Dtaclib.c310 crypt_msg(struct tac_handle *h, struct tac_msg *msg) argument
321 msg->flags |= TAC_UNENCRYPTED;
322 if (msg->flags & TAC_UNENCRYPTED)
325 msg_len = ntohl(msg->length);
328 MD5Update(&base_ctx, msg->session_id, sizeof msg->session_id);
330 MD5Update(&base_ctx, &msg->version, sizeof msg->version);
331 MD5Update(&base_ctx, &msg->seq_no, sizeof msg
426 gen_session_id(struct tac_msg *msg) argument
549 struct tac_msg *msg; local
621 struct tac_msg *msg; local
705 split(char *str, char *fields[], int maxfields, char *msg, size_t msglen) argument
842 char msg[ERRSIZE]; local
926 char msg[ERRSIZE]; local
992 struct tac_msg *msg; local
1235 tac_set_msg(struct tac_handle *h, const char *msg) argument
[all...]
/freebsd-9.3-release/sys/nfs/
H A Dnfs_lock.c237 LOCKD_MSG msg; local
254 nmp->nm_getinfo(vp, msg.lm_fh, &msg.lm_fh_len, &msg.lm_addr,
255 &msg.lm_nfsv3, NULL, NULL);
276 msg.lm_version = LOCKD_MSG_VERSION;
277 msg.lm_msg_ident.pid = p->p_pid;
289 msg.lm_msg_ident.pid_start = p->p_nlminfo->pid_start;
290 msg.lm_msg_ident.msg_seq = ++(p->p_nlminfo->msg_seq);
292 msg
[all...]
/freebsd-9.3-release/lib/libc/resolv/
H A Dres_findzonecut.c282 ns_msg msg; local
305 n = do_query(statp, dname, class, ns_t_soa, resp, &msg);
315 rcode = ns_msg_getflag(msg, ns_f_rcode);
316 ancount = ns_msg_count(msg, ns_s_an);
317 nscount = ns_msg_count(msg, ns_s_ns);
330 if (ns_parserr(&msg, sect, i, &rr) < 0) {
376 if (ns_name_uncompress(resp, ns_msg_end(msg), rdata,
382 if (save_ns(statp, &msg, ns_s_ns,
418 ns_msg msg; local
426 n = do_query(statp, zname, class, ns_t_ns, resp, &msg);
457 ns_msg msg; local
522 save_ns(res_state statp, ns_msg *msg, ns_sect sect, const char *owner, ns_class class, int opts, rrset_ns *nsrrsp) argument
581 save_a(res_state statp, ns_msg *msg, ns_sect sect, const char *owner, ns_class class, int opts, rr_ns *nsrr) argument
675 do_query(res_state statp, const char *dname, ns_class class, ns_type qtype, u_char *resp, ns_msg *msg) argument
[all...]
/freebsd-9.3-release/sys/netgraph/
H A Dng_nat.c342 struct ng_mesg *msg; local
345 NGI_GET_MSG(item, msg);
347 switch (msg->header.typecookie) {
349 switch (msg->header.cmd) {
352 struct in_addr *const ia = (struct in_addr *)msg->data;
354 if (msg->header.arglen < sizeof(*ia)) {
367 (struct ng_nat_mode *)msg->data;
369 if (msg->header.arglen < sizeof(*mode)) {
384 struct in_addr *const ia = (struct in_addr *)msg->data;
386 if (msg
[all...]
H A Dng_bpf.c307 struct ng_mesg *msg; local
311 NGI_GET_MSG(item, msg);
312 switch (msg->header.typecookie) {
314 switch (msg->header.cmd) {
318 hp = (struct ng_bpf_hookprog *)msg->data;
322 if (msg->header.arglen < sizeof(*hp)
323 || msg->header.arglen
343 if (msg->header.arglen == 0)
345 msg->data[msg
[all...]
H A Dng_hub.c103 struct ng_mesg *msg; local
105 NGI_GET_MSG(item, msg);
106 if (msg->header.typecookie == NGM_HUB_COOKIE &&
107 msg->header.cmd == NGM_HUB_SET_PERSISTENT) {
113 NG_FREE_MSG(msg);
/freebsd-9.3-release/contrib/openpam/modules/pam_unix/
H A Dpam_unix.c71 struct pam_message msg; local
94 msg.msg_style = PAM_PROMPT_ECHO_OFF;
95 msg.msg = password_prompt;
96 msgp = &msg;

Completed in 124 milliseconds

1234567891011>>