Searched defs:myid (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_subr.c57 struct utsname myid; local
67 if (uname(&myid) == -1) {
70 rlm_args.alock.caller_name = myid.nodename;
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/
H A Dsmf_diag.c63 static id_t myid; variable
189 if ((cp = swde_case_open(hdl, myid, uuid, SWDE_SMF_CASEDATA_VERS,
285 myid = id;
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/panic/
H A Dpanic_diag.c95 static id_t myid; variable
317 fmd_case_t *cp = swde_case_first(hdl, myid);
347 mytimerid = sw_timer_install(hdl, myid, NULL, NULL,
382 mytimerid = sw_timer_install(hdl, myid,
452 if ((cp = swde_case_open(hdl, myid, uuid, SWDE_PANIC_CASEDATA_VERS,
480 mytimerid = sw_timer_install(hdl, myid, NULL, ep,
557 myid = id;
579 sw_timer_remove(hdl, myid, mytimerid);
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dscmadm.c77 static int myid; variable
1522 myid = sysid;
1599 check_and_set_mirrors(myid, _SD_NO_HOST);
1603 if (!node_defined[myid]) {
1605 gettext("This node(%d) is not defined in config.\n"), myid);
2010 if (node == myid) {
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c2521 int myid = CPU->cpu_seqid; local
2549 if (i == myid)
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c1255 processorid_t myid; local
1259 myid = CPU->cpu_id;
1264 (cp->cpu_id == myid) || (CPU_PRIVATE(cp) == NULL)) {

Completed in 133 milliseconds