Lines Matching defs:nodename
75 #define SCDM_GET_NODENAME (SCDM_CMD | 0x6) /* get domain nodename */
109 * (e.g. nodename info that should always be the most recent available), the
849 char nodename[_SYS_NMLN];
875 * utsname.nodename, we wait until now to collect that data. We
877 * nodename messages from being queued at the same time for the
882 length = strlen(utsname.nodename);
888 bcopy(utsname.nodename, nodename, length);
889 nodename[length++] = '\0';
890 msgdatap->data = nodename;
1046 * scosmb_update_nodename() - nodename update routine
1049 * cause the current nodename to be sent to the SC. The mailbox message sent to
1058 * SC reboot scenarios, as the SC will initiate a nodename update
1070 * If we're generating an unsolicited nodename update (presumably having
1073 * sending the latest nodename data.