/osnet-11/usr/src/lib/libdiskmgt/common/ |
H A D | events.c | 178 events_new_event(char *name, int dtype, char *etype) argument 197 if (dtype != -1 && 198 nvlist_add_uint32(event, DM_EV_DTYPE, dtype) != 0) {
|
H A D | disks_private.h | 250 void events_new_event(char *name, int dtype, char *etype);
|
/osnet-11/usr/src/lib/storage/libg_fc/common/hdrs/ |
H A D | g_scsi.h | 207 dtype :5; member in struct:l_inquiry00_struct
|
/osnet-11/usr/src/lib/libadt_jni/ |
H A D | auditxml_jni | 1057 foreach my $dtype (@type) { 1061 $arraySize = $1 if ($dtype =~ s/\[(\d+)\]/[]/); 1063 my $entryType = ${$entryDef{$dtype}}[0]; 1065 my $type = $dtype; 1090 print STDERR "$dtype is not an implemented data type\n"; 1092 if (${$entryDef{$dtype}}[1]) { 1093 push (@default, $id, ${$entryDef{$dtype}}[1]);
|
/osnet-11/usr/src/lib/libbsm/ |
H A D | auditxml | 934 foreach my $dtype (@type) { 938 $arraySize = $1 if ($dtype =~ s/\[(\d+)\]/[]/); 940 my $entryType = ${$entryDef{$dtype}}[0]; 942 my $type = $dtype; 967 print STDERR "$dtype is not an implemented data type\n"; 970 if (uc $omitEntry ne 'ALWAYS' && ${$entryDef{$dtype}}[1]) { 971 push (@default, $id, ${$entryDef{$dtype}}[1]);
|
/osnet-11/usr/src/lib/libsmb/common/ |
H A D | smb_sam.c | 365 smb_sam_grp_cnt(smb_domain_type_t dtype) argument 370 switch (dtype) {
|
/osnet-11/usr/src/lib/libadr/common/ |
H A D | adr.c | 396 adr_type_t *dtype = data->d_type; 397 assert(dtype != &adr_t_void); /* data *can't* be adr_t_void */ 398 if (type != NULL && dtype != type) 404 for (int i = 0; i < dtype->t_size; i++) { 405 adr_structfield_t *sf = &dtype->t_aux.t_fields[i]; 424 !adr_data_verify(adata, dtype->t_aux.t_array, 434 if (index < 0 || index > dtype->t_size) 439 adr_unionarm_t *ua = &dtype->t_aux.t_union.arms[data->d_rsize];
|
/osnet-11/usr/src/lib/storage/liba5k/common/ |
H A D | lhot.c | 110 * dtype - dtype of the device whose path is to be constructed 113 * dev_path - pointer to the device path of type dtype and with tid 122 gfc_map_t *map, int dtype) 183 if (dtype != DTYPE_ESI) { 256 if (dtype != DTYPE_ESI) { 121 l_make_node(char *ses_path, int tid, char *dev_path, gfc_map_t *map, int dtype) argument
|
/osnet-11/usr/src/lib/libdevalloc/common/ |
H A D | libdevalloc.c | 1801 char *dtype, *dexec, *tname, *kval; local 1816 dtype = DA_AUDIO_TYPE; 1821 dtype = DA_CD_TYPE; 1826 dtype = DA_FLOPPY_TYPE; 1831 dtype = DA_TAPE_TYPE; 1836 dtype = DA_RMDISK_TYPE; 1870 nentry->devinfo.devtype = dtype;
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | main.c | 2318 char dtype[200]; local 2352 dtype[0] = '\0'; 2355 (void) sm_strlcat(dtype, "+SMTP", sizeof(dtype)); 2360 (void) sm_strlcat2(dtype, 2365 sizeof(dtype)); 2368 (void) sm_strlcat(dtype, "+debugging", sizeof(dtype)); 2371 "starting daemon (%s): %s", Version, dtype + 1); 2378 macid("{daemon_info}"), dtype [all...] |
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_list.c | 3054 char dtype[CFGA_TYPE_LEN]; local 3072 (void) strlcpy(dtype, 3090 *dtype = NULL; 3094 (void) strlcpy(dtype, (char *)device_list[j].name, 3099 if (*dtype == NULL) { 3100 (void) strlcpy(dtype, 3138 (void) strncpy(clp->ap_type, dtype, strlen(dtype)); 3367 * Get dtype from "inquiry-device-type" property. If not present, 3670 * This function will return the dtype fo [all...] |
/osnet-11/usr/src/lib/libdladm/common/ |
H A D | libdlbridge.c | 271 bridge_door_call(const char *instname, bridge_door_type_t dtype, argument 292 bdc->bdc_type = dtype; 365 bridge_door_type_t dtype, void *buf, size_t inlen, size_t buflen) 373 return (bridge_door_call(bridge, dtype, linkid, &buf, inlen, &buflen, 364 port_door_call(dladm_handle_t handle, datalink_id_t linkid, bridge_door_type_t dtype, void *buf, size_t inlen, size_t buflen) argument
|
/osnet-11/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_storage.c | 83 static char *devinfo_scsi_dtype2str(int dtype); 350 devinfo_scsi_dtype2str(int dtype) argument 370 if (dtype < NELEM(dtype2str)) { 371 return (dtype2str[dtype]);
|
/osnet-11/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_brand.c | 1345 s10_audit_get_native(int dtype, intptr_t from10, native_asys_types_t *t) argument 1349 switch (dtype) { 1428 s10_audit_get_s10(int dtype, native_asys_types_t *t, intptr_t to10) argument 1433 switch (dtype) {
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | sv.c | 3646 register int dtype; local 3655 dtype = SvTYPE(dstr); 3670 if (dtype != SVt_PVGV) { 3677 switch (dtype) { 3701 switch (dtype) { 3721 if (dtype < SVt_RV) 3723 else if (dtype == SVt_PVGV && 3740 if (dtype < SVt_PV) 3744 if (dtype < SVt_PVIV) 3748 if (dtype < SVt_PVN [all...] |