HomeSort by relevance Sort by last modified time
    Searched defs:ident (Results 1 - 25 of 63) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/cmd/pools/poold/libjsyslog/
jsyslog.c 27 #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);
  /onnv/onnv-gate/usr/src/lib/mms/pg/common/
pg_host_ident.c 48 char *ident; local
79 /* find ident (ip address), host_str is a host name or ip address */
80 if ((ident = mms_host_ident(host_str, host, ip)) == NULL) {
85 /* ident is what mm uses internally (ip address) */
86 len = VARHDRSZ + strlen(ident);
94 (void) memcpy(VARDATA(pg_ident), ident, strlen(ident)); local
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
ip.h 13 uint16_t ident; member in struct:iphdr
  /onnv/onnv-gate/usr/src/tools/mbh_patch/
mbh_patch.c 27 #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_CLASS])
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/dboot/
dboot_elfload.c 47 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)
  /onnv/onnv-gate/usr/src/tools/elfextract/
elfextract.c 27 #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_CLASS])
    [all...]
  /onnv/onnv-gate/usr/src/lib/libgrubmgmt/common/
libgrub_bargs.c 58 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) &&
  /onnv/onnv-gate/usr/src/cmd/fs.d/autofs/
ns_fnutils.c 29 #pragma ident "%Z%%M% %I% %E% SMI"
136 const FN_identifier_t *ident = fn_ref_addr_type(addr); local
139 if (ident_str_equal(ident, addrtypes[atype])) {
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
flt.c 31 #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)
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
ldi.c 27 #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);
214 mdb_printf("%-?s ", "IDENT");
216 mdb_printf("%?s ", "IDENT");
230 /* read the ldi ident */
232 mdb_warn("couldn't read ldi ident at %p", addr);
236 /* display the ident address *
366 int ident = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
SyslogHandler.java 27 /* 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)
99 if (ident == null || facility == null)
102 this.ident = ident;
105 openlog(ident, DEF_LOGOPT, facility.getNative());
119 public static SyslogHandler getInstance(String ident,
123 if (!instance.ident.equals(ident) |
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun/io/
sbusmem.c 157 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);
  /onnv/onnv-gate/usr/src/lib/libdtrace/common/
dt_decl.c 27 #pragma ident "%Z%%M% %I% %E% SMI"
243 * call dt_decl_ident() as if the grammar's IDENT rule was matched.
511 char *ident = yypcb->pcb_dstack.ds_ident; local
513 const char *idname = ident ? ident : "(anon)";
528 if (dnp == NULL && ident == NULL)
539 if (ident != NULL && strchr(ident, '`') != NULL) {
541 "in a member name (%s)\n", ident);
547 "cannot have dynamic member: %s\n", ident);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libfstyp/common/
libfstyp.c 26 #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)
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)
182 if (h->ident != NULL)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/librtld_db/common/
rd_elf.c 564 iter_map(rd_agent_t *rap, unsigned long ident, psaddr_t lmaddr,
606 lobj.rl_lmident = ident;
789 ulong_t ident; local
813 * Determine IDENT of current LM_LIST
816 ident = LM_ID_BASE;
818 ident = LM_ID_LDSO;
820 ident = (ulong_t)addr;
822 if ((rc = iter_map(rap, ident, (psaddr_t)lm.lm_head,
849 ulong_t ident; local
869 * Determine IDENT of current LM_LIS
    [all...]
  /onnv/onnv-gate/usr/src/cmd/boot/bootadm/
bootadm_upgrade.c 111 uchar_t *ident; local
161 ident = (uchar_t *)image;
162 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 ||
163 ident[EI_MAG2] != ELFMAG2 || ident[EI_MAG3] != ELFMAG3) {
167 if (ident[EI_CLASS] != ELFCLASS32) {
168 bam_error(WRONG_ELF_CLASS, fname, ident[EI_CLASS]);
  /onnv/onnv-gate/usr/src/cmd/fwflash/common/
fwflash.h 194 struct vpr *ident; member in struct:fwfile
218 struct vpr *ident; member in struct:devicelist
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/libumem/
libumem.c 182 int ident = 0; local
184 for (paddr = (uintptr_t)v->vm_source; paddr != NULL; ident += 4) {
187 ident = 0;
193 mdb_printf("%*s", ident, "");
194 mdb_printf((dfp++)->fmt, 25 - ident, v->vm_name);
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
ip6_output.c 1012 * 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 +
1090 ident = htonl(ident);
1092 ixa->ixa_ident = ident; /* In case we do IPsec */
1103 mp = ip_fraghdr_add_v6(mp, ident, ixa)
    [all...]
  /onnv/onnv-gate/usr/src/stand/lib/fs/ufs/
lufsboot.c 26 #pragma ident "%Z%%M% %I% %E% SMI"
71 * | | trailer (some ident#) | | > extents[0].nbno |
78 * | e | ident#: od_head_ident | | |
84 * | t | ident#: od_head_ident+1 |
90 * | | trailer (ident#) |
111 * contains a sequence number, the sector ident.
119 * the sector pointed to by "od_head_lof" has a sector ident different
121 * 6. The valid part of the log extends for as many sectors as their ident
364 uint32_t ident; local
425 * read has an ident number that must match its offse
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nispasswdd/
npd_svc.c 107 uint32_t rval, ident; local
208 if (argp->ident == 0) {
222 entry = (struct update_item *)__npd_item_by_key(argp->ident);
224 if (argp->ident != 0) {
227 argp->username, argp->ident);
349 if (argp->ident == 0) {
350 ident = (uint32_t)__npd_hash_key(prin);
351 if ((int)ident == -1) {
352 syslog(LOG_ERR, "invalid ident value calculated");
361 ident = argp->ident
    [all...]
  /onnv/onnv-gate/usr/src/cmd/graph/
graph.c 31 #pragma ident "%Z%%M% %I% %E% SMI"
106 ident(double x) function
140 p->xf = ident;
  /onnv/onnv-gate/usr/src/cmd/tnf/prex/
main.c 26 #pragma ident "%Z%%M% %I% %E% SMI"
873 char *ident; local
890 ident = elf_getident(elf, &size);
891 if (ident[EI_CLASS] == ELFCLASS32)
893 if (ident[EI_CLASS] == ELFCLASS64)
  /onnv/onnv-gate/usr/src/lib/brand/lx/lx_brand/common/
lx_thunk_server.c 27 #pragma ident "%Z%%M% %I% %E% SMI"
655 static char ident[128]; local
671 * Linux expects that the ident pointer passed to openlog()
674 * Hence we'll make a local copy of the ident string here.
677 (void) strlcpy(ident, data->lxt_ol_ident, sizeof (ident));
682 (uintptr_t)ident, data->lxt_ol_logopt, data->lxt_ol_facility);
725 * Normally instead of a program name an "ident" string is
729 * the ident string, and the program name is determined
  /onnv/onnv-gate/usr/src/uts/common/ipp/flowacct/
flowacct_impl.h 30 #pragma ident "%Z%%M% %I% %E% SMI"
154 uint16_t ident; member in struct:header

Completed in 6778 milliseconds

1 2 3