/illumos-gate/usr/src/cmd/devmgmt/cmds/ |
H A D | listdgrp.c | 114 * lbl Buffer for the message label 117 static char lbl[MM_MXLABELLN+1]; 157 (void) strlcat(strcpy(lbl, "UX:"), cmdname, sizeof(lbl)); 196 stdmsg(MM_NRECOV, lbl, MM_ERROR, M_USAGE); 211 stdmsg(MM_NRECOV, lbl, sev, msg); 229 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg); 234 stdmsg(MM_NRECOV, lbl, MM_HALT, msg); 115 static char lbl[MM_MXLABELLN+1]; variable
|
H A D | devattr.c | 137 * lbl Buffer for the command label (for messages) 141 static char lbl[MM_MXLABELLN+1]; 208 (void) strlcat(strcpy(lbl, "UX:"), cmdname, sizeof(lbl)); 221 stdmsg(MM_NRECOV, lbl, MM_ERROR, M_USAGE); 236 stdmsg(MM_NRECOV, lbl, severity, txt); 260 stdmsg(MM_NRECOV, lbl, severity, txt); 279 /* stdmsg(MM_RECOVER, lbl, MM_WARNING, txt); */ 284 stdmsg(MM_NRECOV, lbl, MM_ERROR, txt); 139 static char lbl[MM_MXLABELLN+1]; variable
|
H A D | devfree.c | 105 * lbl Buffer for the label-component of a message. 111 static char lbl[MM_MXLABELLN+1]; 164 (void) strlcat(strcpy(lbl, "UX:"), p, sizeof(lbl)); 190 stdmsg(MM_NRECOV, lbl, MM_ERROR, M_USAGE); 207 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg); 230 stdmsg(MM_NRECOV, lbl, sev, msg); 255 stdmsg(MM_NRECOV, lbl, sev, msg); 263 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg); 289 stdmsg(MM_NRECOV, lbl, se 110 static char lbl[MM_MXLABELLN+1]; variable [all...] |
H A D | getdev.c | 92 * lbl Buffer for the standard message label 104 static char lbl[MM_MXLABELLN+1]; 170 (void) strlcat(strcpy(lbl, "UX:"), cmdname, sizeof(lbl)); 218 stdmsg(MM_NRECOV, lbl, MM_ERROR, M_USAGE); 233 stdmsg(MM_NRECOV, lbl, sev, txt); 103 static char lbl[MM_MXLABELLN+1]; variable
|
H A D | getdgrp.c | 118 * lbl Buffer for standard message label 122 static char lbl[MM_MXLABELLN+1]; 193 (void) strlcat(strcpy(lbl, "UX:"), cmdname, sizeof(lbl)); 248 stdmsg(MM_NRECOV, lbl, MM_ERROR, M_USAGE); 263 stdmsg(MM_NRECOV, lbl, sev, txt); 278 stdmsg(MM_NRECOV, lbl, sev, txt); 121 static char lbl[MM_MXLABELLN+1]; variable
|
H A D | putdev.c | 204 char *lbl; /* Ptr to label for messages */ 218 lbl = mklbl(argv[0]); 260 stdmsg(MM_NRECOV, lbl, MM_ERROR, E_USAGE); 276 stdmsg(MM_NRECOV, lbl, MM_ERROR, E_USAGE); 297 stdmsg(MM_NRECOV, lbl, MM_ERROR, p); 308 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg); 324 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg); 334 stdmsg(MM_NRECOV, lbl, MM_ERROR, E_MULTIPLE); 344 stdmsg(MM_NRECOV, lbl, MM_ERROR, E_RELPATH); 354 stdmsg(MM_NRECOV, lbl, MM_ERRO 201 char *lbl; /* Ptr to label for messages */ local [all...] |
H A D | putdgrp.c | 178 char *lbl; /* Ptr to label for messages */ 189 lbl = mklbl(argv[0]); 215 stdmsg(MM_NRECOV, lbl, MM_ERROR, E_USAGE); 246 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg); 257 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg); 275 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg); 285 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg); 309 stdmsg(MM_RECOVER, lbl, MM_WARNING, msg); 320 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg); 331 stdmsg(MM_NRECOV, lbl, MM_ERRO 175 char *lbl; /* Ptr to label for messages */ local [all...] |
H A D | devreserv.c | 109 * lbl Buffer for the label-component of a message 119 static char lbl[MM_MXLABELLN+1]; 182 (void) strlcat(strcpy(lbl, "UX:"), p, sizeof(lbl)); 207 stdmsg(MM_NRECOV, lbl, MM_ERROR, M_USAGE); 252 stdmsg(MM_NRECOV, lbl, sev, txt); 274 stdmsg(MM_NRECOV, lbl, MM_ERROR, txt); 302 stdmsg(MM_NRECOV, lbl, sev, txt); 328 stdmsg(MM_NRECOV, lbl, sev, txt); 336 stdmsg(MM_NRECOV, lbl, MM_ERRO 118 static char lbl[MM_MXLABELLN+1]; variable [all...] |
/illumos-gate/usr/src/cmd/setuname/ |
H A D | setuname.c | 175 * lbl Buffer for the standard message label 179 static char lbl[MM_MXLABELLN+1]; /* Space for std msg label */ 208 (void) strcat(strcpy(lbl, "UX:"), cmdname); 248 stdmsg(MM_NRECOV, lbl, MM_ERROR, E_USAGE); 254 stdmsg(MM_NRECOV, lbl, MM_ERROR, E_MISSING); 275 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg); 286 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg); 298 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg); 309 stdmsg(MM_NRECOV, lbl, MM_ERROR, msg); 326 stdmsg(MM_NRECOV, lbl, MM_ERRO 178 static char lbl[MM_MXLABELLN+1]; /* Space for std msg label */ variable [all...] |
/illumos-gate/usr/src/cmd/oamuser/user/ |
H A D | funcs.c | 436 m_label_t *lbl = NULL; local 441 err = str_to_label(labelstr, &lbl, MAC_LABEL, L_NO_CORRECTION, NULL); 442 m_label_free(lbl);
|
/illumos-gate/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/ |
H A D | cmd_branch.c | 141 char *lbl, *p, *q; local 153 if ((nvlist_lookup_string(rsrc, FM_FMRI_MEM_UNUM, &lbl) != 0) || 166 if ((p = strstr(lbl, "/J")) != NULL) { 167 (void) strncpy(cx, lbl, p - lbl); 168 cx[p - lbl] = '\0'; 170 (void) strcpy(cx, lbl); 239 char *lbl; local 243 if (topo_node_label(node, &lbl, &err) < 0) 246 if ((strcmp(target, lbl) 605 char *lbl, *p, *q; local [all...] |
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_cg.c | 93 dt_cg_xsetx(dt_irlist_t *dlp, dt_ident_t *idp, uint_t lbl, int reg, uint64_t x) argument 105 dt_irlist_append(dlp, dt_cg_node_alloc(lbl, instr));
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | cred.c | 1108 ts_label_t *lbl = labelalloc(blabel, doi, flags); local 1111 if (lbl != NULL) { 1113 cr->cr_label = lbl; 1115 label_rele(lbl); 1149 ts_label_t *lbl = labelalloc(blabel, doi, flags); local 1152 if (lbl != NULL) { 1153 newcr = copycred_from_tslabel(cr, lbl, flags); 1154 label_rele(lbl);
|
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/ |
H A D | mkfs.c | 152 static void label_volume(char *lbl, bpb_t *wbpb); 160 static void write_fat(int fd, off64_t seekto, char *fn, char *lbl, 2561 label_volume(char *lbl, bpb_t *wbpb) argument 2566 if (!lbl) 2567 lbl = DEFAULT_LABEL; 2569 ll = min(11, (int)strlen(lbl)); 2571 wbpb->ebpb.volume_label[i] = toupper(lbl[i]); 3075 write_fat(int fd, off64_t seekto, char *fn, char *lbl, char *ffn, bpb_t *wbpb) argument 3088 label_volume(lbl, wbpb);
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb.c | 2121 dump_label_uberblocks(vdev_label_t *lbl, uint64_t ashift) argument 2132 uberblock_t *ub = (void *)((char *)lbl + uoff);
|