Searched defs:dtype (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_sam.c365 smb_sam_grp_cnt(smb_domain_type_t dtype) argument
370 switch (dtype) {
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Devents.c178 events_new_event(char *name, int dtype, char *etype) argument
197 if (dtype != -1 &&
198 nvlist_add_uint32(event, DM_EV_DTYPE, dtype) != 0) {
/osnet-11/usr/src/lib/storage/liba5k/common/
H A Dlhot.c110 * 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/storage/libg_fc/common/hdrs/
H A Dg_scsi.h207 dtype :5; member in struct:l_inquiry00_struct
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c83 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/libdevalloc/common/
H A Dlibdevalloc.c1801 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/lib/libdladm/common/
H A Dlibdlbridge.c271 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/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c3054 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/cmd/sendmail/src/
H A Dmain.c2318 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/brand/solaris10/s10_brand/common/
H A Ds10_brand.c1345 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 Dsv.c3646 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...]

Completed in 186 milliseconds