/osnet-11/usr/src/cmd/ntfsprogs/ |
H A D | cluster.c | 44 int cluster_find(ntfs_volume *vol, LCN c_begin, LCN c_end, cluster_cb *cb, void *data) argument 53 if (!vol || !cb) 103 if ((*cb) (m_ctx->inode, a_ctx->attr, runs+j, data))
|
H A D | ntfscluster.c | 282 int cb, sb, cps; local 328 cb = vol->cluster_size_bits; 330 cps = cb - sb; 333 fc <<= cb; local 334 mc <<= cb; local 335 uc <<= cb; local 340 d = vol->nr_clusters << cb; 348 l = fc >> cb; 352 p = uc >> cb; 356 t = mc >> cb; [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/ |
H A D | gui_util.c | 57 grub_gui_component_callback cb, 62 state.match_callback = cb; 94 grub_gui_component_callback cb, 98 state.callback = cb; 55 grub_gui_find_by_id(grub_gui_component_t root, const char *id, grub_gui_component_callback cb, void *userdata) argument 93 grub_gui_iterate_recursively(grub_gui_component_t root, grub_gui_component_callback cb, void *userdata) argument
|
H A D | gui_canvas.c | 229 grub_gui_component_callback cb, void *userdata) 234 cb (cur->component, userdata); 228 canvas_iterate_children(void *vself, grub_gui_component_callback cb, void *userdata) argument
|
H A D | gui_box.c | 348 grub_gui_component_callback cb, void *userdata) 353 cb (cur->component, userdata); 347 box_iterate_children(void *vself, grub_gui_component_callback cb, void *userdata) argument
|
/osnet-11/usr/src/lib/libshadowfs/common/ |
H A D | shadow_pq.c | 206 shadow_pq_init(shadow_pq_t *pqp, shadow_pq_priority_f *cb) argument 210 pqp->shpq_priority = cb;
|
/osnet-11/usr/src/lib/libnsl/dial/ |
H A D | ulockf.c | 199 char cb[100]; local 203 (void) snprintf(cb, sizeof (cb), 205 logent("ULOCKC", cb); 212 (void) snprintf(cb, sizeof (cb), 214 logent("ULOCKW", cb); 226 (void) snprintf(cb, sizeof (cb), 228 logent("ULOCKLNK", cb); [all...] |
/osnet-11/usr/src/lib/libslp/clib/ |
H A D | SLPFindSrvTypes.c | 73 SLPSrvTypeCallback cb, void *cookie, 90 cb(hp, pcSrvTypes, SLP_OK, cookie); 93 cb(hp, NULL, SLP_LAST_CALL, cookie); 105 return (cb(hp, NULL, errCode, cookie)); 119 /* async; invoke cb */ 120 cont = cb((SLPHandle) hp, pcSrvTypes, errCode, cookie); 72 UnpackSrvTypesReply(slp_handle_impl_t *hp, char *reply, SLPSrvTypeCallback cb, void *cookie, void **collator, int *numResults) argument
|
H A D | slp_ua_common.c | 40 SLPGenericAppCB *cb; member in struct:thr_call_args 51 SLPGenericAppCB cb, void *cookie, 79 args->cb = cb; 134 /* while cb wants more and there is more to get ... */ 140 cont = args->msg_cb(hp, reply, args->cb, args->cookie, 150 /* cb doesn't want any more; invoke last call */ 151 args->msg_cb(hp, NULL, args->cb, args->cookie, 50 slp_ua_common(SLPHandle hSLP, const char *scopes, SLPGenericAppCB cb, void *cookie, SLPMsgReplyCB msg_cb) argument
|
H A D | SLPFindAttrs.c | 106 SLPAttrCallback cb, void *cookie, 125 cb(hp, pcAttrList, SLP_OK, cookie); 128 cb(hp, NULL, SLP_LAST_CALL, cookie); 140 return (cb(hp, NULL, errCode, cookie)); 176 /* async: invoke cb */ 177 cont = cb((SLPHandle) hp, pcAttrList, errCode, cookie); 197 SLPAttrCallback cb, void *cookie, 211 cb(hp, attrs, SLP_OK, cookie); 214 cb(hp, NULL, SLP_LAST_CALL, cookie); 223 return (cb(h 105 slp_UnpackAttrReply(slp_handle_impl_t *hp, char *reply, SLPAttrCallback cb, void *cookie, void **collator, int *numResults) argument 196 unpackDAAdvert_attr(slp_handle_impl_t *hp, char *reply, SLPAttrCallback cb, void *cookie, void **collator, int *numResults) argument 253 unpackSAAdvert_attr(slp_handle_impl_t *hp, char *reply, SLPAttrCallback cb, void *cookie, void **collator, int *numResults) argument [all...] |
H A D | SLPFindSrvs.c | 40 SLPSrvURLCallback *cb; member in struct:caller_bundle 107 SLPSrvURLCallback cb, void *cookie, 118 /* traverse_surls:invoke cb for sync case,and free resources */ 120 traverse_surls(hp, cb, cookie, *collator); 122 cb(hp, NULL, 0, SLP_LAST_CALL, cookie); 133 return (cb(hp, NULL, 0, errCode, cookie)); 192 /* invoke cb */ 194 cont = cb( 225 SLPSrvURLCallback cb, void *cookie, 234 /* traverse_surls:invoke cb fo 106 slp_unpackSrvReply(slp_handle_impl_t *hp, char *reply, SLPSrvURLCallback cb, void *cookie, void **collator, int *numResults) argument 224 unpackDAAdvert_srv(slp_handle_impl_t *hp, char *reply, SLPSrvURLCallback cb, void *cookie, void **collator, int *numResults) argument 282 unpackSAAdvert_srv(slp_handle_impl_t *hp, char *reply, SLPSrvURLCallback cb, void *cookie, void **collator, int *numResults) argument 505 traverse_surls(SLPHandle h, SLPSrvURLCallback cb, void *cookie, void *collator) argument 520 SLPSrvURLCallback *cb; local [all...] |
H A D | SLPReg.c | 90 SLPRegReport *cb; member in struct:reg_q_msg 531 void *cookie, SLPRegReport cb) { 541 rmsg->cb = cb; 619 (void) reg_impl(rmsg->hp, rmsg->msg, rmsg->cookie, rmsg->cb); 649 void *cookie, SLPRegReport cb) { 670 cb(hp, call_err, cookie); 530 enqueue_reg(slp_handle_impl_t *hp, struct reg_msg *msg, void *cookie, SLPRegReport cb) argument 648 reg_impl(slp_handle_impl_t *hp, struct reg_msg *msg, void *cookie, SLPRegReport cb) argument
|
/osnet-11/usr/src/lib/brand/shared/librtld_db/common/ |
H A D | brand_librtld_db.c | 112 dummy_ldb_loadobj_iter32(rd_helper_data_t rhd, rl_iter_f *cb, void *client_data) argument 251 brand_ldb_loadobj_iter32(rd_helper_data_t rhd, rl_iter_f *cb, void *client_data) argument 265 err = _rd_loadobj_iter32(rap, cb, client_data);
|
/osnet-11/usr/src/lib/libast/common/regex/ |
H A D | regdecomp.c | 79 int cb; local 153 cb = cd = cr = 0; 160 cb = 1; 185 cb = -1; 228 if (cb < 0) 242 if (cb > 0)
|
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_config.c | 53 const config_node_t *cb = (config_node_t *)b; local 55 ret = strcmp(ca->cn_name, cb->cn_name);
|
/osnet-11/usr/src/lib/libnetcfg/common/ |
H A D | libnetcfg_zio.c | 331 netcfg_zopen_impl(const char *filename, zoneid_t zoneid, zfcb_t cb, argument 341 err = netcfg_zfop(filename, zoneid, cb, zfoparg);
|
H A D | libnetcfg.c | 453 * return 0 or non-zero to signify whether or not cb should be called for 455 * to be passed to cb instead of the objlist. This allows libraries which 460 netcfg_walk_db(nvlist_t **idlist, uint64_t flags, netcfg_walkcb_t *cb, argument 472 assert(cb != NULL); 518 cbret = cb(cbobjp == NULL ? objp : cbobjp, arg); 544 netcfg_walk_db_raw(nvlist_t **idlist, uint64_t flags, netcfg_rawcb_t cb, argument 555 assert(cb != NULL); 588 cbret = cb(bufs[i], arg);
|
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | rpcsec_gss_if.c | 236 rpc_gss_set_callback(rpc_gss_callback_t *cb) argument 240 return ((*calls.rpc_gss_set_callback)(cb));
|
/osnet-11/usr/src/lib/libntfs/common/libntfs/ |
H A D | compress.c | 85 * Pointers into the compressed data, i.e. the compression block (cb), 88 u8 *cb_end = cb_start + cb_size; /* End of cb. */ 89 u8 *cb = cb_start; /* Current position in cb. */ local 90 u8 *cb_sb_start = cb; /* Beginning of the current sb in the cb. */ 102 ntfs_log_debug("Beginning sub-block at offset = 0x%x in the cb.\n", 103 cb - cb_start); 110 if (cb == cb_end || !le16_to_cpup((u16*)cb) || des 331 u8 *dest, *cb, *cb_pos, *cb_end; local [all...] |
/osnet-11/usr/src/lib/libipmi/common/ |
H A D | ipmi_user.c | 294 ipmi_user_cb_t cb = { 0 }; local 296 cb.uic_name = name; 297 cb.uic_result = NULL; 299 if (ipmi_user_iter(ihp, ipmi_user_callback, &cb) != 0) 302 if (cb.uic_result == NULL) 306 return (cb.uic_result); 312 ipmi_user_cb_t cb = { 0 }; local 314 cb.uic_uid = uid; 315 cb.uic_result = NULL; 317 if (ipmi_user_iter(ihp, ipmi_user_callback, &cb) ! [all...] |
/osnet-11/usr/src/lib/fm/libldom/sparc/ |
H A D | ldom_xmpp_client.h | 91 ldom_reg_cb_t cb; member in struct:client_info 104 extern int xmpp_add_client(ldom_hdl_t *lhp, ldom_reg_cb_t cb,
|
/osnet-11/usr/src/lib/libwanboot/common/ |
H A D | bootinfo_aux.c | 320 cb_t cb; local 322 cb.cb_path = path; 323 cb.cb_node = DI_NODE_NIL; 325 (void) di_walk_node(root_node, DI_WALK_CLDFIRST, &cb, p2n_cb); 327 return (cb.cb_node);
|
/osnet-11/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_property.c | 522 zjni_get_property_from_name_cb(int prop, void *cb) argument 524 const char *name = cb;
|
/osnet-11/usr/src/lib/libmapid/common/ |
H A D | mapid.c | 1188 cb_t cb = {0}; local 1191 mapid_reeval_domain(&cb);
|
/osnet-11/usr/src/cmd/hal/hald/ |
H A D | hald_runner.c | 45 HalRunTerminatedCB cb; member in struct:__anon35 58 HalRunTerminatedCB cb; member in struct:__anon36 124 rp->cb (rp->device, 0, 0, NULL, rp->data1, rp->data2); 366 HalRunTerminatedCB cb, gpointer data1, gpointer data2) 397 if (cb != NULL) { 401 rp->cb = cb; 456 hb->cb(hb->d, exitt, return_code, 469 hb->cb(hb->d, HALD_RUN_FAILED, return_code, NULL, hb->data1, hb->data2); 485 HalRunTerminatedCB cb, 365 hald_runner_start(HalDevice *device, const gchar *command_line, char **extra_env, HalRunTerminatedCB cb, gpointer data1, gpointer data2) argument 481 hald_runner_run_method(HalDevice *device, const gchar *command_line, char **extra_env, gchar *input, gboolean error_on_stderr, guint32 timeout, HalRunTerminatedCB cb, gpointer data1, gpointer data2) argument 532 hald_runner_run(HalDevice *device, const gchar *command_line, char **extra_env, guint timeout, HalRunTerminatedCB cb, gpointer data1, gpointer data2) argument [all...] |