HomeSort by: relevance | last modified time | path
    Searched defs:dup (Results 1 - 15 of 15) sorted by relevancy

  /src/include/
rmt.h 50 #define dup rmtdup macro
  /src/sys/dist/pf/net/
pf_ruleset.c 192 struct pf_anchor *dup, *parent = NULL; local in function:pf_find_or_create_ruleset
243 if ((dup = RB_INSERT(pf_anchor_global, &pf_anchors, anchor)) !=
247 anchor->path, anchor->name, dup->path, dup->name);
254 if ((dup = RB_INSERT(pf_anchor_node, &parent->children,
259 dup->path, dup->name);
  /src/usr.sbin/fstyp/
hammer.c 168 char *dup = NULL, *p, *volpath, *rootvolpath, x[HAMMER_MAX_VOLUMES]; local in function:__fsvtyp_hammer
175 dup = strdup(blkdevs);
176 p = dup;
233 free(dup);
hammer2.c 418 char *dup = NULL, *target_label = NULL, *p, *volpath, *rootvolpath; local in function:__fsvtyp_hammer2
426 p = dup = strdup(blkdevs);
431 p = dup;
511 free(dup);
  /src/usr.bin/make/unit-tests/
dir.mk 71 all: dup-{1,1,1,1,1,1,1}
73 dup-1:
95 .PHONY: dup-1 single-word
  /src/lib/librefuse/
refuse_opt.c 304 char* dup = strdup(param); local in function:parse_matched_arg
305 if (dup == NULL)
308 *(char **)var = dup;
  /src/sbin/fsck_lfs/
fsck.h 70 #define MAXDUP 10 /* limit on dup blks (per inode) */
133 daddr_t dup; member in struct:dups
  /src/sbin/fsck_ext2fs/
fsck.h 60 #define MAXDUP 10 /* limit on dup blks (per inode) */
160 daddr_t dup; member in struct:dups
162 extern struct dups *duplist; /* head of dup list */
163 extern struct dups *muldup; /* end of unique duplicate dup block numbers */
  /src/sys/external/bsd/ipf/netinet/
radix_ipf.c 310 /* dup(O) - set to 1 if node is a duplicate, else 0. */
313 /* If there is already a matching key in the table, "dup" will be set to 1 */
319 ipf_rx_insert(ipf_rdx_head_t *head, ipf_rdx_node_t nodes[2], int *dup)
349 *dup = 1;
352 *dup = 0;
502 int dup; local in function:ipf_rx_addroute
505 x = ipf_rx_insert(head, nodes, &dup);
509 if (dup == 1) {
  /src/sys/net/
radix.c 369 struct radix_node *dup, *rn; local in function:rn_treeprint
379 for (dup = rn; dup != NULL; dup = dup->rn_dupedkey) {
380 if ((dup->rn_flags & RNF_ROOT) != 0)
382 rn_nodeprint(dup, printer, arg, delim);
bpf.c 1903 struct mbuf *dup; local in function:bpf_mbuf_enqueue
1905 dup = m_dup(m, 0, M_COPYALL, M_NOWAIT);
1906 if (dup == NULL)
1910 bp->bif_mbuf_tail->m_nextpkt = dup;
1912 bp->bif_mbuf_head = dup;
1914 bp->bif_mbuf_tail = dup;
1917 __func__, dup, bp->bif_ifp->if_xname);
1920 return dup;
1968 struct mbuf *dup; local in function:_bpf_mtap_softint
1977 dup = bpf_mbuf_enqueue(bp, m)
    [all...]
  /src/usr.bin/dc/
bcode.c 78 static __inline void dup(void);
202 { 'd', dup },
553 dup(void) function in typeref:typename:void
  /src/sbin/fsck_ffs/
fsck.h 49 #define MAXDUP 10 /* limit on dup blks (per inode) */
228 daddr_t dup; member in struct:dups
230 extern struct dups *duplist; /* head of dup list */
231 extern struct dups *muldup; /* end of unique duplicate dup block numbers */
  /src/lib/librumphijack/
hijack.c 1138 DPRINTF(("dup -> %d (minfd %d)\n", oldd, minfd));
1158 DPRINTF(("dup <- %d\n", newd));
1165 * dup the file descriptor so that it doesn't collide with the dup2mask.
1870 /* only allow fd 0-2 for cross-kernel dup */
1901 dup(int oldd) function in typeref:typename:int
  /src/sys/netinet/
sctp_output.c 7662 uint32_t *dup; local in function:sctp_send_sack
7940 dup = (uint32_t *)gap_descriptor;
7942 *dup = htonl(asoc->dup_tsns[i]);
7943 dup++;

Completed in 27 milliseconds