/vbox/src/VBox/Additions/freebsd/vboxvfs/ |
H A D | vboxvfs_vfsops.c | 34 #define VFSMP2SFGLOBINFO(mp) ((struct sf_glob_info *)mp->mnt_data) 95 static int vboxvfs_mount(struct mount *mp, struct thread *td) argument 107 if (mp->mnt_flag & (MNT_UPDATE | MNT_ROOTFS)) 110 if (vfs_filteropt(mp->mnt_optnew, vboxvfs_opts)) 112 vfs_mount_error(mp, "%s", "Invalid option"); 116 rc = vfs_getopt(mp->mnt_optnew, "from", (void **)&pszShare, &cbShare); 120 rc = vfs_getopt(mp->mnt_optnew, "gid", (void **)&gid, &cbOption); 124 rc = vfs_getopt(mp->mnt_optnew, "uid", (void **)&uid, &cbOption); 154 mp 166 vboxvfs_unmount(struct mount *mp, int mntflags, struct thread *td) argument 191 vboxvfs_root(struct mount *mp, int flags, struct vnode **vpp, struct thread *td) argument 210 vboxvfs_quotactl(struct mount *mp, int cmd, uid_t uid, void *arg, struct thread *td) argument 255 vboxvfs_statfs(struct mount *mp, struct statfs *sbp, struct thread *td) argument [all...] |
H A D | vboxvfs.h | 46 struct mount *mp; member in struct:vboxvfsmount
|
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | TestMinStringAPI.cpp | 210 const char* sp, *mp, *np; local 214 ml = NS_CStringGetData(matchVal, &mp); 219 if (memcmp(iter, mp, ml) == 0)
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_pragma.c | 224 dt_module_t *mp = dt_module_lookup_by_name(dtp, nnp->dn_string); local 225 found = mp != NULL && dt_module_getctf(dtp, mp) != NULL;
|
H A D | dt_cg.c | 71 dt_cg_membinfo(ctf_file_t *fp, ctf_id_t type, const char *s, ctf_membinfo_t *mp) argument 86 if (ctf_member_info(fp, type, s, mp) == CTF_ERR) 243 ctf_file_t *fp, const ctf_membinfo_t *mp) 250 if (ctf_type_encoding(fp, mp->ctm_type, &e) != 0 || e.cte_bits > 64) { 252 "bits %u\n", mp->ctm_offset, mp->ctm_type, e.cte_bits); 275 mp->ctm_offset % NBBY; 277 shift = mp->ctm_offset % NBBY + e.cte_bits; 289 (mp->ctm_offset % NBBY + e.cte_bits); 291 shift = mp 242 dt_cg_field_get(dt_node_t *dnp, dt_irlist_t *dlp, dt_regset_t *drp, ctf_file_t *fp, const ctf_membinfo_t *mp) argument [all...] |
H A D | dt_parser.c | 2677 dt_module_t *mp = dt_module_lookup_by_name(dtp, dts.dts_object); local 2678 int umod = (mp->dm_flags & DT_DM_KERNEL) == 0; 2698 dt_module_modelname(mp), 2715 if (mp->dm_flags & DT_DM_PRIMARY)
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/ |
H A D | ctf_open.c | 262 ctf_member_t *mp = (ctf_member_t *) local 266 for (n = vlen; n != 0; n--, mp++) 267 child |= CTF_TYPE_ISCHILD(mp->ctm_type);
|
H A D | ctf_types.c | 83 const ctf_member_t *mp = (const ctf_member_t *) local 86 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp++) { 87 const char *name = ctf_strptr(fp, mp->ctm_name); 88 if ((rc = func(name, mp->ctm_type, mp->ctm_offset, 407 const ctf_member_t *mp = vmp; local 408 for (; n != 0; n--, mp++) { 409 ssize_t am = ctf_type_align(fp, mp->ctm_type); 649 const ctf_member_t *mp = (const ctf_member_t *) local 652 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp 813 const ctf_member_t *mp = (const ctf_member_t *) local [all...] |
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/ |
H A D | sdt.c | 100 struct module *mp = ctl->mod_mp; local 116 if (mp->sdt_nprobes != 0 || (sdpd = mp->sdt_probes) == NULL) 119 for (sdpd = mp->sdt_probes; sdpd != NULL; sdpd = sdpd->sdpd_next) { 155 func = kobj_searchsym(mp, sdpd->sdpd_offset, &offs); 175 mp->sdt_nprobes++;
|
H A D | fbt.c | 151 struct module *mp = ctl->mod_mp; local 152 char *str = mp->strings; 153 int nsyms = mp->nsyms; 154 Shdr *symhdr = mp->symhdr; 196 if (mp->fbt_nentries) { 332 mp->fbt_nentries++; 438 mp->fbt_nentries++; 583 struct module *mp = ctl->mod_mp; local 599 if ((fp = ctf_modopen(mp, &error)) == NULL) { 611 struct modctl *mp local [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/ |
H A D | VBoxDisp.h | 79 HGSMIQUERYCALLBACKS mp; /* HGSMI miniport's callbacks and context */ member in struct:_VBOXDISPHGSMIINFO
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | vfscanf.c | 846 long double **mp = (long double **)ap; local 849 *(*mp) = res;
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/ |
H A D | prmalloc.c | 826 struct pginfo **mp; local 878 mp = &page_dir[index]; 879 if (*mp == MALLOC_FIRST) { 881 while (mp[1] == MALLOC_FOLLOW) { 883 mp++; 891 } else if (*mp >= MALLOC_MAGIC) { 892 osize = (*mp)->size; 895 (size > (*mp)->size/2 || (*mp)->size == malloc_minsize)) { 1044 struct pginfo **mp; local [all...] |
/vbox/src/VBox/Devices/Network/slirp/bsd/kern/ |
H A D | uipc_mbuf.c | 1058 m_adj(struct mbuf *mp, int req_len) argument 1060 m_adj(PNATState pData, struct mbuf *mp, int req_len) 1067 if ((m = mp) == NULL) 1084 m = mp; 1085 if (mp->m_flags & M_PKTHDR) 1103 if (m->m_len > len || (m->m_len == len && m == mp)) { 1105 if (mp->m_flags & M_PKTHDR) 1106 mp->m_pkthdr.len -= len; 1117 m = mp; 1371 struct mbuf *top = NULL, **mp local [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/ |
H A D | hermon.h | 232 pseudo_bit_t mp[0x00001]; member in struct:hermonprm_set_port_ib_st
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | saaj-impl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |