Searched +defs:val +defs:callback (Results 1 - 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypcat.c93 static int callback();
127 cbinfo.foreach = callback;
213 callback(status, key, kl, val, vl, fail) function
217 char *val;
228 (void) printf("%.*s\n", vl, val);
257 char *val; local
263 val = nullstring;
266 if (err = yp_first(domain, map, &outkey, &outkeylen, &val, &vallen)) {
283 (void) printf("%.*s\n", vallen, val);
[all...]
H A Dypxfr.c48 * the address of the callback, if specified. If the host is specified
60 * The -C flag is used to pass callback information to ypxfr when it is
61 * activated by ypserv. The callback information is used to send a
105 #define CALLINTER_TRY 10 /* Seconds between callback tries */
106 #define CALLTIMEOUT CALLINTER_TRY*6 /* Total timeout for callback */
141 bool callback = FALSE; variable
155 #define CALLINTER_TRY 10 /* Seconds between callback tries */
156 #define CALLTIMEOUT CALLINTER_TRY*6 /* Total timeout for callback */
175 -C is for use only by ypserv to pass callback information.\n";
484 callback
987 datum val; local
1187 datum val; local
1705 datum val; local
[all...]
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPFindAttrs.c34 char *tag, *val; member in struct:attr_node
54 SLPAttrCallback callback, void *pvUser) {
65 !pcAttrIds || !callback) {
96 (SLPGenericAppCB *) callback, pvUser,
453 slp_add2list(v, &(n->val), SLP_TRUE);
482 n->val = NULL;
492 if (!(n->val = strdup(equals))) {
511 /* form of (tag=val,val) */
532 n->val
52 SLPFindAttrs(SLPHandle hSLP, const char *pcURL, const char *pcScope, const char *pcAttrIds, SLPAttrCallback callback, void *pvUser) argument
[all...]
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice.c507 HalDevicePropertyForeachFn callback,
513 g_return_if_fail (callback != NULL);
519 cont = callback (device, p, user_data);
917 gboolean val)
985 HalDeviceAsyncCallback callback; member in struct:__anon610
1016 ai->callback (ai->device, ai->user_data, TRUE);
1028 ai->callback (ai->device, ai->user_data, FALSE);
1038 HalDeviceAsyncCallback callback,
1049 callback (device, user_data, prop != NULL);
1057 ai->callback
506 hal_device_property_foreach(HalDevice *device, HalDevicePropertyForeachFn callback, gpointer user_data) argument
914 hal_device_property_set_attribute(HalDevice *device, const char *key, enum PropertyAttribute attr, gboolean val) argument
1036 hal_device_async_wait_property(HalDevice *device, const char *key, HalDeviceAsyncCallback callback, gpointer user_data, int timeout) argument
[all...]
/illumos-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c197 print_value(scf_value_t *val) argument
202 bufsz = scf_value_get_as_string(val, NULL, 0) + 1;
208 r = scf_value_get_as_string(val, buf, bufsz);
226 scf_value_t *val; local
272 (val = scf_value_create(hndl)) == NULL)
279 while ((ret = scf_iter_next_value(iter, val)) == 1) {
284 print_value(val);
299 (void) scf_value_destroy(val);
999 scf_walk_callback callback; local
1134 callback
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dmodhash.c87 * mod_hash_insert(hash, key, val):
91 * mod_hash_insert_reserve(hash, key, val, handle):
104 * mod_hash_remove(hash, key, *val):
106 * stored key, and returning the value in val.
108 * mod_hash_replace(hash, key, val)
117 * mod_hash_find(hash, key, val):
120 * mod_hash_find_cb(hash, key, val, found_callback)
122 * If a value is found, call specified callback passing key and val to it.
123 * The callback i
185 mod_hash_null_valdtor(mod_hash_val_t val) argument
236 mod_hash_strval_dtor(mod_hash_val_t val) argument
545 i_mod_hash_insert_nosync(mod_hash_t *hash, mod_hash_key_t key, mod_hash_val_t val, mod_hash_hndl_t handle) argument
579 mod_hash_insert(mod_hash_t *hash, mod_hash_key_t key, mod_hash_val_t val) argument
602 mod_hash_insert_reserve(mod_hash_t *hash, mod_hash_key_t key, mod_hash_val_t val, mod_hash_hndl_t handle) argument
670 i_mod_hash_remove_nosync(mod_hash_t *hash, mod_hash_key_t key, mod_hash_val_t *val) argument
707 mod_hash_remove(mod_hash_t *hash, mod_hash_key_t key, mod_hash_val_t *val) argument
725 mod_hash_replace(mod_hash_t *hash, mod_hash_key_t key, mod_hash_val_t val) argument
752 mod_hash_val_t val; local
774 i_mod_hash_find_nosync(mod_hash_t *hash, mod_hash_key_t key, mod_hash_val_t *val) argument
794 mod_hash_find(mod_hash_t *hash, mod_hash_key_t key, mod_hash_val_t *val) argument
806 mod_hash_find_cb(mod_hash_t *hash, mod_hash_key_t key, mod_hash_val_t *val, void (*find_cb)(mod_hash_key_t, mod_hash_val_t)) argument
822 mod_hash_find_cb_rval(mod_hash_t *hash, mod_hash_key_t key, mod_hash_val_t *val, int (*find_cb)(mod_hash_key_t, mod_hash_val_t), int *cb_rval) argument
838 i_mod_hash_walk_nosync(mod_hash_t *hash, uint_t (*callback)(mod_hash_key_t, mod_hash_val_t *, void *), void *arg) argument
866 mod_hash_walk(mod_hash_t *hash, uint_t (*callback)(mod_hash_key_t, mod_hash_val_t *, void *), void *arg) argument
[all...]
H A Dcpu_event.c95 /* Get callback context handle for current CPU. */
102 /* Compute index from callback context handle. */
136 cpu_idle_callback_t *callback; member in struct:cpu_idle_cb_impl
334 "cpu_idle: failed to register callback for dtrace.");
340 "cpu_idle: failed to register callback for tlb_flush.");
425 cpu_idle_cb_array[i].enter = cip->callback->idle_enter;
426 cpu_idle_cb_array[i].exit = cip->callback->idle_exit;
483 * Reset property ready flag for all CPUs if no registered callback
485 * there's no callback registered.
515 "!cpu_event: register_callback called from callback
1086 cpu_idle_prop_set_value(cpu_idle_prop_handle_t hdl, cpu_idle_callback_context_t ctx, cpu_idle_prop_value_t val) argument
1099 cpu_idle_prop_set_all(cpu_idle_prop_handle_t hdl, cpu_idle_prop_value_t val) argument
1116 uint64_t val; local
[all...]
H A Dsunndi.c240 ddi_eventcookie_t cookie, void (*callback)(), void *arg,
258 (ddip, rdip, cookie, callback, arg, cb_id));
1013 uchar_t *val; local
1016 if ((rv = nvpair_value_byte_array(npp, &val,
1021 cdip, np, (uchar_t *)val, nelms);
1026 int32_t *val; local
1029 if ((rv = nvpair_value_int32_array(npp, &val,
1034 cdip, np, val, nelms);
1039 char **val; local
1042 if ((rv = nvpair_value_string_array(npp, &val,
239 ndi_busop_add_eventcall(dev_info_t *dip, dev_info_t *rdip, ddi_eventcookie_t cookie, void (*callback)(), void *arg, ddi_callback_id_t *cb_id) argument
[all...]
/illumos-gate/usr/src/cmd/sqlite/
H A Dshell.c176 ** the main program to the callback. This is used to communicate
286 ** This is the callback routine that the SQLite library
289 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ function
456 ** This is a different callback routine used for dumping the database.
457 ** Each row received by this callback consists of a table name,
473 callback, &d2, 0, azArg[0]
587 sqlite_exec(p->db, "PRAGMA database_list; ", callback, &data, &zErrMsg);
627 int val = atoi(azArg[1]); local
632 val = 1;
634 val
646 int val = atoi(z); local
690 int val = atoi(azArg[1]); local
[all...]
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c247 scf_value_t *val; local
251 (val = scf_value_create(h)) == NULL)
274 if (scf_property_get_value(prop, val) == 0) {
300 if (scf_value_get_boolean(val, bp) != 0) {
309 scf_value_destroy(val);
1492 scf_value_t *val; local
1498 (val = scf_value_create(h)) == NULL)
1511 szret = get_astring_prop(pg, SCF_PROPERTY_STATE, prop, val, state,
1553 (void) scf_value_destroy(val);
1567 scf_value_t *val; local
2496 scf_walk_callback callback; local
[all...]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c144 /* List of pending watch callback events, and a lock to protect it. */
149 * Details of the xenwatch callback kernel thread. The thread waits on the
632 char *val; local
635 ret = xenbus_read(t, dir, node, (void **)&val, &len);
640 if (vsscanf(val, fmt, ap) != 1)
643 kmem_free(val, len);
743 /* Register a xenstore state notify callback */
745 xs_register_xenbus_callback(void (*callback)(int)) argument
750 xbn->notify_func = callback;
757 if (xnp->notify_func == callback) {
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_scsa.c835 void (*callback)(caddr_t), caddr_t arg)
838 return (scsi_hba_reset_notify_setup(ap, flag, callback, arg,
844 pmcs_cap(struct scsi_address *ap, char *cap, int val, int tonly, int set) argument
846 _NOTE(ARGUNUSED(val, tonly));
923 "%s: cap %s val %d set %d rval %d",
924 __func__, cap, val, set, rval); local
991 pmcs_scsa_setup_pkt(struct scsi_pkt *pkt, int (*callback)(caddr_t), argument
994 _NOTE(ARGUNUSED(callback, cbarg));
1754 pmcs_cb_t callback; local
1762 * First, check the I/O completion callback queu
834 pmcs_scsi_reset_notify(struct scsi_address *ap, int flag, void (*callback)(caddr_t), caddr_t arg) argument
[all...]
H A Dpmcs_subr.c1106 uint32_t val; local
1131 val = pmcs_rd_gst_tbl(pwp, PMCS_GST_BASE);
1134 val, PMCS_MPI_S(val), PMCS_QF(val), PMCS_GSTLEN(val) * 4,
1135 PMCS_HMI_ERR(val));
6543 pmcs_wr_gsm_reg(pmcs_hw_t *pwp, uint32_t off, uint32_t val) argument
6560 ddi_put32(pwp->gsm_acc_handle, &pwp->gsm_regs[off >> 2], val);
6591 pmcs_wr_topunit(pmcs_hw_t *pwp, uint32_t off, uint32_t val) argument
6653 pmcs_wr_msgunit(pmcs_hw_t *pwp, uint32_t off, uint32_t val) argument
6659 pmcs_wr_mpi_tbl(pmcs_hw_t *pwp, uint32_t off, uint32_t val) argument
6666 pmcs_wr_gst_tbl(pmcs_hw_t *pwp, uint32_t off, uint32_t val) argument
6673 pmcs_wr_iqc_tbl(pmcs_hw_t *pwp, uint32_t off, uint32_t val) argument
6680 pmcs_wr_oqc_tbl(pmcs_hw_t *pwp, uint32_t off, uint32_t val) argument
6687 pmcs_wr_iqci(pmcs_hw_t *pwp, uint32_t qnum, uint32_t val) argument
6698 pmcs_wr_iqpi(pmcs_hw_t *pwp, uint32_t qnum, uint32_t val) argument
6705 pmcs_wr_oqci(pmcs_hw_t *pwp, uint32_t qnum, uint32_t val) argument
6712 pmcs_wr_oqpi(pmcs_hw_t *pwp, uint32_t qnum, uint32_t val) argument
7126 pmcs_cb_t callback = (pmcs_cb_t)pwrk->ptr; local
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java122 String name, long val);
124 String name, long val);
128 long user, long callback);
139 final static native void pool_value_set_uint64(long pv, long val); argument
140 final static native void pool_value_set_int64(long pv, long val); argument
141 final static native void pool_value_set_double(long pv, double val); argument
142 final static native void pool_value_set_bool(long pv, short val); argument
143 final static native int pool_value_set_string(long pv, String val); argument
145 final static native int pool_value_set_name(long pv, String val); argument
156 long callback);
121 pool_get_property(long conf, long elem, String name, long val) argument
123 pool_put_property(long conf, long elem, String name, long val) argument
127 pool_walk_properties(long conf, long elem, long user, long callback) argument
155 pool_walk_pools(long conf, long user, long callback) argument
157 pool_walk_resources(long conf, long pool, long user, long callback) argument
159 pool_walk_components(long conf, long res, long user, long callback) argument
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dpshot.c113 char *val; member in struct:__anon6464
990 * returns number of bits to represent <val>
993 pshot_numbits(size_t val) argument
997 if (val == 0)
999 for (bitcnt = 1; 1 << bitcnt < val; bitcnt++)
2367 void (*callback)(), void *arg, ddi_callback_id_t *cb_id)
2379 NDI_EVENT_NAME(cookie), (void *)callback, arg);
2381 /* add callback to our event handle */
2383 cookie, callback, arg, NDI_SLEEP, cb_id));
2483 * the pshot driver event notification callback
2365 pshot_add_eventcall(dev_info_t *dip, dev_info_t *rdip, ddi_eventcookie_t cookie, void (*callback)(), void *arg, ddi_callback_id_t *cb_id) argument
3369 int val; local
[all...]
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_disk.c48 static cmpkt_t *ata_disk_pktalloc(opaque_t ctl_data, int (*callback)(caddr_t),
52 struct buf *bp, int (*callback)(caddr_t), caddr_t arg);
271 int val; local
412 val = ddi_prop_get_int(DDI_DEV_T_ANY, ata_ctlp->ac_dip, 0, buf,
415 ata_drvp->ad_block_factor = (short)min(val, ata_drvp->ad_block_factor);
1278 ata_disk_pktalloc(opaque_t ctl_data, int (*callback)(caddr_t), caddr_t arg) argument
1294 (callback == DDI_DMA_SLEEP))) == NULL) {
1314 /* callback functions */
1371 int (*callback)(caddr_t),
1420 callback, ar
1367 ata_disk_memsetup( opaque_t ctl_data, cmpkt_t *pktp, struct buf *bp, int (*callback)(caddr_t), caddr_t arg) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/pvscsi/
H A Dpvscsi.c233 pvscsi_write_intr_status(pvscsi_softc_t *pvs, uint32_t val) argument
235 pvscsi_reg_write(pvs, PVSCSI_REG_OFFSET_INTR_STATUS, val);
1729 int (*callback)(caddr_t);
1735 callback = (kmflags == KM_SLEEP) ? DDI_DMA_SLEEP : DDI_DMA_DONTWAIT;
1741 if ((ddi_dma_alloc_handle(pvs->dip, &pvs->io_dma_attr, callback,
1749 SENSE_BUFFER_SIZE, B_READ, callback, NULL)) == NULL) {
1755 callback, NULL, &cmd->arqhdl) != DDI_SUCCESS) {
1762 (DDI_DMA_READ | DDI_DMA_CONSISTENT), callback, NULL,
2009 int cmdlen, int statuslen, int tgtlen, int flags, int (*callback)(),
2013 int kf = (callback
2008 pvscsi_init_pkt(struct scsi_address *ap, struct scsi_pkt *pkt, struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags, int (*callback)(), caddr_t arg) argument
2209 pvscsi_reset_notify(struct scsi_address *ap, int flag, void (*callback)(caddr_t), caddr_t arg) argument
[all...]
/illumos-gate/usr/src/uts/sun/io/
H A Dsocal.c141 void (*callback)(), void *, caddr_t, caddr_t *, uint_t);
1200 int val; local
1202 val = *((int *)v);
1203 val = maxbit(val, socallim->dlim_minxfer);
1211 val = maxbit(val,
1214 val = maxbit(val,
1218 *((int *)v) = val;
3036 socal_els(void *ssp, uint_t port, uint_t elscode, uint_t dest, void (*callback)(), void *arg, caddr_t reqpl, caddr_t *rsppl, uint_t sleep) argument
3304 char val; local
[all...]
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c491 * ELS callback routines (to register us as a ULP)
822 * ELS callback routines (to register us as a ULP)
941 * callbacks if a ULP removes it self from the callback list
1419 int flags, int (*callback)(), caddr_t arg)
1445 kf = (callback == SLEEP_FUNC)? KM_SLEEP: KM_NOSLEEP;
1501 if (sf_cr_alloc(sf, cmd, callback) == DDI_FAILURE) {
1596 sf->sf_sochandle->fcal_dmaattr, callback, arg,
1603 dma_flags, callback, arg, &cmd->cmd_dmacookie,
1765 void (*callback)(caddr_t), caddr_t arg)
1769 return (scsi_hba_reset_notify_setup(ap, flag, callback, ar
1417 sf_scsi_init_pkt(struct scsi_address *ap, struct scsi_pkt *pkt, struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags, int (*callback)(), caddr_t arg) argument
1764 sf_scsi_reset_notify(struct scsi_address *ap, int flag, void (*callback)(caddr_t), caddr_t arg) argument
4479 sf_commoncap(struct scsi_address *ap, char *cap, int val, int tgtonly, int doset) argument
[all...]
H A Dfas.c188 int tgtlen, int flags, int (*callback)(), caddr_t arg);
253 static int fas_commoncap(struct scsi_address *ap, char *cap, int val,
315 void (*callback)(caddr_t), caddr_t arg);
916 * initialize callback mechanism (immediate callback)
1988 void (*callback)(caddr_t), caddr_t arg)
1992 return (scsi_hba_reset_notify_setup(ap, flag, callback, arg,
2065 int flags, int (*callback)(), caddr_t arg)
2085 kf = (callback == SLEEP_FUNC)? KM_SLEEP: KM_NOSLEEP;
2181 dma_flags, callback, ar
1987 fas_scsi_reset_notify(struct scsi_address *ap, int flag, void (*callback)(caddr_t), caddr_t arg) argument
2063 fas_scsi_init_pkt(struct scsi_address *ap, struct scsi_pkt *pkt, struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags, int (*callback)(), caddr_t arg) argument
8907 fas_commoncap(struct scsi_address *ap, char *cap, int val, int tgtonly, int doset) argument
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c137 static int vhci_pHCI_cap(struct scsi_address *ap, char *cap, int val, int whom,
307 vhci_pathinfo_init, /* Pathinfo node init callback */
308 vhci_pathinfo_uninit, /* Pathinfo uninit callback */
310 vhci_failover, /* failover callback */
311 vhci_client_attached, /* client attached callback */
1723 int val, int tgtonly, int doset)
1755 if (val == 0) {
1774 vlun->svl_support_lun_reset = val;
1775 rval = val;
1781 vlun->svl_sector_size = val;
1722 vhci_commoncap(struct scsi_address *ap, char *cap, int val, int tgtonly, int doset) argument
1916 vhci_scsi_init_pkt(struct scsi_address *ap, struct scsi_pkt *pkt, struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags, int (*callback)(caddr_t), caddr_t arg) argument
2133 vhci_scsi_reset_notify(struct scsi_address *ap, int flag, void (*callback)(caddr_t), caddr_t arg) argument
8074 vhci_pHCI_cap(struct scsi_address *ap, char *cap, int val, int whom, mdi_pathinfo_t *pip) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c812 int val = v0 * 100 + v1 * 10 + v2; local
813 if (val <= 255) { c = (mDNSu8)val; cstr += 2; } // If valid three-digit decimal value, use it
1282 mDNSu32 val = 0, multiplier = 1; local
1289 { val += (name->c[name->c[0]] - '0') * multiplier; multiplier *= 10; name->c[0]--; }
1301 return(val);
1306 mDNSexport void AppendLabelSuffix(domainlabel *const name, mDNSu32 val, const mDNSBool RichText) argument
1314 while (divisor < 0xFFFFFFFFUL/10 && val >= divisor * 10) { divisor *= 10; chars++; }
1323 name->c[++name->c[0]] = (mDNSu8)('0' + val / divisor);
1324 val
1333 mDNSu32 val = 0; local
1456 mDNS_SetupQuestion(DNSQuestion *const q, const mDNSInterfaceID InterfaceID, const domainname *const name, const mDNSu16 qtype, mDNSQuestionCallback *const callback, void *const context) argument
2210 putVal16(mDNSu8 *ptr, mDNSu16 val) argument
2217 putVal32(mDNSu8 *ptr, mDNSu32 val) argument
[all...]
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c622 uint_t *np, scf_property_t *prop, scf_value_t *val, scf_iter_t *iter)
645 r = scf_iter_next_value(iter, val);
651 if (scf_value_get_count(val, &c) != 0)
813 * First callback to print ctid header.
2215 scf_value_t *val; local
2230 (val = scf_value_create(h)) == NULL ||
2295 while ((k = scf_iter_next_value(val_iter, val)) == 1) {
2296 if (scf_value_get_as_string(val, val_buf,
2335 scf_value_destroy(val);
2880 * callback functio
621 propvals_to_pids(scf_propertygroup_t *pg, const char *pname, pid_t **pidsp, uint_t *np, scf_property_t *prop, scf_value_t *val, scf_iter_t *iter) argument
3179 walk_dependencies(scf_walkinfo_t *wip, scf_walk_callback callback, void *data) argument
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c106 static void scf_value_reset_locked(scf_value_t *val, int and_destroy);
850 uint64_t val; local
851 if (scf_value_get_count(v, &val) < 0)
855 handle->rh_debug = (uid_t)val;
2631 scf_scope_handle(const scf_scope_t *val) argument
2633 return (datael_handle(&val->rd_d));
2637 scf_scope_destroy(scf_scope_t *val) argument
2639 if (val == NULL)
2642 datael_destroy(&val->rd_d);
2643 uu_free(val);
2725 scf_service_handle(const scf_service_t *val) argument
2877 scf_service_destroy(scf_service_t *val) argument
2916 scf_instance_handle(const scf_instance_t *val) argument
2922 scf_instance_destroy(scf_instance_t *val) argument
2961 scf_snapshot_handle(const scf_snapshot_t *val) argument
2967 scf_snapshot_destroy(scf_snapshot_t *val) argument
3006 scf_snaplevel_handle(const scf_snaplevel_t *val) argument
3012 scf_snaplevel_destroy(scf_snaplevel_t *val) argument
3148 scf_pg_handle(const scf_propertygroup_t *val) argument
3154 scf_pg_destroy(scf_propertygroup_t *val) argument
3547 scf_property_handle(const scf_property_t *val) argument
3553 scf_property_destroy(scf_property_t *val) argument
3690 scf_transaction_handle(const scf_transaction_t *val) argument
3958 commit_value(caddr_t data, scf_value_t *val, rep_protocol_value_type_t t) argument
4156 scf_transaction_destroy(scf_transaction_t *val) argument
4213 scf_entry_handle(const scf_transaction_entry_t *val) argument
4360 scf_value_reset_locked(scf_value_t *val, int and_destroy) argument
4395 scf_value_reset(scf_value_t *val) argument
4405 scf_value_handle(const scf_value_t *val) argument
4411 scf_value_destroy(scf_value_t *val) argument
4426 scf_value_base_type(const scf_value_t *val) argument
4446 scf_value_type(const scf_value_t *val) argument
4459 scf_value_is_type(const scf_value_t *val, scf_type_t base_arg) argument
4485 scf_value_check_type(const scf_value_t *val, rep_protocol_value_type_t t) argument
4504 scf_value_get_boolean(const scf_value_t *val, uint8_t *out) argument
4527 scf_value_get_count(const scf_value_t *val, uint64_t *out) argument
4546 scf_value_get_integer(const scf_value_t *val, int64_t *out) argument
4565 scf_value_get_time(const scf_value_t *val, int64_t *sec_out, int32_t *nsec_out) argument
4598 scf_value_get_astring(const scf_value_t *val, char *out, size_t len) argument
4614 scf_value_get_ustring(const scf_value_t *val, char *out, size_t len) argument
6269 scf_walk_fmri(scf_handle_t *h, int argc, char **argv, int flags, scf_walk_callback callback, void *data, int *err, void (*errfunc)(const char *, ...)) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c778 /* private callout data for callback functions */
798 /* this callback does the actual callback itself (finally). */
980 /* this callback is for callout list handling. idhash is done by callout_t_cb */
1118 * walk callouts using yet another callback routine.
1120 * the callout_t_cb callback.
1134 /* this callback handles the details of callout table walking. */
1269 /* walk list with callback routine. */
1529 /* walk table, using specialized callback routine. */
1833 mdb_walk_cb_t callback; member in struct:lg_walk_data
3490 char val[256]; local
[all...]

Completed in 529 milliseconds

12