HomeSort by: relevance | last modified time | path
    Searched defs:locate (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CTagsEmitter.cpp 54 static SMLoc locate(const Record *R);
59 SMLoc CTagsEmitter::locate(const Record *R) { function in class:CTagsEmitter
71 Tags.push_back(Tag(C.first, locate(C.second.get())));
73 Tags.push_back(Tag(D.first, locate(D.second.get())));
CTagsEmitter.cpp 54 static SMLoc locate(const Record *R);
59 SMLoc CTagsEmitter::locate(const Record *R) { function in class:CTagsEmitter
71 Tags.push_back(Tag(C.first, locate(C.second.get())));
73 Tags.push_back(Tag(D.first, locate(D.second.get())));
  /src/sys/dev/
bio.c 120 struct bio_locate *locate; local
175 locate = addr;
176 error = copyinstr(locate->bl_name, name, sizeof(name), NULL);
179 locate->bl_cookie = bio_lookup(name);
180 if (locate->bl_cookie == NULL)
bio.c 120 struct bio_locate *locate; local
175 locate = addr;
176 error = copyinstr(locate->bl_name, name, sizeof(name), NULL);
179 locate->bl_cookie = bio_lookup(name);
180 if (locate->bl_cookie == NULL)
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_sa.c 203 zfs_acl_locator_cb_t locate = { 0 }; local
282 locate.cb_aclp = zp->z_acl_cached;
284 zfs_acl_data_locator, &locate, zp->z_acl_cached->z_acl_bytes);
zfs_sa.c 203 zfs_acl_locator_cb_t locate = { 0 }; local
282 locate.cb_aclp = zp->z_acl_cached;
284 zfs_acl_data_locator, &locate, zp->z_acl_cached->z_acl_bytes);
zfs_znode.c 945 zfs_acl_locator_cb_t locate = { 0 }; local
1136 locate.cb_aclp = acl_ids->z_aclp;
1138 zfs_acl_data_locator, &locate,
zfs_znode.c 945 zfs_acl_locator_cb_t locate = { 0 }; local
1136 locate.cb_aclp = acl_ids->z_aclp;
1138 zfs_acl_data_locator, &locate,
zfs_acl.c 1169 zfs_acl_locator_cb_t locate = { 0 }; local
1212 locate.cb_aclp = aclp;
1214 zfs_acl_data_locator, &locate, aclp->z_acl_bytes);
zfs_acl.c 1169 zfs_acl_locator_cb_t locate = { 0 }; local
1212 locate.cb_aclp = aclp;
1214 zfs_acl_data_locator, &locate, aclp->z_acl_bytes);
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
aname_to_localname.c 76 const krb5plugin_an2ln_ftable *locate = plug; local
82 return locate->an2ln(plugctx, context, plctx->rule, plctx->aname, set_res, plctx);
kuserok.c 63 const krb5plugin_kuserok_ftable *locate = plug; local
66 return locate->kuserok(plugctx, context, plctx->rule, plctx->flags,
aname_to_localname.c 76 const krb5plugin_an2ln_ftable *locate = plug; local
82 return locate->an2ln(plugctx, context, plctx->rule, plctx->aname, set_res, plctx);
kuserok.c 63 const krb5plugin_kuserok_ftable *locate = plug; local
66 return locate->kuserok(plugctx, context, plctx->rule, plctx->flags,
krbhst.c 673 const krb5plugin_service_locate_ftable *locate = plug; local
676 if (locate->minor_version >= KRB5_PLUGIN_LOCATE_VERSION_2)
677 return locate->lookup(plugctx, plctx->flags, plctx->type, plctx->kd->realm, 0, 0, add_locate, plctx->kd);
680 return locate->old_lookup(plugctx, plctx->type, plctx->kd->realm, 0, 0, add_locate, plctx->kd);
krbhst.c 673 const krb5plugin_service_locate_ftable *locate = plug; local
676 if (locate->minor_version >= KRB5_PLUGIN_LOCATE_VERSION_2)
677 return locate->lookup(plugctx, plctx->flags, plctx->type, plctx->kd->realm, 0, 0, add_locate, plctx->kd);
680 return locate->old_lookup(plugctx, plctx->type, plctx->kd->realm, 0, 0, add_locate, plctx->kd);
  /src/external/gpl3/binutils/dist/gprofng/src/
PRBTree.cc 460 PRBTree::locate (Key_t key, Time_t ts) function in class:PRBTree
PRBTree.cc 460 PRBTree::locate (Key_t key, Time_t ts) function in class:PRBTree
  /src/external/gpl3/binutils.old/dist/gprofng/src/
PRBTree.cc 460 PRBTree::locate (Key_t key, Time_t ts) function in class:PRBTree
PRBTree.cc 460 PRBTree::locate (Key_t key, Time_t ts) function in class:PRBTree
  /src/sys/dev/tc/
sfbplus.c 102 void (*locate)(void *, struct hwcursor64 *); member in struct:hwops
280 sc->sc_hwops.locate = bt459locate;
287 sc->sc_hwops.locate = sfbplocate;
590 (*sc->sc_hwops.locate)(base, cc);
sfbplus.c 102 void (*locate)(void *, struct hwcursor64 *); member in struct:hwops
280 sc->sc_hwops.locate = bt459locate;
287 sc->sc_hwops.locate = sfbplocate;
590 (*sc->sc_hwops.locate)(base, cc);
  /src/external/gpl3/gcc/dist/gcc/
calls.cc 103 struct locate_and_pad_arg_data locate; member in struct:arg_data
1553 fndecl, args_size, &args[i].locate);
1558 args[i].locate.where_pad =
1565 args_size->constant += args[i].locate.size.constant;
1566 if (args[i].locate.size.var)
1567 ADD_PARM_SIZE (*args_size, args[i].locate.size.var);
1803 rtx offset = ARGS_SIZE_RTX (args[i].locate.offset);
1804 rtx slot_offset = ARGS_SIZE_RTX (args[i].locate.slot_offset);
1826 units_on_stack = args[i].locate.size.constant;
1839 boundary = args[i].locate.boundary
4135 struct locate_and_pad_arg_data locate; member in struct:arg
    [all...]
calls.cc 103 struct locate_and_pad_arg_data locate; member in struct:arg_data
1553 fndecl, args_size, &args[i].locate);
1558 args[i].locate.where_pad =
1565 args_size->constant += args[i].locate.size.constant;
1566 if (args[i].locate.size.var)
1567 ADD_PARM_SIZE (*args_size, args[i].locate.size.var);
1803 rtx offset = ARGS_SIZE_RTX (args[i].locate.offset);
1804 rtx slot_offset = ARGS_SIZE_RTX (args[i].locate.slot_offset);
1826 units_on_stack = args[i].locate.size.constant;
1839 boundary = args[i].locate.boundary
4135 struct locate_and_pad_arg_data locate; member in struct:arg
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
calls.cc 101 struct locate_and_pad_arg_data locate; member in struct:arg_data
1532 fndecl, args_size, &args[i].locate);
1537 args[i].locate.where_pad =
1544 args_size->constant += args[i].locate.size.constant;
1545 if (args[i].locate.size.var)
1546 ADD_PARM_SIZE (*args_size, args[i].locate.size.var);
1782 rtx offset = ARGS_SIZE_RTX (args[i].locate.offset);
1783 rtx slot_offset = ARGS_SIZE_RTX (args[i].locate.slot_offset);
1805 units_on_stack = args[i].locate.size.constant;
1818 boundary = args[i].locate.boundary
4069 struct locate_and_pad_arg_data locate; member in struct:arg
    [all...]

Completed in 118 milliseconds

1 2