Searched +defs:val +defs:method (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_dialog_ui.c44 sip_create_dialog_req(sip_method_t method, sip_dialog_t dialog, argument
68 if (sip_add_request_line(sip_msg, method, uri) != 0) {
95 if (sip_add_cseq(sip_msg, method, cseq) != 0) {
126 sip_create_dialog_req_nocontact(sip_method_t method, sip_dialog_t dialog, argument
132 sip_msg = sip_create_dialog_req(method, dialog, transport, sent_by,
145 * Get the Dialog method
199 const struct sip_value *val; local
212 val = sip_get_header_value(_dialog->sip_dlg_call_id, error);
213 if (val == NULL) {
217 callid = &((sip_hdr_value_t *)val)
231 const struct sip_value *val; local
264 const struct sip_value *val; local
298 const struct sip_value *val; local
331 const struct sip_value *val; local
363 const struct sip_value *val; local
396 const struct sip_value *val; local
[all...]
H A Dsip_dialog.c234 const struct sip_value *val; local
236 val = sip_get_header_value(_dialog->sip_dlg_remote_target,
238 if (val == NULL)
240 req_uri = &((sip_hdr_value_t *)val)->cftr_uri;
347 const struct sip_value *val; local
349 val = sip_get_header_value(dialog->sip_dlg_remote_target, NULL);
350 to_uri = &((sip_hdr_value_t *)val)->cftr_uri;
619 sip_method_t method; local
626 method = sip_get_request_method((sip_msg_t)sip_msg, &error);
630 if (error != 0 || (method !
868 const struct sip_value *val; local
869 sip_method_t method; local
1444 sip_method_t method; local
1496 sip_method_t method; local
1668 sip_method_t method; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd_impl.h57 /* retryable SMF method error */
63 /* Is this instance currently executing a method ? */
115 /* Collection of information pertaining to a method */
135 /* time a method can run for before being considered broken */
151 int64_t val; member in struct:__anon174
208 /* current pending conrate-offline/method timer; -1 if none pending */
234 /* Structure used to store information pertaining to instance method types. */
236 instance_method_t method; member in struct:__anon176
/illumos-gate/usr/src/uts/i86pc/io/tzmon/
H A Dtzmon.c76 static void tzmon_notify_zone(ACPI_HANDLE obj, UINT32 val, void *ctx);
77 static void tzmon_eval_int(ACPI_HANDLE obj, char *method, int *rv);
276 tzmon_notify_zone(ACPI_HANDLE obj, UINT32 val, void *ctx) argument
280 switch (val) {
302 * Evaluate the object/method as an integer.
305 tzmon_eval_int(ACPI_HANDLE obj, char *method, int *rv) argument
308 if (acpica_eval_int(obj, method, rv) != AE_OK)
533 * operating temperature) method.
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_util.c228 acpidev_walk_apic(ACPI_BUFFER *bufp, ACPI_HANDLE hdl, char *method, argument
252 } else if (method != NULL) {
254 * Otherwise, if we have an evaluate method, we get the walk
259 rc = AcpiEvaluateObjectTyped(hdl, method, NULL, &buf,
269 "%s in acpidev_walk_apic().", method);
663 ulong_t val; local
671 if (ddi_strtoul(uid, &endp, 10, &val) == 0 &&
703 * list of hexadecimal values. According to the ACPI spec, the ACPI _UID method
762 * Some ACPI objects may have no _UID method available, so we
844 /* Evaluate _OST method unde
[all...]
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_commit.c153 pool_value_t val = POOL_VALUE_INITIALIZER; local
202 pool_value_set_uint64(&val, smin);
204 &val) != PO_SUCCESS)
207 pool_value_set_uint64(&val, smax);
209 &val) != PO_SUCCESS)
329 pool_value_t val = POOL_VALUE_INITIALIZER; local
339 pool_value_set_uint64(&val, smin);
341 &val) != PO_SUCCESS)
344 pool_value_set_uint64(&val, smax);
346 &val) !
380 pool_value_t val = POOL_VALUE_INITIALIZER; local
487 pool_value_t val = POOL_VALUE_INITIALIZER; local
725 pool_value_t val = POOL_VALUE_INITIALIZER; local
775 uint64_t method; local
776 pool_value_t val = POOL_VALUE_INITIALIZER; local
1115 pool_value_t val = POOL_VALUE_INITIALIZER; local
1155 pool_value_t val = POOL_VALUE_INITIALIZER; local
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c265 * method may be NULL if mlen is 0
269 CONST_UCHAR *hash_a1, const char *method, int mlen,
283 if (mlen == 0 && method != NULL) mlen = strlen(method);
284 if (mlen) MD5Update(&ctx, (CONST_UCHAR *) method, mlen);
342 digest_client_resp(const char *method, int mlen, argument
366 if (mlen != 0 && method == NULL)
432 digest_calc_resp(attr, hash_a1, method, mlen, NULL, hexbuf);
449 #define lstreqcase(conststr, val, len) ((len) == sizeof (conststr) - 1 && \
450 strncasecmp((conststr), (val), sizeo
268 digest_calc_resp(const digest_attrs_t *attr, CONST_UCHAR *hash_a1, const char *method, int mlen, CONST_UCHAR *hex_int, char *outresp) argument
468 const char *scan, *attr, *val, *end; local
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsid.c62 static boolean_t iscsid_add(iscsi_hba_t *ihp, iSCSIDiscoveryMethod_t method,
87 iSCSIDiscoveryMethod_t method; member in struct:iscsid_thr_table
110 * discovery method event table
426 * start the specified discovery method(s)
428 for (dt = &iscsid_thr[0]; dt->method != iSCSIDiscoveryMethodUnknown;
430 if (idm & dt->method) {
443 * discovery method should have started at
465 * stop the specified discovery method(s)
467 for (dt = &iscsid_thr[0]; dt->method != iSCSIDiscoveryMethodUnknown;
469 if (idm & dt->method) {
514 iscsid_poke_discovery(iscsi_hba_t *ihp, iSCSIDiscoveryMethod_t method) argument
1087 iscsid_add(iscsi_hba_t *ihp, iSCSIDiscoveryMethod_t method, struct sockaddr *addr_dsc, char *target_name, int tpgt, struct sockaddr *addr_tgt) argument
1197 iscsid_del(iscsi_hba_t *ihp, char *target_name, iSCSIDiscoveryMethod_t method, struct sockaddr *addr_dsc) argument
1304 iscsid_login_tgt(iscsi_hba_t *ihp, char *target_name, iSCSIDiscoveryMethod_t method, struct sockaddr *addr_dsc) argument
1992 char val[10]; local
[all...]
H A Discsi.c146 int val, int lunonly, int doset);
1483 iSCSIDiscoveryMethod_t method; local
1781 method = persistent_disc_meth_get();
1782 if (method & iSCSIDiscoveryMethodISNS) {
1792 ihp, NULL, method, NULL))
2130 method = ihp->hba_discovery_events;
2132 (method != ISCSI_ALL_DISCOVERY_METHODS) &&
2718 method = persistent_disc_meth_get();
2719 if (method & iSCSIDiscoveryMethodStatic) {
2857 method
4597 iscsi_i_commoncap(struct scsi_address *ap, char *cap, int val, int tgtonly, int doset) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dppmvar.h131 * cmd member of the struct, and then perform the method on the
132 * path using iowr cmd with the args specified in val or val and
146 uint_t method; /* control method / union selector */ member in struct:ppm_dc
152 /* must be .iord, .iowr and .val and in such order. */
153 /* The .method field above selects a union sub struct */
155 /* The association between .method and .cmd is platform */
162 uint_t val; /* ioctl arg */ member in struct:ppm_dc::__anon8831::m_kio
174 uint_t val; /* registe member in struct:ppm_dc::__anon8831::m_i2ckio
188 int val; /* new register value */ member in struct:ppm_dc::__anon8831::m_cpu
[all...]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlibscf.c401 scf_value_t *val = safe_scf_value_create(h); local
404 if (scf_property_get_value(prop, val) == -1) {
412 if (scf_value_get_astring(val, *ret, max_scf_value_size) <= 0) {
418 scf_value_destroy(val);
727 scf_value_t *val; local
733 val = safe_scf_value_create(h);
778 if (scf_property_get_value(prop, val) != 0) {
803 r = scf_value_get_boolean(val, valuep);
807 scf_value_destroy(val);
850 scf_value_t *val; local
1546 libscf_inst_set_boolean_prop(scf_instance_t *inst, const char *pgname, const char *pgtype, uint32_t pgflags, const char *pname, int val) argument
1701 pg_get_milestone(scf_propertygroup_t *pg, scf_property_t *prop, scf_value_t *val, char *buf, size_t buf_sz) argument
1762 libscf_get_milestone(scf_instance_t *inst, scf_property_t *prop, scf_value_t *val, char *buf, size_t buf_sz) argument
1848 scf_value_t *val; local
1908 scf_value_t *val; local
2334 scf_value_t *val = NULL; local
2865 char *method = startd_alloc(max_scf_value_size); local
3144 scf_value_t *val; local
3489 scf_value_t *val; local
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c47 char *cred, auth_method_t method);
322 rv->attrName[i], rv->attrVal[i].val[j].value);
393 auth_method_t method; member in struct:__anon82
549 ldapBind(LDAP **ldP, char *who, char *cred, auth_method_t method, argument
558 if (method == none) {
561 } else if (method == simple) {
584 } else if (method == cram_md5) {
591 } else if (method == digest_md5) {
716 char *attr[2], *a, **val; local
737 val
939 createCon(char *sp, char *who, char *cred, auth_method_t method, int port) argument
1012 setupConList(char *serverList, char *who, char *cred, auth_method_t method) argument
1639 struct berval **val; local
2003 removeSingleValue(__nis_value_t *val, void *value, int length) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_drv.c67 #define ACPI_DRV_PRT_NOTIFY(hdl, val) \
69 if (acpi_drv_debug) acpi_drv_prt_notify((hdl), (val)); \
75 #define ACPI_DRV_PRT_NOTIFY(hdl, val)
590 int val; local
597 val = (acpi_drv_psr_type == ACPI_DRV_TYPE_AC) ? 1 : 0;
598 if (copyout(&val, (void *)arg, sizeof (val))) {
766 acpi_drv_prt_notify(ACPI_HANDLE hdl, UINT32 val) argument
774 cmn_err(CE_NOTE, "AcpiNotify(%s, 0x%02x)", str, val);
779 acpi_drv_gen_sysevent(struct acpi_drv_dev *devp, char *ev, uint32_t val) argument
973 int val; local
1302 acpi_drv_cbat_notify(ACPI_HANDLE hdl, UINT32 val, void *ctx) argument
1454 acpi_drv_ac_notify(ACPI_HANDLE hdl, UINT32 val, void *ctx) argument
1497 acpi_drv_lid_notify(ACPI_HANDLE hdl, UINT32 val, void *ctx) argument
2057 acpi_drv_set_int(ACPI_HANDLE dev, char *method, uint32_t aint) argument
[all...]
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c296 * A transition to maintenance state when a method fails
302 "a method is failing in a retryable manner but too often"
336 * A transition to maintenance state because a restarter method
343 "a start, stop or refresh method failed"
379 * A transition to maintenance state because the start method is
1048 const char *pname, scf_type_t ty, scf_value_t *val)
1098 r = scf_entry_add_value(ent, val);
1377 scf_value_t *val; local
1492 val = scf_value_create(h);
1493 if (val
1047 tx_set_value(scf_transaction_t *tx, scf_transaction_entry_t *ent, const char *pname, scf_type_t ty, scf_value_t *val) argument
1674 scf_value_t *val; local
1982 get_astring_val(scf_propertygroup_t *pg, const char *name, char *buf, size_t bufsz, scf_property_t *prop, scf_value_t *val) argument
2008 get_boolean_val(scf_propertygroup_t *pg, const char *name, uint8_t *b, scf_property_t *prop, scf_value_t *val) argument
2374 get_profile(scf_propertygroup_t *methpg, scf_propertygroup_t *instpg, scf_property_t *prop, scf_value_t *val, const char *cmdline, struct method_context *ci, mc_error_t *merr) argument
2507 get_ids(scf_propertygroup_t *methpg, scf_propertygroup_t *instpg, scf_property_t *prop, scf_value_t *val, struct method_context *ci, mc_error_t *merr) argument
2684 get_environment(scf_handle_t *h, scf_propertygroup_t *pg, struct method_context *mcp, scf_property_t *prop, scf_value_t *val) argument
2799 scf_value_t *val = NULL; local
3822 is_kill_method(const char *method, const char *kill_str, size_t kill_str_len) argument
3847 restarter_is_kill_proc_method(const char *method) argument
3854 restarter_is_kill_method(const char *method) argument
3894 scf_value_t *val; local
3943 scf_value_t *val; local
3982 scf_value_t *val; local
4081 scf_value_t *val; local
[all...]
/illumos-gate/usr/src/lib/libima/common/
H A Dima-lib.c324 int val; /* value for SETVAL */ member in union:semun
346 sem_union.val = 1; /* start semaphore off signaled */
6123 IMA_AUTHMETHOD method,
6138 if (method != IMA_AUTHMETHOD_NONE &&
6139 method != IMA_AUTHMETHOD_CHAP &&
6140 method != IMA_AUTHMETHOD_SRP &&
6141 method != IMA_AUTHMETHOD_KRB5 &&
6142 method != IMA_AUTHMETHOD_SPKM1 &&
6143 method != IMA_AUTHMETHOD_SPKM2)
6166 method, pParm
6121 IMA_GetInitiatorAuthParms( IMA_OID lhbaOid, IMA_AUTHMETHOD method, IMA_INITIATOR_AUTHPARMS *pParms) argument
6227 IMA_SetInitiatorAuthParms( IMA_OID lhbaOid, IMA_AUTHMETHOD method, const IMA_INITIATOR_AUTHPARMS *pParms) argument
[all...]
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c887 const char *method; local
894 method = "fallback";
898 method = "Intersil";
902 method = "Philips";
907 method = "RFMD";
916 "%s: %s RF programming method, %02x\n", dvname, method,
2550 * Invoke the parent method to complete the work.
3046 rtw_m_stat(void *arg, uint_t stat, uint64_t *val) argument
3058 *val
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c3334 nxge_dma_mem_alloc(p_nxge_t nxgep, dma_method_t method, argument
4713 uint64_t val = statsp->mac_stats.link_speed * 1000000ull; local
4715 ASSERT(pr_valsize >= sizeof (val));
4716 bcopy(&val, pr_val, sizeof (val));
6753 " property[%d] val[%s]",
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1185 prop_get_val(scf_property_t *prop, scf_value_t *val) argument
1189 if (scf_property_get_value(prop, val) == SCF_SUCCESS)
2281 scf_value_t *val; local
2357 val = scf_value_create(g_hndl);
2358 if (val == NULL) {
2371 scf_value_set_boolean(val, vp->sc_u.sc_count);
2374 scf_value_set_count(val, vp->sc_u.sc_count);
2377 scf_value_set_integer(val, vp->sc_u.sc_integer);
2381 if (scf_value_set_from_string(val, tp,
2390 scf_value_destroy(val);
3271 scf_value_t *val; local
5001 scf_value_t *val; local
8953 safe_setprop(xmlNodePtr n, const char *name, const char *val) argument
8969 scf_value_t *val; local
11085 scf_value_t *val; local
12173 scf_value_t *val; local
12264 scf_value_t *val; local
12302 scf_value_t *val; local
12721 prop_has_multiple_values(const scf_property_t *prop, scf_value_t *val) argument
12743 scf_value_t *val; local
13050 scf_value_t *val; local
13266 scf_value_t *val; local
14164 scf_value_t *val; local
14499 scf_value_t *val; local
14866 const char *method = NULL; local
15335 scf_value_t *val; local
15986 char *val; local
17359 scf_value_t *val; local
[all...]

Completed in 133 milliseconds