Searched refs:un (Results 1 - 25 of 213) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dtraps.c248 unsigned long fslw = fp->un.fmt4.pc; /* is really FSLW for access error */
251 printk("fslw=%#lx, fa=%#lx\n", fslw, fp->un.fmt4.effaddr);
267 unsigned long addr = fp->un.fmt4.effaddr;
290 printk("pc=%#lx, fa=%#lx\n", fp->ptregs.pc, fp->un.fmt4.effaddr);
355 fp->un.fmt7.faddr = wba;
356 fp->un.fmt7.ssw = wbs & 0xff;
358 fp->un.fmt7.ssw |= MA_040;
365 if ((fp->un.fmt7.wb2s & WBV_040) &&
366 !(fp->un.fmt7.wb2s & WBTT_040)) {
367 res = do_040writeback1(fp->un
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_mbox.c68 mb->un.varDmp.type = DMP_NV_PARAMS;
69 mb->un.varDmp.entry_index = offset;
70 mb->un.varDmp.region_id = DMP_REGION_VPORT;
75 mb->un.varDmp.cv = 1;
76 mb->un.varDmp.word_cnt = DMP_RSP_SIZE/sizeof(uint32_t);
96 mb->un.varWords[3] = putPaddrLow(mp->phys);
97 mb->un.varWords[4] = putPaddrHigh(mp->phys);
98 mb->un.varDmp.sli4_length = sizeof(struct static_vport_info);
145 mb->un.varDmp.cv = 1;
146 mb->un
[all...]
H A Dlpfc_ct.c107 ((icmd->un.ulpWord[4] & 0xff) == IOERR_RCV_BUFFER_WAITING)) {
130 size = icmd->un.cont64[0].tus.f.bdeSize;
151 paddr = getPaddr(icmd->un.cont64[i].addrHigh,
152 icmd->un.cont64[i].addrLow);
155 size = icmd->un.cont64[i].tus.f.bdeSize;
194 size = icmd->un.cont64[0].tus.f.bdeSize;
321 icmd->un.genreq64.bdl.ulpIoTag32 = 0;
322 icmd->un.genreq64.bdl.addrHigh = putPaddrHigh(bmp->phys);
323 icmd->un.genreq64.bdl.addrLow = putPaddrLow(bmp->phys);
324 icmd->un
[all...]
H A Dlpfc_els.c229 icmd->un.elsreq64.bdl.addrHigh = putPaddrHigh(pbuflist->phys);
230 icmd->un.elsreq64.bdl.addrLow = putPaddrLow(pbuflist->phys);
231 icmd->un.elsreq64.bdl.bdeFlags = BUFF_TYPE_BLP_64;
232 icmd->un.elsreq64.remoteID = did; /* DID */
234 icmd->un.elsreq64.bdl.bdeSize = (2 * sizeof(struct ulp_bde64));
238 icmd->un.elsreq64.bdl.bdeSize = sizeof(struct ulp_bde64);
246 icmd->un.elsreq64.myID = vport->fc_myDID;
534 vport->fc_myDID = irsp->un.ulpWord[4] & Mask_DID;
798 irsp->ulpStatus, irsp->un.ulpWord[4],
809 (irsp->un
[all...]
H A Dlpfc_bsg.c135 (size_t)(&((struct lpfc_sli_ct_request *)NULL)->un)
205 switch (rsp->un.ulpWord[4] & 0xff) {
220 rsp->un.genreq64.bdl.bdeSize;
337 cmd->un.genreq64.bdl.ulpIoTag32 = 0;
338 cmd->un.genreq64.bdl.addrHigh = putPaddrHigh(bmp->phys);
339 cmd->un.genreq64.bdl.addrLow = putPaddrLow(bmp->phys);
340 cmd->un.genreq64.bdl.bdeFlags = BUFF_TYPE_BLP_64;
341 cmd->un.genreq64.bdl.bdeSize =
344 cmd->un.genreq64.w5.hcsw.Fctl = (SI | LA);
345 cmd->un
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dtcl_db.h73 } un; member in struct:dbtcl_info
103 #define i_anyp un.anyp
104 #define i_pagep un.anyp
105 #define i_envp un.envp
106 #define i_dbp un.dbp
107 #define i_dbcp un.dbcp
108 #define i_txnp un.txnp
109 #define i_mp un.mp
110 #define i_lock un.lock
111 #define i_logc un
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/
H A Dbuild_env.sh21 whoami=`whoami || id -un`
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dsem.c349 int nsops, struct sem_undo *un, int pid)
369 int undo = un->semadj[sop->sem_num] - sem_op;
383 un->semadj[sop->sem_num] -= sop->sem_op;
694 struct sem_undo *un = container_of(head, struct sem_undo, rcu); local
695 kfree(un);
704 struct sem_undo *un, *tu; local
711 list_for_each_entry_safe(un, tu, &sma->list_id, list_id) {
712 list_del(&un->list_id);
713 spin_lock(&un->ulp->lock);
714 un
348 try_atomic_semop(struct sem_array * sma, struct sembuf * sops, int nsops, struct sem_undo *un, int pid) argument
907 struct sem_undo *un; local
977 struct sem_undo *un; local
1155 struct sem_undo *un; local
1166 struct sem_undo *un; local
1193 struct sem_undo *un, *new; local
1295 struct sem_undo *un; local
1542 struct sem_undo *un; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-chdlc.c139 } un; member in struct:cisco_slarp
172 ipaddr_string(&slarp->un.addr.addr),
173 ipaddr_string(&slarp->un.addr.mask));
177 EXTRACT_32BITS(&slarp->un.keep.myseq),
178 EXTRACT_32BITS(&slarp->un.keep.yourseq),
179 EXTRACT_16BITS(&slarp->un.keep.rel));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/cmake/modules/
H A DCheckForAbstractSockets.c5 #include <sys/un.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_htb.c107 } un; member in struct:htb_class
379 if (p->un.inner.feed[prio].rb_node)
384 htb_add_to_id_tree(p->un.inner.feed + prio, cl, prio);
414 if (p->un.inner.ptr[prio] == cl->node + prio) {
418 p->un.inner.last_ptr_id[prio] = cl->common.classid;
419 p->un.inner.ptr[prio] = NULL;
422 htb_safe_rb_erase(cl->node + prio, p->un.inner.feed + prio);
424 if (!p->un.inner.feed[prio].rb_node)
517 WARN_ON(cl->level || !cl->un.leaf.q || !cl->un
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dalignment.c144 unsigned long un; member in union:offset_union
299 offset.un = -offset.un;
302 addr += offset.un;
674 poffset->un = 0;
703 poffset->un = (tinst2 & 0xff) << 2;
771 offset.un = (instr & 0xf00) >> 4 | (instr & 15);
773 offset.un = regs->uregs[RM_BITS(instr)];
788 offset.un = OFFSET_BITS(instr);
793 offset.un
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sockets-win.h53 #include <sys/un.h>
H A Dsd-daemon.c34 #include <sys/un.h>
207 struct sockaddr_un un; member in union:sockaddr_union
316 memcmp(path, sockaddr.un.sun_path, length+1) == 0;
321 memcmp(path, sockaddr.un.sun_path, length) == 0;
358 strncpy(sockaddr.un.sun_path, e, sizeof(sockaddr.un.sun_path));
360 if (sockaddr.un.sun_path[0] == '@')
361 sockaddr.un.sun_path[0] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/system/
H A Dnetwork.h30 #include <sys/un.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tests/
H A Dunixsock.c25 # include <sys/un.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dformat-c-339 tmpfiles="$tmpfiles de.po.tmp de.po.un"
43 tr -d '\r' < de.po.tmp > de.po.un
47 ${DIFF} de.po de.po.un || exit 1
H A Dformat-c-443 tmpfiles="$tmpfiles de.po.tmp de.po.un"
47 tr -d '\r' < de.po.tmp > de.po.un
51 ${DIFF} de.po de.po.un || exit 1
H A Dformat-c-540 tmpfiles="$tmpfiles fa.po.tmp fa.po.un"
44 tr -d '\r' < fa.po.tmp > fa.po.un
48 ${DIFF} fa.po fa.po.un || exit 1
H A Dlang-csharp108 msgstr[0] "un morceau de gateau"
121 msgstr[0] "un morceau de gateau succulent"
H A Dlang-java133 msgstr[0] "un morceau de gateau"
146 msgstr[0] "un morceau de gateau succulent"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dconmakehash.c52 static void addpair(int fp, int un) argument
56 if ( un <= 0xfffe )
61 if ( unitable[fp][i] == un )
72 unitable[fp][unicount[fp]] = un;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dicmp.h82 } un; member in struct:icmphdr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dmegatron.c35 static int from_open(int un, char *file, struct FHeader *fh, int flags) argument
37 switch ( un ) {
60 static ssize_t from_read(int un, int fork, char *buf, size_t len) argument
62 switch ( un ) {
83 static int from_close(int un) argument
85 switch ( un ) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dclockdiff.c169 oicp->un.echo.id = id;
187 oicp->un.echo.sequence = ++seqno;
223 icp->un.echo.id == id && icp->un.echo.sequence >= seqno0 &&
224 icp->un.echo.sequence <= seqno) {
225 if (acked < icp->un.echo.sequence)
226 acked = icp->un.echo.sequence;
347 oicp->un.echo.id = id;
367 oicp->un.echo.sequence = ++seqno;
406 icp->un
[all...]

Completed in 292 milliseconds

123456789