/osnet-11/usr/src/lib/libplot/plot/common/ |
H A D | label.c | 37 label(char *s) function
|
/osnet-11/usr/src/lib/libplot/t300/common/ |
H A D | label.c | 37 label(char *s) function
|
/osnet-11/usr/src/lib/libplot/t300s/common/ |
H A D | label.c | 39 label(char *s) function
|
/osnet-11/usr/src/lib/libplot/t450/common/ |
H A D | label.c | 36 label(char *s) function
|
/osnet-11/usr/src/lib/libplot/vt0/common/ |
H A D | label.c | 38 label(char *s) function
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | setlabel.c | 42 setlabel(const char *label) argument 45 if (!label) 48 (void) strncpy(__pfmt_label, label, sizeof (__pfmt_label) - 1);
|
H A D | pfmt_print.c | 97 char label[MAXLABEL]; local 102 (void) strlcpy(label, __pfmt_label, MAXLABEL); 107 if (label[0] != '\0' && stream) { 108 if ((status = fputs(label, stream)) < 0)
|
/osnet-11/usr/src/lib/libtsol/common/ |
H A D | getlabel.c | 29 * String to binary label translations. 37 #include <tsol/label.h> 46 * getlabel(3TSOL) - get file label 52 getlabel(const char *path, bslabel_t *label) argument 54 return (syscall(SYS_labelsys, TSOL_GETLABEL, path, label)); 58 * fgetlabel(3TSOL) - get file label 63 fgetlabel(int fd, bslabel_t *label) argument 65 return (syscall(SYS_labelsys, TSOL_FGETLABEL, fd, label));
|
H A D | hextob.c | 29 * hextob.c - Hexadecimal string to binary label conversion. 40 #include <tsol/label.h> 44 * htobsl - Convert a Hexadecimal label string to a Sensitivity Label. 46 * Entry s = Hexadecimal label string to be converted. 48 * Exit label = Sensitivity Label converted, if successful. 58 htobsl(const char *s, m_label_t *label) argument 66 *label = *l; 72 * htobclear - Convert a Hexadecimal label string to a Clearance. 74 * Entry s = Hexadecimal label string to be converted.
|
H A D | btohex.c | 34 #include <tsol/label.h> 40 * h_alloc - Allocate data storage for a Hexadecimal label string. 42 * Entry id = Type of label to allocate storage for. 76 * h_free - Free a Hexadecimal label string. 78 * Entry hex = Hexadecimal label string. 97 * bsltoh_r - Convert a Sensitivity Label into a Hexadecimal label string. 99 * Entry label = Sensitivity Label to be translated. 100 * hex = Buffer to place converted label. 103 * Returns NULL, If invalid label type. 110 bsltoh_r(const m_label_t *label, cha argument 139 bsltoh(const m_label_t *label) argument [all...] |
H A D | setflabel.c | 26 * Change the label of a file 37 #include <tsol/label.h> 52 * setflabel(3TSOL) - set file label 62 * -1, Unable to access label encodings file; 63 * 0, Invalid binary label passed; 76 setflabel(const char *path, m_label_t *label) argument 120 clcall.sl = *label; 131 * reterr < 0, invalid binary label,
|
H A D | stob.c | 26 * String to binary label translations. 36 #include <tsol/label.h> 69 * label = Address of Binary Sensitivity Label to be initialized or 73 * NEW_LABEL, Initialize the label to a valid empty 75 * NO_CORRECTION, Initialize the label to a valid 81 * Exit label = Translated (updated) Binary Sensitivity Label. 83 * -1, Unable to access label encodings file; 84 * 0, Invalid binary label passed; 100 stobsl(const char *string, bslabel_t *label, int flags, int *error) argument 118 if (htobsl(s, label)) { [all...] |
H A D | zone.c | 33 * Get label from zone name 48 * Get label from zone id 69 * Get zone id from label 73 getzoneidbylabel(const m_label_t *label) argument 86 if (blequal(label, &admin_low) || blequal(label, &admin_high)) 107 continue; /* Zone is not default for this label */ 109 if (blequal(label, &test_sl) != 0) { 152 * Get zoneroot for a label 156 getzonerootbylabel(const m_label_t *label) argument [all...] |
/osnet-11/usr/src/lib/libadm/common/ |
H A D | getvol.c | 61 * 0 - okay, label matches 65 * 4 - label does not match 71 getvol(char *device, char *label, int options, char *prompt) argument 73 return (_getvol(device, label, options, prompt, NULL)); 78 _getvol(char *device, char *label, int options, char *prompt, char *norewind) argument
|
/osnet-11/usr/src/grub/grub2/grub-core/normal/ |
H A D | misc.c | 65 if (fs->label) 67 char *label; local 68 (fs->label) (dev, &label); 71 if (label && grub_strlen (label)) 74 grub_printf_ (N_("- Label \"%s\""), label); 76 grub_free (label);
|
/osnet-11/usr/src/lib/libplot/t4014/common/ |
H A D | label.c | 52 label(char *s) function
|
/osnet-11/usr/src/grub/grub2/grub-core/commands/ |
H A D | probe.c | 45 {"label", 'l', 0, N_("Determine filesystem label."), 0, 0}, 130 char *label; local 131 if (! fs->label) 133 "label for this FS isn't supported yet"); 134 err = fs->label (dev, &label); 137 if (! label) 139 "label for this FS isn't supported yet"); 142 grub_env_set (state[0].arg, label); [all...] |
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_protocol.c | 91 topo_node_label(tnode_t *node, char **label, int *err) argument 95 TOPO_PROP_LABEL, label, err)); 155 topo_node_label_set(tnode_t *node, char *label, int *err) argument 161 if (label == NULL) { 168 TOPO_PROP_LABEL, TOPO_PROP_IMMUTABLE, label, err) < 0)
|
/osnet-11/usr/src/lib/libshell/common/bltins/ |
H A D | ulimit.c | 79 int label, unit, nosupport; local 122 label = (hit&(hit-1)); 123 if(error_info.errors || (limit && label) || argc>opt_info.index+1) 185 if(label)
|
/osnet-11/usr/src/lib/fm/libdiskstatus/common/ |
H A D | ds_util.c | 53 ddump(const char *label, const void *data, size_t length) argument 66 if (label != NULL) 67 dprintf("%s\n", label);
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/ |
H A D | hostfs.c | 148 char **label __attribute ((unused))) function 150 *label = 0; 161 .label = grub_hostfs_label,
|
/osnet-11/usr/src/grub/grub2/grub-core/partmap/ |
H A D | bsdlabel.c | 48 struct grub_partition_bsd_disk_label label; 53 /* Read the BSD label. */ 54 if (grub_disk_read (disk, sector, 0, sizeof (label), &label)) 58 if (label.magic != grub_cpu_to_le32 (GRUB_PC_PARTITION_BSD_LABEL_MAGIC)) 63 < grub_cpu_to_le16 (label.num_partitions) && freebsd) 67 pos = sizeof (label) + sector * GRUB_DISK_SECTOR_SIZE 79 pos = sizeof (label) + sector * GRUB_DISK_SECTOR_SIZE; 82 p.number < grub_cpu_to_le16 (label.num_partitions); 147 /* This is a total breakage. Even when net-/openbsd label i 47 struct grub_partition_bsd_disk_label label; local [all...] |
H A D | dvh.c | 52 grub_dvh_is_valid (grub_uint32_t *label) argument 57 for (pos = label; 58 pos < (label + sizeof (struct grub_dvh_block) / 4);
|
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | fs.h | 67 /* Return the label of the device DEVICE in LABEL. The label is 70 grub_err_t (*label) (grub_device_t device, char **label); member in struct:grub_fs
|
/osnet-11/usr/src/lib/sun_fc/common/ |
H A D | Trace.h | 54 std::string label() { function in class:Trace
|