Searched refs:NAME (Results 76 - 100 of 101) sorted by relevance

12345

/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c279 eprintf(lml, ERR_FATAL, MSG_INTL(MSG_REL_NOSYM), NAME(lmp),
894 (Xword *)&value, name, NAME(lmp), LIST(lmp)) == 0)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dmain.c472 * Print a list of NAME blocks (mostly for debugging).
538 case NAME:
539 return ("NAME");
H A Dserver.c186 except = bp = expand(makeblock(NAME, cp),
189 bp->b_next = expand(makeblock(NAME, cp),
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_devdb.c166 case NAME:
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c416 NAME(lmp));
H A Dremove.c1066 NAME(lml_rtld.lm_head)));
1099 DBG_CALL(Dbg_file_hdl_collect(ghp, NAME(lmp)));
H A Dsetup.c702 * dependencies. Note, the NAME() of the object remains that which was
843 NAME(mlmp), rej.rej_str);
848 NAME(mlmp), rej.rej_str);
H A Da.out.c534 NAME(lmp) = (char *)name;
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.c256 token = NAME;
306 token = NAME;
495 } else if (token == NAME || token == STRING) {
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java85 ? ProbeDescription.Spec.NAME
187 "CPU", "ID", "FUNCTION:NAME");
748 r.probespec = ProbeDescription.Spec.NAME;
772 r.probespec = ProbeDescription.Spec.NAME;
898 "ID", "PROVIDER", "MODULE", "FUNCTION", "NAME");
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.c751 enum { NAME, INDEX, TYPE } op; enumerator in enum:__anon1519
759 op = NAME;
797 case NAME:
H A Dehdr.c1472 enum { NAME, INDEX, TYPE } op; enumerator in enum:__anon1502
1482 op = NAME;
1507 case NAME:
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c258 eprintf(lml, ERR_FATAL, MSG_INTL(MSG_REL_NOSYM), NAME(lmp),
868 (Word *)&value, name, NAME(lmp), LIST(lmp)) == 0)
952 if (strcmp(NAME(sr.sr_dmap), MSG_ORIG(MSG_PTH_LIBC)))
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_grammar.y135 %token NAME MATCH PRIV LIMIT ACTION VALUE EQUAL OPEN_SQ_BRACKET CLOSE_SQ_BRACKET
146 %type <ival> property_name SPECIAL RAW DIR OPTIONS TYPE ADDRESS PHYSICAL NAME
981 | NAME { $$ = PT_NAME; }
/illumos-gate/usr/src/cmd/find/
H A Dfind.c89 MTIME, NAME, NCPIO, NEWER, NOGRP, NOT, NOUSER, OK, OR, PATH, PERM, enumerator in enum:Command
140 "-name", NAME, Str,
632 case NAME:
1010 case NAME:
1042 (np->action == NAME || np->action == INAME)
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h114 #define NAME 0x01 macro
H A Ddevfsadm.c6351 selector_list->key = NAME;
6497 link_list->type = NAME;
6593 case NAME:
6744 case NAME:
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h115 * NAME()
889 #define NAME(X) ((X)->rt_public.l_name) macro
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c162 char *shstr, *_shstr, *ipath = NAME(lmp);
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.y101 %token <name> NAME
260 TRACE_MESSAGE('y', ("direction_unit: condition NAME ;\n"));
266 TRACE_MESSAGE('y', ("direction_unit: NAME action ;\n"));
272 TRACE_MESSAGE('y', ("direction_unit: NAME NAME ;\n"));
283 TRACE_MESSAGE('y', ("direction_unit: TRUE NAME ;\n"));
725 TRACE_MESSAGE('y', ("direction NAME;\n"));
736 TRACE_MESSAGE('y', ("operation NAME;\n"));
759 TRACE_MESSAGE('y', ("map NAME;\n"));
770 TRACE_MESSAGE('y', ("map NAME exp
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.c712 state->mode = NAME;
714 case NAME:
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.c754 state->mode = NAME;
755 case NAME:
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_isns.c121 #define VALID_NAME(NAME, LEN) \
122 ((LEN) > 0 && (NAME)[0] != 0 && (NAME)[(LEN) - 1] == 0)
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/
H A Drd_elf.c601 lobj.rl_nameaddr = (psaddr_t)NAME(&rmap);
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex5879 % @anchor{NAME} -- define xref target at arbitrary point.
5887 % \setref{NAME}{SNT} defines a cross-reference point NAME (a node or an
5889 % 1) NAME-title - the current sectioning name taken from \thissection,
5891 % 2) NAME-snt - section number and type, passed as the SNT arg, or
5893 % 3) NAME-pg - the page number.
5897 % 4) NAME-lof - the text as it should appear in a @listoffloats.
6068 % Define \refx{NAME}{SUFFIX} to reference a cross-reference string named NAME.

Completed in 183 milliseconds

12345