Searched refs:val (Results 1 - 25 of 28) sorted by relevance

12

/solaris-userland-s11u3/components/memcached/Solaris/
H A Dmemcached32 val=`svcprop -p "$1" memcached`
33 [ -n "$val" ] && echo "$val"
/solaris-userland-s11u3/components/ntp/Solaris/
H A Dntp.sh60 val=`svcprop -c -p config/always_allow_large_step $SMF_FMRI`
61 if [ "$val" = "true" ] || \
68 val=`svcprop -c -p config/no_auth_required $SMF_FMRI`
69 if [ ! "$val" = "true" ]; then
70 val=`/usr/bin/nawk '/^[ \t]*#/{next}
75 [ "$val" = "true" ] && set -- "$@" --authnoreq
79 val=`svcprop -c -p config/verbose_logging $SMF_FMRI`
80 [ "$val" = "true" ] && [ -n "$logfile" ] && set -- "$@" --logfile $logfile
83 val=`svcprop -c -p config/mdnsregister $SMF_FMRI`
85 [ "$val"
[all...]
/solaris-userland-s11u3/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_print.h50 const char* string_enum_psif_mmu_translation(enum psif_mmu_translation val);
52 const char* string_enum_psif_page_size(enum psif_page_size val);
54 const char* string_enum_psif_wr_type(enum psif_wr_type val);
56 const char* string_enum_psif_port(enum psif_port val);
58 const char* string_enum_psif_use_ah(enum psif_use_ah val);
60 const char* string_enum_psif_tsu_qos(enum psif_tsu_qos val);
62 const char* string_enum_psif_wc_opcode(enum psif_wc_opcode val);
64 const char* string_enum_psif_wc_status(enum psif_wc_status val);
66 const char* string_enum_ib_opcode(enum ib_opcode val);
68 const char* string_enum_psif_eps_a_core(enum psif_eps_a_core val);
[all...]
/solaris-userland-s11u3/components/mysql-5-5/Solaris/
H A Dmysql_5536 val=`svcprop -p $1 $SMF_FMRI`
37 [ -n "$val" ] && echo $val
/solaris-userland-s11u3/components/mysql-5-6/Solaris/
H A Dmysql_5636 val=`svcprop -p $1 $SMF_FMRI`
37 [ -n "$val" ] && echo $val
/solaris-userland-s11u3/components/mysql-5-7/Solaris/
H A Dmysql_5736 val=`svcprop -p $1 $SMF_FMRI`
37 [ -n "$val" ] && echo $val
/solaris-userland-s11u3/components/mysql-5-1/Solaris/
H A Dmysql_5136 val=`svcprop -p $1 $SMF_FMRI`
37 [ -n "$val" ] && echo $val
/solaris-userland-s11u3/components/visual-panels/usermgr/src/java/vpanels/app/usermgr/com/oracle/solaris/vp/panels/usermgr/client/swing/
H A DAuthAttrModelEntry.java220 public void setHeader(boolean val) { argument
221 header = val;
/solaris-userland-s11u3/components/jansson/doc/html/_static/
H A Ddoctools.js71 var val = node.nodeValue;
72 var pos = val.toLowerCase().indexOf(text);
76 span.appendChild(document.createTextNode(val.substr(pos, text.length)));
78 document.createTextNode(val.substr(pos + text.length)),
80 node.nodeValue = val.substr(0, pos);
H A Dwebsupport.js217 var node_id = form.find('input[name="node"]').val();
218 var parent_id = form.find('input[name="parent"]').val();
219 var text = form.find('textarea[name="comment"]').val();
220 var proposal = form.find('textarea[name="proposal"]').val();
247 .val('')
385 textarea.val(textarea.data('source'));
394 textarea.val('').removeAttr('disabled');
/solaris-userland-s11u3/components/net-snmp/sun/sdk/demo/demo_module_7/
H A Ddemo_module_7.c188 DEBUGMSGTL(("demo_module_7", "requests->requestvb->val = %s\n",
189 (u_char *) requests->requestvb->val.string));
195 (u_char *) requests->requestvb->val.string);
260 "%s", (u_char *) requests->requestvb->val.string);
/solaris-userland-s11u3/components/apache24/Solaris/
H A Dhttp-apache2483 echo val=${PROPVAL}
/solaris-userland-s11u3/components/openstack/cinder/files/zfssa/
H A Dzfssaiscsi.py454 val = None
458 val = xspecs.pop(spc, None)
460 if val is None:
461 val = self.configuration.safe_get(cfg)
463 if val is not None and val != '':
464 result.update({prop: val})
/solaris-userland-s11u3/components/net-snmp/sun/sdk/demo/demo_module_10/
H A Ddemo_module_10.c420 if (*(requests->requestvb->val.integer) == 0) {
421 status = *(requests->requestvb->val.integer);
/solaris-userland-s11u3/components/apache2/Solaris/
H A Dhttp-apache22112 echo val=${PROPVAL}
/solaris-userland-s11u3/components/openstack/neutron/files/agent/solaris/
H A Dnet_lib.py71 val = result.get(atype)
72 if val is None:
74 val = result.get(atype)
76 val.append(addr.replace("\\", ""))
/solaris-userland-s11u3/components/net-snmp/sun/sdk/demo/demo_module_5/
H A Ddemo_module_5.c353 if (!var->val.string) {
408 var->val.string[len] = '\0';
409 if (!ChangeItem(data->findex, (char *) var->val.string )) {
/solaris-userland-s11u3/components/visual-panels/firewall/src/java/vpanels/app/firewall/com/oracle/solaris/vp/panels/firewall/client/swing/
H A DOpenPortsTablePanel.java160 Object val = pane.getValue();
161 if (val == null) {
166 if (val == JOptionPane.UNINITIALIZED_VALUE)
169 if (((Integer)val).intValue() != JOptionPane.OK_OPTION) {
H A DPolicyTablePanel.java227 Object val = pane.getValue();
228 if (val == null) {
233 if (val == JOptionPane.UNINITIALIZED_VALUE)
236 if (((Integer)val).intValue() != JOptionPane.OK_OPTION) {
/solaris-userland-s11u3/components/net-snmp/sun/sdk/demo/demo_module_9/
H A Ddemo_module_9.c268 delay_time = *(requests->requestvb->val.integer);
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A Dkr_vmstat.c94 #define adjprintf(fmt, n, val) adj -= (n + 1) - printf(fmt, ADJ(n), val)
H A Ddsr.c568 lookup_ks_name(char *dev_nm, void *val) argument
595 list = (disk_list_t *)val;
/solaris-userland-s11u3/components/net-snmp/sun/sdk/demo/demo_module_2/
H A Ddemo_module_2.c351 if (!var->val.string) {
400 if (!ChangeItem(data->findex, (char *)var->val.string)){
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/entityMib/
H A DentPhysicalTable.c334 else if ((const char*)var->val.string != NULL) {
348 else if ((const char*)var->val.string != NULL) {
362 else if ((const char*)var->val.string != NULL) {
428 /* since var->val.string is not NULL terminated*/
434 strncpy(zPhysicalEntry->entPhysicalSerialNum, (const char *)var->val.string, var->val_len);
444 strncpy(zPhysicalEntry->entPhysicalAlias, (const char *)var->val.string, var->val_len);
454 strncpy(zPhysicalEntry->entPhysicalAssetID, (const char *)var->val.string, var->val_len);
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/seaExtensions/
H A DsunProcesses.c942 if ((int) *(requests->requestvb->val.integer) != 0) {
944 (int)*(requests->requestvb->val.integer));

Completed in 179 milliseconds

12