Searched defs:h_name (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/stand/lib/sa/
H A Dnetdb.h58 char *h_name; /* official name of host */ member in struct:hostent
/illumos-gate/usr/src/lib/libresolv/
H A Dnetdb.h57 char *h_name; /* official name of host */ member in struct:hostent
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dnetdb.h33 char *h_name; /* official name of host */ member in struct:hostent
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgethostent.c73 char *cname = NULL, *h_name = NULL; local
180 /* Filter cname that's identical to h_name */
182 h_name = cname;
185 } else if (strcasecmp(cname, h_name) != 0) {
209 /* Skip the canonical name and h_name */
211 strcasecmp(name, h_name) != 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipaddr.c129 hp ? hp->h_name : inet_ntoa(ipaddr),
171 addname = hp->h_name;
357 static char h_name[MAXHOSTNAMELEN]; /* hostname */ local
363 hp->h_name = h_name;
364 h_name[0] = '\0';
365 strcpy(h_name, name);
/illumos-gate/usr/src/uts/common/sys/
H A Dhook.h82 char *h_name; /* name of this hook */ member in struct:hook_s
93 (x)->h_name = (r); \
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgethostent.c349 char *h_name; local
385 h_name = NULL;
422 if (nhosts && strcasestr(instr, h_name) == 0) {
459 (void) memcpy(abuf, h_name, h_namelen);
549 h_name = malloc(namelen + 1);
550 if (h_name == NULL) {
555 (void) memcpy(h_name, namep, namelen);
556 h_name[namelen] = '\0';
603 strncasecmp(h_name, namep, namelen) == 0) {
655 hp->h_name
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_door.h114 char *h_name; /* official name of host */ member in struct:hostent
/illumos-gate/usr/src/head/
H A Dnetdb.h97 char *h_name; /* official name of host */ member in struct:hostent
H A Darchives.h78 char h_name[HNAMLEN]; /* filename */ member in struct:hdr_cpio
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_ndd.c1948 char *h_name; local
1951 h_name = pa->name;
1952 h_name++;
1953 class = mi_strtol(h_name, &end, 10);
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.s196 #define FLUSHW(h_name) \
197 .global h_name ;\
198 h_name: ;\ label
/illumos-gate/usr/src/common/ctf/
H A Dctf_impl.h67 uint_t h_name; /* reference to name in string table */ member in struct:ctf_helem
/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c110 char *h_name; member in struct:bd_handle
1781 hdl->h_name = "blkdev";
1810 if (ndi_devi_alloc(dip, hdl->h_name, (pnode_t)DEVI_SID_NODEID,
1824 hdl->h_name, hdl->h_addr);

Completed in 106 milliseconds