Searched defs:ident (Results 1 - 25 of 86) sorted by relevance

1234

/illumos-gate/usr/src/tools/onbld/Checks/
H A DKeywords.py27 # ident "%Z%%M% %I% %E% SMI"
36 # A general 'ident'-style decleration, to allow for leniency.
37 ident = re.compile(r'((\%Z\%(\%M\%)\s+\%I\%|\%W\%)\s+\%E\% SMI)') variable
51 If LENIENT, accept #ident-style declarations, for the purposes of
64 if lenient and ident.search(line):
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dip.h13 uint16_t ident; member in struct:iphdr
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dhash.c26 #pragma ident "%Z%%M% %I% %E% SMI"
35 make_hash(int size, Hash_type type, ulong_t ident) argument
45 tbl->t_ident = ident;
/illumos-gate/usr/src/tools/cscope-fast/
H A Dlookup.c31 #pragma ident "%Z%%M% %I% %E% SMI"
121 lookup(char *ident) argument
127 for (p = hashtab[hash(ident) % HASHMOD]; p != NULL; p = p->next) {
128 if (strequal(ident, p->text)) {
130 ident[0] = c; /* compress the keyword */
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_elfload.c47 uchar_t *ident; local
50 ident = PGETBYTES(0);
51 if (ident == NULL)
54 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 ||
55 ident[EI_MAG2] != ELFMAG2 || ident[EI_MAG3] != ELFMAG3)
58 if (ident[EI_CLASS] == ELFCLASS32)
60 else if (ident[EI_CLASS] == ELFCLASS64)
/illumos-gate/usr/src/cmd/pools/poold/libjsyslog/
H A Djsyslog.c27 #pragma ident "%Z%%M% %I% %E% SMI"
42 * syslog(3c) ident string
82 const char *ident; local
96 if (!(ident = (*env)->GetStringUTFChars(env, identObj, NULL)))
98 (void) strlcpy(jsyslog_ident, ident, sizeof (jsyslog_ident));
101 (*env)->ReleaseStringUTFChars(env, identObj, ident);
/illumos-gate/usr/src/tools/mbh_patch/
H A Dmbh_patch.c27 #pragma ident "%Z%%M% %I% %E% SMI"
163 uchar_t *ident; local
198 ident = ELFSEEK(0);
199 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 ||
200 ident[EI_MAG2] != ELFMAG2 || ident[EI_MAG3] != ELFMAG3) {
206 if (ident[EI_CLASS] == ELFCLASS64) {
210 if (ident[EI_CLASS] != ELFCLASS32) {
212 ident[EI_CLAS
[all...]
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dpnp.c73 pager_output(STAILQ_FIRST(&pi->pi_ident)->id_ident); /* first ident should be canonical */
104 pnp_addident(struct pnpinfo *pi, char *ident) argument
109 if (!strcmp(id->id_ident, ident))
113 id->id_ident = strdup(ident);
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_bargs.c58 char ident[EI_NIDENT]; local
73 (pread64(fd, ident, sizeof (ident), 0) == sizeof (ident))) {
75 class = ident[EI_CLASS];
76 format = ident[EI_DATA];
79 (memcmp(&ident[EI_MAG0], ELFMAG, 4) == 0) &&
/illumos-gate/usr/src/tools/elfextract/
H A Delfextract.c27 #pragma ident "%Z%%M% %I% %E% SMI"
195 uchar_t *ident; local
243 ident = ELFSEEK(0);
244 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 ||
245 ident[EI_MAG2] != ELFMAG2 || ident[EI_MAG3] != ELFMAG3) {
250 if (ident[EI_CLASS] == ELFCLASS32) {
253 } else if (ident[EI_CLASS] == ELFCLASS64) {
258 ident[EI_CLAS
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dflt.c31 #pragma ident "%Z%%M% %I% %E% SMI"
45 MESG * ident; member in struct:fault
67 f->ident = md;
105 if (f->next->type == type && f->next->ident == md)
129 if (f->next->ident == md)
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DSyslogHandler.java27 /* ident "%Z%%M% %I% %E% SMI" */
49 * <code>syslog(3C)</code> ident string, prepended to every
52 private String ident; field in class:SyslogHandler
97 private SyslogHandler(String ident, Facility facility) argument
99 if (ident == null || facility == null)
102 this.ident = ident;
105 openlog(ident, DEF_LOGOPT, facility.getNative());
119 public static SyslogHandler getInstance(String ident, argument
123 if (!instance.ident
155 openlog(String ident, int logopt, int facility) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dldi.c27 #pragma ident "%Z%%M% %I% %E% SMI"
60 struct ldi_ident buf; /* buffer used for ident reads */
158 mdb_warn("couldn't read ldi ident hash at %p", liwp->hash);
184 mdb_warn("couldn't read ldi ident hash at %p",
200 mdb_warn("couldn't read ldi ident at %p", wsp->walk_addr);
230 /* read the ldi ident */
232 mdb_warn("couldn't read ldi ident at %p", addr);
236 /* display the ident address */
283 /* display the ldi ident */
291 ldi_handle_header(int refs, int ident) { argument
307 ldi_handle_print(uintptr_t addr, int ident, int refs) argument
366 int ident = 0; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnutils.c132 const FN_identifier_t *ident = fn_ref_addr_type(addr); local
135 if (ident_str_equal(ident, addrtypes[atype])) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DPlatformCommon.c155 mDNSexport void mDNSPlatformWriteLogMsg(const char *ident, const char *buffer, mDNSLogLevel_t loglevel) argument
167 if (ident && ident[0] && mDNSPlatformClockDivisor)
191 if (!log_inited) { openlog(ident, LOG_CONS, LOG_DAEMON); log_inited++; }
194 if (ident && ident[0] && mDNSPlatformClockDivisor)
/illumos-gate/usr/src/lib/libfstyp/common/
H A Dlibfstyp.c26 #pragma ident "%Z%%M% %I% %E% SMI"
81 fstyp_module_t *ident; /* identified module */ member in struct:fstyp_handle
90 static int fstyp_ident_all(struct fstyp_handle *h, const char **ident);
92 const char **ident);
161 * Identify the filesystem, return result in 'ident'.
165 fstyp_ident(struct fstyp_handle *h, const char *fsname, const char **ident) argument
168 return (fstyp_ident_all(h, ident));
170 return (fstyp_ident_one(h, fsname, ident));
178 fstyp_ident_all(struct fstyp_handle *h, const char **ident) argument
182 if (h->ident !
208 fstyp_ident_one(struct fstyp_handle *h, const char *fsname, const char **ident) argument
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dsyslog.c12 #pragma ident "%Z%%M% %I% %E% SMI"
240 openlog(char *ident, int logstat, int logfac) argument
244 if (ident != NULL)
245 LogTag = ident;
/illumos-gate/usr/src/cmd/fwflash/common/
H A Dfwflash.h194 struct vpr *ident; member in struct:fwfile
218 struct vpr *ident; member in struct:devicelist
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dmaps.c49 conv_lmid(Lmid_t ident, char *buf, size_t len) argument
53 if (ident == LM_ID_BASE)
56 if (ident == LM_ID_LDSO)
59 (void) sprintf(buf, "0x%llx", (unsigned long long)ident);
166 (void) puts("addr size prot ident name");
168 (void) puts("addr size prot ident name");
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddo_tgs_req.c764 const char *ident, krb5_data **response, const char *status)
763 prepare_error_tgs(krb5_kdc_req *request, krb5_ticket *ticket, int error, const char *ident, krb5_data **response, const char *status) argument
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_output.c1012 * filter duplicates on the ident field.
1016 uint32_t ident; local
1039 * If we need a fragment header, pick the ident and insert
1041 * the ident value.
1077 * Assign an ident value for this packet. There could
1087 ident = atomic_add_32_nv(identp, ixa->ixa_extra_ident +
1089 ixa->ixa_ident = ident; /* In case we do IPsec */
1100 mp = ip_fraghdr_add_v6(mp, ident, ixa);
/illumos-gate/usr/src/uts/common/sys/
H A Dportif.h104 char ident[1]; member in struct:stmf_dflt_scsi_tptid
/illumos-gate/usr/src/uts/sun/io/
H A Dsbusmem.c157 char *ident; local
189 DDI_PROP_DONTPASS | DDI_PROP_CANSLEEP, "ident",
190 (caddr_t)&ident, &ilen) != DDI_PROP_SUCCESS) {
193 "sbmem_attach%d: No ident property\n", instance);
208 if (ddi_create_minor_node(devi, ident, S_IFCHR, instance,
210 kmem_free(ident, ilen);
215 kmem_free(ident, ilen);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_decl.c525 char *ident = yypcb->pcb_dstack.ds_ident; local
527 const char *idname = ident ? ident : "(anon)";
542 if (dnp == NULL && ident == NULL)
553 if (ident != NULL && strchr(ident, '`') != NULL) {
555 "in a member name (%s)\n", ident);
561 "cannot have dynamic member: %s\n", ident);
572 n, sizeof (n)), ident);
576 xyerror(D_DECL_VOIDOBJ, "cannot have void member: %s\n", ident);
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dsyslog.c211 * as the ident string for messages. If unable to get
428 openlog(const char *ident, int logstat, int logfac) argument
433 if (ident != NULL)
434 LogTag = ident;

Completed in 90 milliseconds

1234