Searched defs:tag (Results 101 - 125 of 297) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/mandoc/
H A Dman_html.c150 struct htmlpair tag; local
152 struct tag *t, *tt;
155 PAIR_CLASS_INIT(&tag, "mandoc");
165 print_otag(h, TAG_DIV, 1, &tag);
167 t = print_otag(h, TAG_DIV, 1, &tag);
200 struct tag *t;
291 struct htmlpair tag; local
292 struct tag *t, *tt;
299 PAIR_CLASS_INIT(&tag, "head");
300 t = print_otag(h, TAG_TABLE, 1, &tag);
327 struct htmlpair tag; local
355 struct htmlpair tag; local
380 struct htmlpair tag; local
463 struct htmlpair tag; local
529 struct htmlpair tag[2]; local
559 struct htmlpair tag; local
631 struct htmlpair tag; local
653 struct htmlpair tag[2]; local
[all...]
/illumos-gate/usr/src/common/elfcap/
H A Delfcap.c499 * Given a capability tag type and value, map it to a string representation.
502 elfcap_tag_to_str(elfcap_style_t style, uint64_t tag, elfcap_mask_t val, argument
505 switch (tag) {
581 * Given a capability tag type and value, return the capabilities values
585 elfcap_tag_from_str(elfcap_style_t style, uint64_t tag, const char *str, argument
588 switch (tag) {
/illumos-gate/usr/src/boot/lib/libstand/
H A Dbootp.c356 u_char tag; local
371 tag = *cp++;
373 if (tag == TAG_END)
376 if (tag == TAG_SUBNET_MASK) {
379 if (tag == TAG_GATEWAY) {
382 if (tag == TAG_SWAPSERVER) {
386 if (tag == TAG_ROOTPATH) {
391 if (tag == TAG_HOSTNAME) {
397 if (tag == TAG_DHCP_MSGTYPE) {
402 if (tag
459 uint8_t tag; member in struct:dhcp_opt
612 u_char tag; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbiospnp.c191 u_int tag, i, rlen, dlen; local
199 tag = p[i];
201 if (PNP_RES_TYPE(tag) == 0) {
202 rlen = PNP_SRES_LEN(tag);
204 switch (PNP_SRES_NUM(tag)) {
219 switch(PNP_LRES_NUM(tag)) {
/illumos-gate/usr/src/lib/print/mod_ipp/
H A Dmod_ipp.c85 dump_buffer(FILE *fp, char *tag, char *buffer, int bytes) argument
89 fprintf(fp, "%s %d(0x%x) bytes\n", (tag ? tag : ""), bytes, bytes);
91 fprintf(fp, "%s ", (tag ? tag : ""));
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.h450 /* Objects with an APPLICATION tag added. */
528 /* If TAG is non-negative, a context tag with that value is added
531 tag.) The tag is omitted for optional fields that are not
534 It's a bit illogical to combine the tag and other field info,
536 context tags, and of course a tag could be used elsewhere. But
538 context tag on each sequence field, so for now let's address
539 that case primarily and work around the other cases (thus tag<0
541 signed int tag : 5; member in struct:field_info
549 the context tag
[all...]
/illumos-gate/usr/src/lib/libshare/autofs/
H A Dlibshare_autofs.c110 char *tag; member in struct:proto_option_defs
161 for (i = 0; proto_options[i].tag != NULL; i++) {
235 for (i = 0; proto_options[i].tag != NULL; i++)
451 for (i = 0; proto_options[i].tag != NULL; i++) {
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPFindAttrs.c34 char *tag, *val; member in struct:attr_node
323 * 6: tag list string and SPI string
335 2 + strlen(ids) + /* tag list */
371 /* Add tag list */
442 ((struct attr_node *)n1)->tag,
443 ((struct attr_node *)n2)->tag);
477 if (!(n->tag = strdup(open_paren))) {
488 free(n->tag); free(n);
511 /* form of (tag=val,val) */
521 /* create a new node with the tag onl
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dresult.c499 ber_tag_t tag; local
526 if ( (tag = ber_get_next( sb, &len, lc->lconn_ber ))
532 LDAP_SET_LDERRNO( ld, (tag == LBER_DEFAULT ? LDAP_SERVER_DOWN :
534 if ( tag == LBER_DEFAULT ) {
570 if ( (tag = ber_peek_tag( ber, &len )) == LBER_ERROR ) {
575 ( tag == LDAP_RES_SEARCH_ENTRY ) ? "ENTRY" :
576 ( tag == LDAP_RES_SEARCH_REFERENCE ) ? "REFERENCE" : "RESULT", id,
581 lr->lr_res_msgtype = tag;
585 if ( id != LDAP_RES_UNSOLICITED && ( tag == LDAP_RES_SEARCH_REFERENCE ||
586 tag !
1272 ber_tag_t tag; local
[all...]
/illumos-gate/usr/src/cmd/users/
H A Dusers.c186 * void wrtmsg(severity, action, tag, text[, txtarg1[, txtarg2[, ...]]])
195 * tag Tag-component of the message
207 wrtmsg(int severity, char *action, char *tag, char *text, ...) argument
224 action, tag);
/illumos-gate/usr/src/common/exacct/
H A Dexacct_core.c233 ea_set_item(ea_object_t *obj, ea_catalog_t tag, argument
238 if ((tag & EXT_TYPE_MASK) == EXT_GROUP) {
245 obj->eo_catalog = tag;
301 ea_set_group(ea_object_t *obj, ea_catalog_t tag) argument
303 if ((tag & EXT_TYPE_MASK) != EXT_GROUP) {
311 obj->eo_catalog = tag;
548 * 2. Write the catalog tag.
/illumos-gate/usr/src/head/
H A Dieeefp.h241 tag, /* tag word */ member in struct:_fpstate
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Ddebug.c172 snmp_log_cmd(uint_t tag, int cmd, int n_oids, char *oidstr, int row) argument
189 if (tag < n_tags) {
192 debug_tags[tag], SNMP_DHDR_SUFFIX);
218 snmp_log_var(uint_t tag, pdu_varlist_t *vp) argument
234 if (tag < n_tags) {
237 debug_tags[tag], SNMP_DHDR_SUFFIX);
274 snmp_log_pdu(uint_t tag, snmp_pdu_t *pdu) argument
290 if (tag < n_tags) {
293 debug_tags[tag], SNMP_DHDR_SUFFIX);
426 snmp_log_pkt(uint_t tag, uchar_ argument
494 snmp_log_io(uint_t tag, int a1, uint_t a2, uint_t a3) argument
[all...]
/illumos-gate/usr/src/cmd/praudit/
H A Dpraudit.h105 u_tag_t tag; member in struct:u_val
107 #define int32_val tag.int32_val
108 #define uint32_val tag.uint32_val
109 #define int64_val tag.int64_val
110 #define uint64_val tag.uint64_val
111 #define short_val tag.short_val
112 #define ushort_val tag.ushort_val
113 #define char_val tag.char_val
114 #define uchar_val tag.uchar_val
115 #define string_val tag
[all...]
/illumos-gate/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c131 char tag = 'K'; local
134 tag = 'M';
137 tag = 'G';
140 (void) snprintf(str, length, "%4lld%c", size, tag);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtables.c235 int metric, int tag, boolean_t ifroute, struct interface *ifp)
276 rt->rt_tag = tag;
234 rtadd(struct in6_addr *dst, struct in6_addr *gate, int prefix_length, int metric, int tag, boolean_t ifroute, struct interface *ifp) argument
/illumos-gate/usr/src/cmd/saf/
H A Dpmadm.c74 char *p_tag; /* service tag */
84 * format of a tag list, which is a list of port monitor tags of
90 char t_tag[PMTAGSIZE + 1]; /* PM tag */
202 (void) fprintf(stderr, "tag too long, truncated to <%s>\n", pmtag);
207 error("port monitor tag must be alphanumeric");
227 error("service tag must be alphanumeric");
397 * args: tag - port monitor's tag (may be null)
399 * svctag - service's tag
409 add_svc(tag, typ
873 tell_sac(char *tag) argument
1043 find_svc(FILE *fp, char *tag, char *svctag) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c240 char *tag, *defaultdir, *bufferpath, *rpclogpath, *fhpath, *logpath; local
294 if (error = get_info(linebuf, &tag, &defaultdir, &bufferpath,
298 if (listp = findconfig(listpp, tag, B_FALSE, &tail)) {
300 * An entry with the same tag name exists,
303 error = update_config(listp, tag, defaultdir,
312 listp = create_config(tag, defaultdir,
365 char *tag,
383 *error = update_config(config, tag, defaultdir, bufferpath, rpclogpath,
410 char *tag,
423 if (complete && !is_complete_config(tag, bufferpat
364 create_config( char *tag, char *defaultdir, char *bufferpath, char *rpclogpath, char *fhpath, char *logpath, int logformat, boolean_t complete, int *error) argument
408 update_config( nfsl_config_t *config, char *tag, char *defaultdir, char *bufferpath, char *rpclogpath, char *fhpath, char *logpath, int logformat, boolean_t complete, boolean_t prepend) argument
655 findconfig( nfsl_config_t **listpp, char *tag, boolean_t remove, nfsl_config_t **tail) argument
709 nfsl_findconfig(nfsl_config_t *listp, char *tag, int *error) argument
771 get_info( char *linebuf, char **tag, char **defaultdir, char **bufferpath, char **rpclogpath, char **fhpath, char **logpath, int *logformat) argument
851 is_complete_config( char *tag, char *bufferpath, char *fhpath, char *logpath) argument
916 is_legal_tag(char *tag) argument
[all...]
/illumos-gate/usr/src/cmd/genmsg/
H A Dutil.c537 char *tag = (mode == MsgCommentMode) ? mctag : sctag; local
541 if (strstr(str, tag) == NULL) {
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c232 int tag; local
234 for (tag = 0; tag < CI_MAX; tag++) {
235 if (lml->lm_lcs[tag].lc_lmp == lmp) {
236 lml->lm_lcs[tag].lc_lmp = NULL;
237 lml->lm_lcs[tag].lc_un.lc_val = 0;
239 if (glcs[tag].lc_lmp == lmp) {
240 ASSERT(glcs[tag].lc_lmp != NULL);
241 glcs[tag]
[all...]
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_query.c147 dwarf_tag(Dwarf_Die die, Dwarf_Half * tag, Dwarf_Error * error) argument
150 *tag = (die->di_abbrev_list->ab_tag);
/illumos-gate/usr/src/uts/common/inet/
H A Dsqueue.c218 #define SQUEUE_DBG_SET(sqp, mp, proc, connp, tag) { \
222 (mp)->b_tag = (sqp)->sq_tag = (tag); \
231 #define SQUEUE_DBG_SET(sqp, mp, proc, connp, tag)
426 ip_recv_attr_t *ira, int process_flag, uint8_t tag)
480 tag);
545 mp->b_tag = tag;
632 mp->b_tag = tag;
425 squeue_enter(squeue_t *sqp, mblk_t *mp, mblk_t *tail, uint32_t cnt, ip_recv_attr_t *ira, int process_flag, uint8_t tag) argument
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c345 * On xmit, set sync & tag bits. On recv, optionally set wait for sync bit.
888 * is an error if already have a set tag and sync cmd
902 /* save ixl command containing tag and sync values */
1446 /* set no current set tag&sync, set skipmode or set syncwait commands */
2268 uint16_t tag; local
2275 * choose tag and sync bits for header either from default values or
2276 * from currently active set tag and sync IXL command
2280 tag = wvp->default_tag;
2283 tag = wvp->ixl_settagsync_cmdp->tag;
[all...]
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_aux.c809 ath_keyprint(ath_t *asc, const char *tag, uint_t ix, argument
824 tag, ix, ciphers[hk->kv_type]);
/illumos-gate/usr/src/uts/common/io/usb/usb_ia/
H A Dusb_ia.c1026 int i, tag; local
1040 tag = NDI_EVENT_TAG(cookie);
1051 switch (tag) {

Completed in 173 milliseconds

1234567891011>>