/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | nl7ctokgen | 37 NAME=$1 39 <$NAME sort -f +1 |{ 58 NAME=${NAME##*nl7c} 59 NAME=${NAME%.txt} 61 token_t $NAME[] = { 66 #define ${NAME}_cnt (sizeof ($NAME) / sizeof (*$NAME)) [all...] |
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | k5-platform.h | 204 # define MAYBE_DUMMY_INIT(NAME) \ 205 void JOIN__2(NAME, auxinit) () { } 207 # define MAYBE_DUMMY_INIT(NAME) 233 # define MAKE_INIT_FUNCTION(NAME) \ 234 static int NAME(void); \ 235 MAYBE_DUMMY_INIT(NAME) \ 237 static void JOIN__2(NAME, aux) (void); \ 238 static k5_init_t JOIN__2(NAME, once) = \ 239 { K5_ONCE_INIT, 0, 0, JOIN__2(NAME, aux) }; \ 241 static void JOIN__2(NAME, au [all...] |
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | wintypes.h | 62 #define CONTEXT_HANDLE(NAME) \ 63 struct NAME { \ 69 typedef struct NAME
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | atoll.c | 41 #define NAME atoi macro 44 #define NAME atol macro 47 #define NAME atoll macro 51 NAME(const char *p) function
|
H A D | atoi.c | 41 #define NAME atoi macro 44 #define NAME atol macro 48 NAME(const char *p) function
|
H A D | atol.c | 41 #define NAME atoi macro 44 #define NAME atol macro 48 NAME(const char *p) function
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | localeconv.c | 69 #define M_ASSIGN_STR(NAME) (lconv->NAME = (char *)mptr->NAME) 70 #define M_ASSIGN_CHAR(NAME) (lconv->NAME = mptr->NAME[0]) 99 #define N_ASSIGN_STR(NAME) (lconv->NAME = (char *)nptr->NAME)
|
H A D | lmonetary.c | 120 #define M_ASSIGN_CHAR(NAME) \ 121 (((char *)lmon->NAME)[0] = cnv(lmon->NAME)) 137 #define M_ASSIGN_ICHAR(NAME) \ 138 if (lmon->int_##NAME == NULL) \ 139 lmon->int_##NAME = lmon->NAME; \ 141 M_ASSIGN_CHAR(int_##NAME);
|
/illumos-gate/usr/src/uts/common/smbsrv/ndl/ |
H A D | ndrtypes.ndl | 76 #define CONTEXT_HANDLE(NAME) \ 77 struct NAME { \ 83 typedef struct NAME 136 #define DECL_FIXUP_STRUCT(NAME) extern struct ndr_typeinfo ndt__##NAME 144 #define CASE_INFO_ENT(NAME,N) \ 145 case N: size1 = sizeof (struct NAME##N); \ 153 #define FIXUP_PDU_SIZE(NAME,SIZE) { \ 154 ndt__##NAME.pdu_size_fixed_part = SIZE; \ 155 ndt__##NAME [all...] |
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | atoi.c | 34 #define NAME atoi macro 37 #define NAME atol macro 41 NAME(p) function
|
H A D | atol.c | 34 #define NAME atoi macro 37 #define NAME atol macro 41 NAME(p) function
|
/illumos-gate/usr/src/tools/protocmp/ |
H A D | proto_list.h | 39 #define NAME 1 macro
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | util.c | 41 dbg_print(lml, MSG_INTL(MSG_UTL_TRANS), NAME(lmp)); 64 dbg_print(lml, MSG_INTL(MSG_UTL_INIT), str, NAME(lmp)); 74 dbg_print(lml, MSG_INTL(MSG_UTL_INTOOLATE), NAME(lmp)); 143 NAME(lmp)); 155 dbg_print(lml, MSG_INTL(MSG_UTL_FINI), NAME(lmp)); 196 dbg_print(LIST(lmp), MSG_ORIG(MSG_UTL_SCC_ENTRY), idx, NAME(lmp)); 226 dbg_print(lml, MSG_INTL(MSG_UTL_EDGE_START), ndx, NAME(dlmp)); 228 dbg_print(lml, MSG_INTL(MSG_UTL_EDGE_IN), ndx, NAME(dlmp), 229 NAME(clmp), conv_bnd_type(flags, &bnd_type_buf)); 243 NAME(clm [all...] |
H A D | dlfcns.c | 40 dbg_print(lml, MSG_INTL(MSG_DL_IPHDR_ENTER), NAME(clmp)); 101 dbg_print(lml, MSG_INTL(MSG_DL_DLOPEN), name, NAME(clmp), retry, 120 dbg_print(lml, MSG_INTL(MSG_DL_DLCLOSE), name, NAME(clmp), str); 133 dbg_print(lml, MSG_INTL(MSG_DL_DLDUMP), ipath, NAME(clmp), 147 dbg_print(lml, MSG_INTL(MSG_DL_DLERROR), NAME(clmp), 160 dbg_print(lml, MSG_INTL(MSG_DL_DLADDR), NAME(clmp), EC_NATPTR(addr)); 167 const char *str, *retry, *from = NAME(clmp); 218 dbg_print(lml, MSG_INTL(MSG_DL_DLINFO), NAME(clmp), name,
|
H A D | bindings.c | 106 const char *ffile = NAME(flmp); 107 const char *tfile = NAME(tlmp); 178 dbg_print(LIST(flmp), MSG_INTL(MSG_BND_REJECT), NAME(flmp), NAME(tlmp), 186 const char *ffile = NAME(flmp); 211 NAME(lmp), dfile, sname); 223 NAME(lmp), sname);
|
/illumos-gate/usr/src/lib/libfru/libfru/ |
H A D | nameSyntaxLex.l | 61 [_a-zA-Z0-9]+ { yylval.name = strdup(yytext); return NAME; }
|
H A D | nameSyntaxYacc.y | 58 %token <name> NAME 114 element : NAME 131 | NAME ITERBEGIN itercount ITEREND
|
/illumos-gate/usr/src/cmd/acct/ |
H A D | prtacct.sh | 34 UID NAME PRIME NPRIME PRIME NPRIME PRIME NPRIME BLOCKS PROCS SESS SAMPLES
|
/illumos-gate/usr/src/cmd/pcidr/plugins/default/ |
H A D | Makefile | 31 NAME = pcidr_plugin macro 32 LIBRARY = $(NAME).a 36 LOCOBJECTS = $(NAME).o pcidr_cfga.o
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/ |
H A D | db2_exp.c | 70 #define WRAP(NAME,TYPE,ARGLIST,ARGNAMES,ERROR_RESULT) \ 71 static TYPE wrap_##NAME ARGLIST \ 76 result = NAME ARGNAMES; \ 81 static TYPE wrap_##NAME () 86 #define WRAP_VOID(NAME,ARGLIST,ARGNAMES) \ 87 static void wrap_##NAME ARGLIST \ 91 NAME ARGNAMES; \ 95 static void wrap_##NAME () 97 #define WRAP_K(NAME,ARGLIST,ARGNAMES) \ 98 WRAP(NAME,krb5_error_cod [all...] |
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/ |
H A D | common_sparc.c | 146 0, &inv_buf), NAME(rp->rl_lmp), 147 sym1, NAME(lmp), sym2); 152 0, &inv_buf), NAME(rp->rl_lmp), 153 sym1, NAME(lmp), sym2);
|
/illumos-gate/usr/src/lib/libbc/sparc/inc/sparc/ |
H A D | asm_linkage.h | 115 #define NAME(x) _/**/x macro 149 .global NAME(x); \ 150 NAME(x): MCOUNT(x) 174 .global NAME(x), NAME(y); \ 175 NAME(x): ; \ 176 NAME(y): MCOUNT(x) 193 .global NAME(x); \ 194 NAME(x):
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | conv_princ.c | 64 * kadmin/REALM.NAME. Zephyr doesn't because it's just zephyr/zephyr. 80 #define R(NAME) { NAME, NAME, DO_REALM_CONVERSION, sizeof(NAME)-1 } 82 #define NR(NAME) { NAME, NAME, 0, sizeof(NAME)-1 }
|
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | idsconfig.sh | 3619 objectclasses: ( 1.3.6.1.1.1.2.7 NAME 'ipNetwork' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST ipNetworkNumber MAY ( ipNetmaskNumber $ manager $ cn $ l $ description ) X-ORIGIN 'RFC 2307' ) 4133 attributetypes: ( 1.3.6.1.1.1.1.28 NAME 'nisPublickey' DESC 'NIS public key' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) 4134 attributetypes: ( 1.3.6.1.1.1.1.29 NAME 'nisSecretkey' DESC 'NIS secret key' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) 4135 attributetypes: ( 1.3.6.1.1.1.1.30 NAME 'nisDomain' DESC 'NIS domain' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) 4136 attributetypes: ( 1.3.6.1.1.1.1.31 NAME 'automountMapName' DESC 'automount Map Name' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) 4137 attributetypes: ( 1.3.6.1.1.1.1.32 NAME 'automountKey' DESC 'automount Key Value' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) 4138 attributetypes: ( 1.3.6.1.1.1.1.33 NAME 'automountInformation' DESC 'automount information' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) 4139 attributetypes: ( 1.3.6.1.4.1.42.2.27.1.1.12 NAME 'nisNetIdUser' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) 4140 attributetypes: ( 1.3.6.1.4.1.42.2.27.1.1.13 NAME 'nisNetIdGroup' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) 4141 attributetypes: ( 1.3.6.1.4.1.42.2.27.1.1.14 NAME 'nisNetIdHos [all...] |
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/ |
H A D | cfga_conf.h | 96 NAME /* f */ enumerator in enum:ib_token_e
|