Searched refs:msgid (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-current/contrib/xz/src/common/
H A Dtuklib_gettext.h35 # define _(msgid) gettext(msgid)
39 # define _(msgid) (msgid)
42 #define N_(msgid) msgid
/freebsd-current/contrib/diff/lib/
H A Dxmalloc.c30 #define _(msgid) gettext (msgid)
31 #define N_(msgid) msgid
H A Dversion-etc.c33 #define _(msgid) gettext (msgid)
H A Dc-stack.c48 #define _(msgid) gettext (msgid)
/freebsd-current/sys/dev/hyperv/utilities/
H A Dhv_snapshot.h49 uint64_t msgid; /* an ID used to identify the transaction */ member in struct:hv_vss_opt_msg
H A Dhv_snapshot.c255 if (reqp->vss_req.opt_msg.msgid == id) { \
355 (uintmax_t)userdata->msgid);
412 vss_opt_name[opt], (uintmax_t)reqp->vss_req.opt_msg.msgid,
430 req_id = userdata->msgid;
484 req_id = userdata->msgid;
692 uint64_t req_id = reqp->vss_req.opt_msg.msgid;
731 reqp->vss_req.opt_msg.msgid = (vm_ts.tv_sec * NANOSEC) + vm_ts.tv_nsec;
842 (uintmax_t)reqp->vss_req.opt_msg.msgid);
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dgettext.h111 /* The separator between msgctxt and msgid in a .mo file. */
150 const char *msg_ctxt_id, const char *msgid,
155 return msgid;
169 const char *msg_ctxt_id, const char *msgid,
176 return (n == 1 ? msgid : msgid_plural);
213 const char *msgctxt, const char *msgid,
217 size_t msgid_len = strlen (msgid) + 1;
233 memcpy (msg_ctxt_id + msgctxt_len, msgid, msgid_len);
243 return msgid;
260 const char *msgctxt, const char *msgid,
149 pgettext_aux(const char *domain, const char *msg_ctxt_id, const char *msgid, int category) argument
168 npgettext_aux(const char *domain, const char *msg_ctxt_id, const char *msgid, const char *msgid_plural, unsigned long int n, int category) argument
212 dcpgettext_expr(const char *domain, const char *msgctxt, const char *msgid, int category) argument
259 dcnpgettext_expr(const char *domain, const char *msgctxt, const char *msgid, const char *msgid_plural, unsigned long int n, int category) argument
[all...]
/freebsd-current/sys/sys/
H A Dipmi.h113 long msgid; member in struct:ipmi_req
121 long msgid; member in struct:ipmi_recv
166 int32_t msgid; member in struct:ipmi_req32
174 int32_t msgid; member in struct:ipmi_recv32
/freebsd-current/contrib/wpa/hs20/client/
H A Doma_dm_client.c109 const char *url, int msgid)
127 xml_node_create_text(ctx->xml, synchdr, NULL, "MsgID", int2str(msgid));
299 const char *url, int msgid, const char *oper)
305 syncml = oma_dm_build_hdr(ctx, url, msgid);
337 const char *url, int msgid)
341 syncml = build_oma_dm_1(ctx, url, msgid, DM_HS20_SUBSCRIPTION_CREATION);
350 const char *url, int msgid)
354 syncml = build_oma_dm_1(ctx, url, msgid,
364 const char *url, int msgid)
368 syncml = build_oma_dm_1(ctx, url, msgid, DM_HS20_POLICY_UPDAT
108 oma_dm_build_hdr(struct hs20_osu_client *ctx, const char *url, int msgid) argument
298 build_oma_dm_1(struct hs20_osu_client *ctx, const char *url, int msgid, const char *oper) argument
336 build_oma_dm_1_sub_reg(struct hs20_osu_client *ctx, const char *url, int msgid) argument
349 build_oma_dm_1_sub_prov(struct hs20_osu_client *ctx, const char *url, int msgid) argument
363 build_oma_dm_1_pol_upd(struct hs20_osu_client *ctx, const char *url, int msgid) argument
376 build_oma_dm_1_sub_rem(struct hs20_osu_client *ctx, const char *url, int msgid) argument
992 oma_dm_process(struct hs20_osu_client *ctx, const char *url, xml_node_t *resp, int msgid, char **ret_resp_uri, xml_node_t *pps, const char *pps_fname) argument
1158 int msgid = 0; local
1195 int msgid = 0; local
1257 int msgid = 0; local
1304 int msgid = 0; local
[all...]
/freebsd-current/contrib/libxo/xopo/
H A Dxopo.c91 " --po <file> or -f <file> Generate new msgid's for a po file\n"
200 static char msgid[] = "msgid "; local
234 if (strncmp(buf, msgid, sizeof(msgid) - 1) != 0) {
239 for (cp = buf + sizeof(msgid); *cp; cp++)
260 fprintf(outfile, "msgid \"%s\"\n", cp);
271 fprintf(outfile, "msgid \"%s\"\n"
277 fprintf(outfile, "msgid \"%s\"\nmsgstr \"\"\n\n", xmp->xm_data);
/freebsd-current/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c574 header->msgid = VCHIQ_MSGID_PADDING;
656 int msgid = header->msgid; local
657 if (VCHIQ_MSG_TYPE(msgid) == VCHIQ_MSG_DATA) {
658 int port = VCHIQ_MSG_SRCPORT(msgid);
678 "(header %x, msgid %x, "
679 "header->msgid %x, "
684 (unsigned int)header, msgid,
685 header->msgid,
719 ", msgid
767 queue_message(VCHIQ_STATE_T *state, VCHIQ_SERVICE_T *service, int msgid, const VCHIQ_ELEMENT_T *elements, int count, int size, int flags) argument
1007 queue_message_sync(VCHIQ_STATE_T *state, VCHIQ_SERVICE_T *service, int msgid, const VCHIQ_ELEMENT_T *elements, int count, int size, int is_blocking) argument
1127 int msgid = header->msgid; local
1188 int msgid = VCHIQ_MAKE_MSG(msgtype, service->localport, local
1510 int msgid, size; local
1640 int msgid, size; local
2164 int msgid, size; local
2773 int msgid = header->msgid; local
3512 int msgid = header->msgid; local
[all...]
H A Dvchiq_core.h117 #define VCHIQ_MSG_TYPE(msgid) ((unsigned int)msgid >> 24)
118 #define VCHIQ_MSG_SRCPORT(msgid) \
119 (unsigned short)(((unsigned int)msgid >> 12) & 0xfff)
120 #define VCHIQ_MSG_DSTPORT(msgid) \
121 ((unsigned short)msgid & 0xfff)
H A Dvchiq_if.h83 int msgid; member in struct:vchiq_header_struct
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_status.c499 zpool_get_status(zpool_handle_t *zhp, const char **msgid, argument
514 if (msgid != NULL) {
516 *msgid = NULL;
518 *msgid = zfs_msgid_table[ret];
524 zpool_import_status(nvlist_t *config, const char **msgid, argument
530 *msgid = NULL;
532 *msgid = zfs_msgid_table[ret];
/freebsd-current/usr.sbin/ypldap/
H A Daldap.h34 int msgid; member in struct:aldap
45 int msgid; member in struct:aldap_message
H A Daldap.c96 elm = ber_printf_elements(root, "d{tdsst", ++ldap->msgid, BER_CLASS_APP,
110 return (ldap->msgid);
127 elm = ber_printf_elements(root, "d{t", ++ldap->msgid, BER_CLASS_APP,
140 return (ldap->msgid);
161 ber = ber_printf_elements(root, "d{t", ++ldap->msgid, BER_CLASS_APP,
202 return (ldap->msgid);
255 long long msgid = 0; local
267 if (ber_scanf_elements(m->msg, "{ite", &msgid, &class, &type, &a) != 0)
269 m->msgid = msgid;
[all...]
H A Dldapclient.c530 if (al->msgid != m->msgid) {
588 where = "verifying msgid";
589 if (al->msgid != m->msgid) {
/freebsd-current/contrib/diff/src/
H A Dsystem.h200 #define _(msgid) gettext (msgid)
201 #define N_(msgid) msgid
/freebsd-current/contrib/sendmail/libsm/
H A Dldap.c336 int msgid, err, r; local
462 msgid = ldap_bind(ld, lmap->ldap_binddn, lmap->ldap_secret,
469 lmap->ldap_uri, msgid, save_errno,
477 if (-1 == msgid)
487 r = ldap_result(ld, msgid, LDAP_MSG_ALL,
565 ** Initiate an LDAP search, return the msgid.
575 ** <0 on failure (SM_LDAP_ERR*), msgid on success
584 int msgid; local
675 msgid = ldap_search(lmap->ldap_ld, lmap->ldap_base,
680 return msgid;
[all...]
H A Dmbdb.c481 int msgid; local
516 msgid = sm_ldap_search(&LDAPLMAP, name);
517 if (msgid == -1)
532 ret = ldap_result(LDAPLMAP.ldap_ld, msgid, 1,
/freebsd-current/usr.bin/gencat/
H A Dgencat.c392 int setid, msgid = 0; local
405 msgid = 0;
442 msgid = atoi(cptr);
456 MCDelMsg(msgid);
459 MCAddMsg(msgid, str);
/freebsd-current/sys/dev/ipmi/
H A Dipmi.c291 req->msgid = req32->msgid;
321 kreq = ipmi_alloc_request(dev, req->msgid,
367 kreq = ipmi_alloc_request(dev, req->msgid,
407 recv->msgid = kreq->ir_msgid;
489 recv32->msgid = recv->msgid;
504 ipmi_init_request(struct ipmi_request *req, struct ipmi_device *dev, long msgid, argument
509 req->ir_msgid = msgid;
524 ipmi_alloc_request(struct ipmi_device *dev, long msgid, uint8_ argument
[all...]
/freebsd-current/crypto/heimdal/lib/com_err/
H A Dparse.c239 # define YY_(msgid) dgettext ("bison-runtime", msgid)
243 # define YY_(msgid) msgid
/freebsd-current/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c68 #define HDBSETMSGID(db,msgid) \
69 do { ((struct hdbldapdb *)(db)->hdb_db)->h_msgid = msgid; } while(0)
1438 int msgid, rc, parserc; local
1442 msgid = HDB2MSGID(db);
1443 if (msgid < 0)
1447 rc = ldap_result(HDB2LDAP(db), msgid, LDAP_MSG_ONE, NULL, &e);
1468 ldap_abandon_ext(HDB2LDAP(db), msgid, NULL, NULL); local
1481 ldap_abandon_ext(HDB2LDAP(db), msgid, NULL, NULL); local
1504 int msgid; local
1518 NULL, NULL, NULL, 0, &msgid);
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/fw/
H A Ddump.c288 u32 msgid; member in struct:iwl_tcm_error_event_table
330 IWL_ERR(fwrt, "0x%08X | tcm msg ID\n", table.msgid);
357 u32 msgid; member in struct:iwl_rcm_error_event_table
403 IWL_ERR(fwrt, "0x%08X | rcm msg ID\n", table.msgid);

Completed in 213 milliseconds

12