Searched refs:cb (Results 1 - 25 of 540) sorted by path

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_changelist.c532 const prop_changenode_t *cb = b; local
549 hasmountb = (zfs_prop_get(cb->cn_handle, ZFS_PROP_MOUNTPOINT, mountb,
H A Dlibzfs_config.c66 const config_node_t *cb = (config_node_t *)b; local
68 ret = strcmp(ca->cn_name, cb->cn_name);
H A Dlibzfs_import.c1685 aux_cbdata_t cb = { 0 }; local
1798 cb.cb_zhp = NULL;
1799 cb.cb_guid = vdev_guid;
1800 cb.cb_type = ZPOOL_CONFIG_SPARES;
1801 if (zpool_iter(hdl, find_aux, &cb) == 1) {
1802 name = (char *)zpool_get_name(cb.cb_zhp);
1814 cb.cb_zhp = NULL;
1815 cb.cb_guid = vdev_guid;
1816 cb.cb_type = ZPOOL_CONFIG_L2CACHE;
1817 if (zpool_iter(hdl, find_aux, &cb)
[all...]
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dvdev_iterator.h113 * \param cb Callback function to execute for each member.
114 * \param cbArg Argument to pass to cb.
116 void Each(VdevCallback_t *cb, void *cbArg);
/freebsd-11-stable/contrib/amd/amd/
H A Drpc_fwd.c224 fwd_packet(int type_id, char *pkt, int len, struct sockaddr_in *fwdto, struct sockaddr_in *replyto, opaque_t cb_arg, fwd_fun cb) argument
338 p->rf_fwd = cb;
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex8959 \gdef^^cb{\"E}
9079 \gdef^^cb{\"E}
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_strnatcmp.c91 char ca, cb; local
95 ca = a[ai]; cb = b[bi];
101 while (apr_isspace(cb))
102 cb = b[++bi];
105 if (apr_isdigit(ca) && apr_isdigit(cb)) {
106 fractional = (ca == '0' || cb == '0');
117 if (!ca && !cb) {
125 cb = apr_toupper(cb);
128 if (ca < cb)
[all...]
/freebsd-11-stable/contrib/binutils/
H A Dconfig.guess1075 if test -f /usr/options/cb.name; then
1076 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
/freebsd-11-stable/contrib/binutils/ld/
H A Dpe-dll.c1121 int (*cb) (arelent *, asection *))
1157 cb (relocs[i], s);
/freebsd-11-stable/contrib/binutils/opcodes/
H A Darc-dis.c157 #define WRITE_FORMAT(x,cb1,ca1,cb,ca) strcat (formatString, \
159 usesAuxReg ? cb"%a"ca : \
160 IS_SMALL (x) ? cb"%d"ca : cb"%h"ca))
H A Dia64-opc.c571 unsigned int cb = ia64_dis_names[disent].completer_index;
579 while (cb)
581 if (cb & 1)
592 if (cb != 1)
605 cb = cb >> 1;
561 unsigned int cb = ia64_dis_names[disent].completer_index; local
H A Dppc-opc.c1305 #define BBOCB(op, bo, cb, aa, lk) \
1306 (BBO ((op), (bo), (aa), (lk)) | ((((unsigned long)(cb)) & 0x3) << 16))
1499 #define XLOCB(op, bo, cb, xop, lk) \
1500 (XLO ((op), (bo), (xop), (lk)) | ((((unsigned long)(cb)) & 3) << 16))
/freebsd-11-stable/contrib/byacc/
H A Dconfig.guess1117 if test -f /usr/options/cb.name; then
1118 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
/freebsd-11-stable/contrib/dialog/
H A Dconfig.guess1080 if test -f /usr/options/cb.name; then
1081 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
H A Dguage.c181 handle_input(DIALOG_CALLBACK * cb) argument
183 MY_OBJ *obj = (MY_OBJ *) cb;
226 dlg_remove_callback(cb);
241 handle_my_getc(DIALOG_CALLBACK * cb, int ch, int fkey, int *result) argument
246 if (cb != 0) {
248 (void) handle_input(cb);
249 /* cb might be freed in handle_input */
250 status = (valid((MY_OBJ *) cb) && (cb->input != 0));
259 my_cleanup(DIALOG_CALLBACK * cb) argument
[all...]
H A Dtailbox.c208 handle_input(DIALOG_CALLBACK * cb) argument
210 MY_OBJ *obj = (MY_OBJ *) cb;
223 handle_my_getc(DIALOG_CALLBACK * cb, int ch, int fkey, int *result) argument
225 MY_OBJ *obj = (MY_OBJ *) cb;
260 clearerr(cb->input);
261 ch = getc(cb->input);
262 (void) ungetc(ch, cb->input);
264 handle_input(cb);
H A Dui_getc.c589 DIALOG_CALLBACK *cb; local
597 if ((cb = dialog_state.getc_callbacks) != 0) {
598 while (cb != 0) {
599 if (cb->keep_bg) {
600 cb = cb->next;
602 dlg_remove_callback(cb);
603 cb = dialog_state.getc_callbacks;
/freebsd-11-stable/contrib/gcc/
H A Dc-decl.c7799 struct block_sema_info *cb = cur_block->prev_block_info;
7800 while (cb) {
7813 && b->depth < cb->the_scope->depth) {
7817 current_scope = cb->the_scope;
7818 cur_block = cb;
7823 cb = cb->prev_block_info;
7901 struct block_sema_info *cb = cur_block->prev_block_info;
7902 while (cb) {
7915 && b->depth < cb
7769 struct block_sema_info *cb = cur_block->prev_block_info; local
7871 struct block_sema_info *cb = cur_block->prev_block_info; local
[all...]
H A Dc-lex.c82 struct cpp_callbacks *cb;
95 cb = cpp_get_callbacks (parse_in);
97 cb->line_change = cb_line_change;
98 cb->ident = cb_ident;
99 cb->def_pragma = cb_def_pragma;
100 cb->valid_pch = c_common_valid_pch;
101 cb->read_pch = c_common_read_pch;
108 cb->define = cb_define;
109 cb->undef = cb_undef;
81 struct cpp_callbacks *cb; local
H A Dc-opts.c1005 struct cpp_callbacks *cb; local
1139 cb = cpp_get_callbacks (parse_in);
1140 cb->file_change = cb_file_change;
1141 cb->dir_change = cb_dir_change;
H A Dc-ppoutput.c99 cpp_callbacks *cb = cpp_get_callbacks (parse_in); local
103 cb->line_change = cb_line_change;
108 cb->ident = cb_ident;
109 cb->def_pragma = cb_def_pragma;
114 cb->include = cb_include;
118 cb->valid_pch = c_common_valid_pch;
119 cb->read_pch = cb_read_pch;
124 cb->define = cb_define;
125 cb->undef = cb_undef;
199 struct _cpp_dir_only_callbacks cb; local
[all...]
H A Dfix-header.c607 cpp_callbacks *cb;
617 cb = cpp_get_callbacks (scan_in);
618 cb->file_change = cb_file_change;
606 cpp_callbacks *cb; local
H A Dggc-common.c95 (*r->cb) (*slot);
118 (*rti->cb)(*(void **)((char *)rti->base + rti->stride * i));
/freebsd-11-stable/contrib/gcc/cp/
H A Dname-lookup.c320 cp_class_binding *cb;
323 cb = VEC_safe_push (cp_class_binding, gc, scope->class_shadowed, NULL);
325 cb->identifier = name;
326 cb->base = binding = cxx_binding_make (value, type);
2463 cp_class_binding *cb;
2482 VEC_iterate (cp_class_binding, level->class_shadowed, i, cb);
2485 IDENTIFIER_BINDING (cb->identifier) = cb->base->previous;
2486 cxx_binding_free (cb->base);
5054 cp_class_binding *cb;
319 cp_class_binding *cb; local
2459 cp_class_binding *cb; local
5048 cp_class_binding *cb; local
[all...]
H A Dparser.c7384 /* APPLE LOCAL begin blocks 6040305 (cb) */
7387 /* APPLE LOCAL end blocks 6040305 (cb) */
19998 struct block_sema_info *cb = cur_block->prev_block_info;
19999 while (cb) {
20025 && DECL_CONTEXT (BINDING_VALUE (b)) != cb->helper_func_decl)
20032 current_binding_level = cb->cp_the_scope;
20033 cur_block = cb;
20034 current_function_decl = cb->helper_func_decl;
20040 cb = cb
19995 struct block_sema_info *cb = cur_block->prev_block_info; local
20106 struct block_sema_info *cb = cur_block->prev_block_info; local
[all...]

Completed in 346 milliseconds

1234567891011>>