HomeSort by: relevance | last modified time | path
    Searched refs:lpp (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/compat/linux/common/
linux_ipc.c 92 linux_to_bsd_ipc_perm(struct linux_ipc_perm *lpp, struct ipc_perm *bpp)
95 bpp->_key = lpp->l_key;
96 bpp->uid = lpp->l_uid;
97 bpp->gid = lpp->l_gid;
98 bpp->cuid = lpp->l_cuid;
99 bpp->cgid = lpp->l_cgid;
100 bpp->mode = lpp->l_mode;
101 bpp->_seq = lpp->l_seq;
105 linux_to_bsd_ipc64_perm(struct linux_ipc64_perm *lpp, struct ipc_perm *bpp)
107 bpp->_key = lpp->l_key
    [all...]
  /src/bin/sh/
nodes.c.pat 147 struct nodelist **lpp;
149 lpp = &start;
151 *lpp = st->block;
154 (*lpp)->n = copynode(lp->n, st);
156 lpp = &(*lpp)->next;
158 *lpp = NULL;
expand.c 1781 struct strlist **lpp; local in function:msort
1796 lpp = &list;
1799 *lpp = p;
1800 lpp = &p->next;
1801 if ((p = *lpp) == NULL) {
1802 *lpp = q;
1806 *lpp = q;
1807 lpp = &q->next;
1808 if ((q = *lpp) == NULL) {
1809 *lpp = p
    [all...]
  /src/sys/arch/sgimips/sgimips/
disksubr.c 227 struct partition *lpp; local in function:disklabel_sgimips_to_bsd
251 lpp = &lp->d_partitions[bp];
252 lpp->p_offset = vh->partitions[mp].first;
255 lpp->p_offset /= lp->d_secsize / DEV_BSIZE;
256 lpp->p_size = vh->partitions[mp].blocks;
257 lpp->p_fstype = partition_map[i].bsd_type;
258 if (lpp->p_fstype == FS_BSDFFS) {
259 lpp->p_fsize = 1024;
260 lpp->p_frag = 8;
261 lpp->p_cpg = 16
277 struct partition *lpp; local in function:disklabel_bsd_to_sgimips
    [all...]
  /src/sys/arch/mipsco/mipsco/
disksubr.c 243 struct partition *lpp; local in function:disklabel_mips_to_bsd
264 lpp = &lp->d_partitions[bp];
265 lpp->p_offset = vh->vh_part[mp].pt_offset;
266 lpp->p_size = vh->vh_part[mp].pt_size;
267 lpp->p_fstype = partition_map[i].bsd_type;
268 if (lpp->p_fstype == FS_BSDFFS) {
269 lpp->p_fsize = 1024;
270 lpp->p_frag = 8;
271 lpp->p_cpg = 16;
289 struct partition *lpp; local in function:disklabel_bsd_to_mips
    [all...]
  /src/sys/compat/linux32/common/
linux32_ipccall.c 164 bsd_to_linux32_ipc_perm(struct ipc_perm *bpp, struct linux32_ipc_perm *lpp)
167 memset(lpp, 0, sizeof *lpp);
168 lpp->l_key = bpp->_key;
169 lpp->l_uid = bpp->uid;
170 lpp->l_gid = bpp->gid;
171 lpp->l_cuid = bpp->cuid;
172 lpp->l_cgid = bpp->cgid;
173 lpp->l_mode = bpp->mode;
174 lpp->l_seq = bpp->_seq;
    [all...]
  /src/sys/dev/ieee1394/
fwphyreg.h 131 lpp:1, member in struct:phyreg_page0
158 lpp:1,
  /src/lib/libc/nameser/
ns_name.c 533 const u_char **cpp, **lpp, *eob, *msg; local in function:ns_name_pack
540 lpp = cpp = NULL;
545 lpp = cpp; /*%< end of list to search */
579 (const u_char * const *)lpp);
614 *lpp = NULL;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
tegra20-trimslice.dts 143 "lhs", "lm0", "lm1", "lpp", "lpw0",
256 "lhp1", "lhp2", "lhs", "lm0", "lpp",
tegra20-tamonten.dtsi 134 "lhs", "lm0", "lm1", "lpp", "lpw0",
240 "lhp1", "lhp2", "lhs", "lm0", "lpp",
tegra20-harmony.dts 152 "lhs", "lm0", "lm1", "lpp", "lpw0",
258 "lhp1", "lhp2", "lhs", "lm0", "lpp",
tegra20-paz00.dts 144 "lhs", "lm0", "lm1", "lpp", "lpw0",
254 "lm0", "lm1", "lpp", "lpw0", "lpw1",
tegra20-ventana.dts 158 "lhp1", "lhp2", "lhs", "lpp", "lpw0",
265 "lhp1", "lhp2", "lhs", "lm0", "lpp",
tegra20-seaboard.dts 157 "lhp1", "lhp2", "lhs", "lpp", "lsc0",
266 "lhp1", "lhp2", "lhs", "lm0", "lpp",
tegra20-colibri.dtsi 197 "lpp", "lvp1";
tegra20-acer-a500-picasso.dts 199 "lhp1", "lhp2", "lhs", "lpp", "lsc0",
309 "lhp1", "lhp2", "lhs", "lm0", "lpp",
  /src/sys/fs/nfs/client/
nfs_clstate.c 613 struct nfscllockowner **lpp, struct nfsclopen **opp)
620 if (lpp != NULL)
621 *lpp = NULL;
644 if (lpp != NULL) {
651 *lpp = lp;
661 if (lpp == NULL)
929 struct nfscllockowner **lpp, int *newonep, int *donelocallyp)
947 *lpp = NULL;
1115 *lpp = lp;
1126 struct nfscllockowner **lpp, int *dorpcp
    [all...]
  /src/usr.sbin/fwctl/
fwcontrol.c 610 "DC_connected:%d Max_port_speed:%d LPP:%d Cable_speed:%d\n"
616 p.dc_connected, p.max_port_speed, p.lpp, p.cable_speed,

Completed in 49 milliseconds