/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_dns.c | 49 static char *dns_type_string(uint_t type, int detail); 50 static char *dns_class_string(uint_t cls, int detail); 54 const uchar_t *data, const uchar_t *data_end, int detail); 56 const uchar_t *data, const uchar_t *data_end, int detail); 270 dns_type_string(uint_t type, int detail) in dns_type_string() argument 274 case ns_t_a: return (detail ? "Address" : "A"); in dns_type_string() 275 case ns_t_ns: return (detail ? "Authoritative Name Server" : "NS"); in dns_type_string() 276 case ns_t_cname: return (detail ? "Canonical Name" : "CNAME"); in dns_type_string() 277 case ns_t_soa: return (detail ? "Start Of a zone Authority" : "SOA"); in dns_type_string() 278 case ns_t_mb: return (detail ? "Mailbox domain name" : "MB"); in dns_type_string() [all …]
|
/illumos-gate/usr/src/cmd/sgs/link_audit/common/ |
H A D | whocalls.ksh | 49 detail="" 59 detail="1" 74 WHO_DETAIL="$detail" \
|
/illumos-gate/usr/src/cmd/hal/tools/ |
H A D | hal-storage-shared.c | 208 unknown_error (const char *detail) in unknown_error() argument 211 fprintf (stderr, "%s\n", detail); in unknown_error() 217 device_busy (const char *detail) in device_busy() argument 220 fprintf (stderr, "%s\n", detail); in device_busy() 226 not_mounted (const char *detail) in not_mounted() argument 229 fprintf (stderr, "%s\n", detail); in not_mounted() 235 not_mounted_by_hal (const char *detail) in not_mounted_by_hal() argument 238 fprintf (stderr, "%s\n", detail); in not_mounted_by_hal()
|
H A D | hal-storage-closetray.c | 55 unknown_closetray_error (const char *detail) in unknown_closetray_error() argument 58 fprintf (stderr, "%s\n", detail); in unknown_closetray_error()
|
H A D | hal-storage-eject.c | 57 unknown_eject_error (const char *detail) in unknown_eject_error() argument 60 fprintf (stderr, "%s\n", detail); in unknown_eject_error()
|
H A D | hal-storage-zpool.c | 44 unknown_zpool_error (const char *detail) in unknown_zpool_error() argument 47 fprintf (stderr, "%s\n", detail); in unknown_zpool_error()
|
H A D | hal-storage-shared.h | 52 void unknown_error (const char *detail);
|
/illumos-gate/usr/src/uts/common/fs/ctfs/ |
H A D | ctfs_ctl.c | 288 uint_t detail; in ctfs_stat_ioctl() local 297 detail = STRUCT_FGET(st, ctst_detail); in ctfs_stat_ioctl() 298 if (detail == CTD_COMMON) { in ctfs_stat_ioctl() 302 } else if (detail <= CTD_ALL) { in ctfs_stat_ioctl() 304 type->ct_type_ops->contop_status(ct, VTOZONE(vp), detail, foo, in ctfs_stat_ioctl()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_fm.c | 139 oce_fm_ereport(struct oce_dev *dev, char *detail) in oce_fm_ereport() argument 144 if (!DDI_FM_EREPORT_CAP(dev->fm_caps) || detail == NULL) { in oce_fm_ereport() 147 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE, detail); in oce_fm_ereport()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_fm.c | 31 ql_fm_ereport(qlge_t *qlge, char *detail) in ql_fm_ereport() argument 36 (void) snprintf(buf, QL_FM_BUF_LEN, "%s.%s", DDI_FM_DEVICE, detail); in ql_fm_ereport()
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_fm.c | 984 hermon_fm_ereport(hermon_state_t *state, int type, int detail) in hermon_fm_ereport() argument 998 switch (detail) { in hermon_fm_ereport() 1037 "type = %d, detail = %d\n.", type, detail); in hermon_fm_ereport() 1042 switch (detail) { in hermon_fm_ereport() 1051 "error. type = %d, detail = %d\n.", type, detail); in hermon_fm_ereport() 1103 "type = %d, detail = %d\n.", type, detail); in hermon_fm_ereport() 1109 "type = %d, detail = %d\n.", type, detail); in hermon_fm_ereport() 1914 i_hca_fm_ereport(dev_info_t *dip, int type, char *detail) in i_hca_fm_ereport() argument 1919 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE, detail); in i_hca_fm_ereport()
|
/illumos-gate/usr/src/uts/common/io/idm/ |
H A D | idm_text.c | 1222 idm_kvstat_to_error(kv_status_t kvrc, uint8_t *class, uint8_t *detail) in idm_kvstat_to_error() argument 1228 *detail = ISCSI_LOGIN_STATUS_ACCEPT; in idm_kvstat_to_error() 1234 *detail = ISCSI_LOGIN_STATUS_INVALID_REQUEST; in idm_kvstat_to_error() 1239 *detail = ISCSI_LOGIN_STATUS_INIT_ERR; in idm_kvstat_to_error() 1244 *detail = ISCSI_LOGIN_STATUS_NO_RESOURCES; in idm_kvstat_to_error() 1249 *detail = ISCSI_LOGIN_STATUS_MISSING_FIELDS; in idm_kvstat_to_error() 1254 *detail = ISCSI_LOGIN_STATUS_AUTH_FAILED; in idm_kvstat_to_error() 1259 *detail = ISCSI_LOGIN_STATUS_TARGET_ERROR; in idm_kvstat_to_error()
|
/illumos-gate/usr/src/uts/common/io/bge/ |
H A D | bge_log.c | 125 bge_fm_ereport(bge_t *bgep, char *detail) in bge_fm_ereport() argument 130 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE, detail); in bge_fm_ereport()
|
/illumos-gate/usr/src/lib/libcontract/common/ |
H A D | libcontract.c | 234 ct_status_read(int fd, int detail, ct_stathdl_t *stathdl) in ct_status_read() argument 245 info->status.ctst_detail = detail; in ct_status_read() 246 if (detail != CTD_COMMON) { in ct_status_read()
|
/illumos-gate/usr/src/uts/common/contract/ |
H A D | process.c | 665 contract_process_status(contract_t *ct, zone_t *zone, int detail, nvlist_t *nvl, in contract_process_status() argument 674 if (detail == CTD_FIXED) { in contract_process_status() 684 ASSERT(detail == CTD_ALL); in contract_process_status() 723 if (detail == CTD_ALL) { in contract_process_status() 742 if (detail > CTD_COMMON) { in contract_process_status() 749 if (detail > CTD_COMMON) { in contract_process_status()
|
/illumos-gate/usr/src/cmd/sendmail/cf/m4/ |
H A D | proto.m4 | 1084 dnl user+detail: try user++@domain if detail not empty 1087 dnl user+detail: try user+*@domain 1090 dnl user+detail: try user@domain 1098 dnl @domain if +detail exists 1101 dnl without +detail 1220 R$+ $| +$* $| $* $: $1 h is +detail, {Host} set 1257 R< > $+ $: < > < $1 <> $&h > nope, restore +detail 1259 R< > < $+ @ $+ <> + $* > $: < > < $1 + $3 @ $2 > check whether +detail') 1260 R< > < $+ <> + $* > $: < > < $1 + $2 > check whether +detail 1264 R< > < $+ > $@ $1 no +detail [all …]
|
/illumos-gate/usr/src/uts/common/sys/idm/ |
H A D | idm_text.h | 162 idm_kvstat_to_error(kv_status_t kvrc, uint8_t *class, uint8_t *detail);
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | diagnostic-diskinfo.p5m | 18 # global zone only. See the include file for greater detail, as well as
|
H A D | driver-audio-audiovia97.p5m | 28 # global zone only. See the include file for greater detail, as well as
|
H A D | driver-network-arbel.p5m | 28 # global zone only. See the include file for greater detail, as well as
|
H A D | driver-network-pcan.p5m | 28 # global zone only. See the include file for greater detail, as well as
|
H A D | driver-network-pcwl.p5m | 28 # global zone only. See the include file for greater detail, as well as
|
H A D | driver-serial-pcser.p5m | 28 # global zone only. See the include file for greater detail, as well as
|
H A D | driver-storage-pcata.p5m | 28 # global zone only. See the include file for greater detail, as well as
|
H A D | driver-network-efe.p5m | 14 # global zone only. See the include file for greater detail, as well as
|