Searched refs:bp (Results 201 - 225 of 579) sorted by relevance

1234567891011>>

/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_fslog.c239 void fslog_io_error(const buf_t bp) argument
250 if (buf_error(bp) == 0) {
255 snprintf (errno_str, sizeof(errno_str), "%d", buf_error(bp));
258 if (buf_flags(bp) & B_READ) {
265 snprintf (blknum_str, sizeof(blknum_str), "%lld", buf_blkno(bp));
268 snprintf (lblknum_str, sizeof(lblknum_str), "%lld", buf_lblkno(bp));
279 vp = buf_vnode(bp);
H A Dvfs_journal.h60 struct buf *bp; member in union:block_info::__anon14907
326 int journal_modify_block_start(journal *jnl, struct buf *bp);
327 int journal_modify_block_abort(journal *jnl, struct buf *bp);
328 int journal_modify_block_end(journal *jnl, struct buf *bp, void (*func)(struct buf *bp, void *arg), void *arg);
329 int journal_kill_block(journal *jnl, struct buf *bp);
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vnops.c1721 struct nfsbuf *bp; local
1728 error = nfs_buf_get(np, obn, biosize, NULL, NBLK_READ, &bp);
1732 FSDBG(512, bp, bp->nb_flags, 0, obn);
1733 SET(bp->nb_flags, NB_INVAL);
1734 nfs_buf_release(bp, 1);
1738 neweofoff = vap->va_data_size - NBOFF(bp);
1740 if ((bp->nb_dirtyend > 0) && (bp->nb_dirtyoff < neweofoff)) {
1742 if (bp
2296 struct nfsbuf *bp = NULL; local
2586 struct nfsbuf *bp; local
4771 struct nfsbuf *bp = NULL; local
4990 nfs_dir_buf_freespace(struct nfsbuf *bp, int rdirplus) argument
5082 struct nfsbuf *bp, *lastbp; local
5228 nfs_dir_buf_search( struct nfsbuf *bp, struct componentname *cnp, fhandle_t *fhp, struct nfs_vattr *nvap, uint64_t *xidp, time_t *attrstampp, daddr64_t *nextlbnp, int flags) argument
5307 struct nfsbuf *bp, *lastbp, *foundbp; local
5436 nfs3_readdir_rpc(nfsnode_t dnp, struct nfsbuf *bp, vfs_context_t ctx) argument
7067 struct nfsbuf *bp; local
[all...]
/macosx-10.9.5/Libc-997.90.3/darwin/
H A D_dirhelper.c92 unsigned char *bp = buf; local
96 memcpy(bp, uuid, sizeof(uuid_t));
98 memcpy(bp + sizeof(uuid_t), &uid, sizeof(uid_t));
99 bp[UUID_UID_SIZE] = 0; // this ensures the last encoded byte will have trailing zeros
104 n = *bp++;
108 n = ((n & MASK(3)) << 8) | *bp++;
116 n = ((n & MASK(1)) << 8) | *bp++;
120 n = ((n & MASK(4)) << 8) | *bp++;
128 n = ((n & MASK(2)) << 8) | *bp++;
/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A Dhtmltidy.c70 printf("%*.*s\n", indent, indent, buf.bp?(char *)buf.bp:"");
110 fprintf(stderr, "%s\n", tidy_errbuf.bp); /* show errors */
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dnvdisc.c186 #define isblocked(bp,type) ((bp)->flags & (1<<(type)))
187 #define block(bp,type) ((bp)->flags |= (1<<(type)))
188 #define unblock(bp,type) ((bp)->flags &= ~(1<<(type)))
195 register struct blocked *bp; local
200 for(bp=blist ; bp; bp
217 block_done(struct blocked *bp) argument
252 struct blocked block, *bp = block_info(np, &block); local
367 struct blocked block, *bp = block_info(np, &block); local
536 struct blocked *bp; local
[all...]
/macosx-10.9.5/cctools-845/ld/
H A Dliteral_pointers.c1115 struct literal_pointer_bucket *bp; local
1130 for(bp = data->hashtable[hashval]; bp; bp = bp->next){
1134 if(bp->literal_pointer->merged_symbol == merged_symbol &&
1135 bp->literal_pointer->literal_ms == literal_ms &&
1136 bp->literal_pointer->merged_section_offset ==
1138 bp->literal_pointer->offset == offset)
1139 return(bp
1393 struct literal_pointer_bucket *bp, *next_bp; local
[all...]
/macosx-10.9.5/rsync-42/rsync/
H A Dflist.c510 char *basename, *dirname, *bp; local
616 bp = pool_alloc(flist->file_pool, alloc_len, "receive_file_entry");
618 file = (struct file_struct *)bp;
619 memset(bp, 0, file_struct_len);
620 bp += file_struct_len;
629 file->dirname = lastdir = bp;
631 memcpy(bp, dirname, dirname_len - 1);
632 bp += dirname_len;
633 bp[-1] = '\0';
663 file->basename = bp;
752 char *basename, *dirname, *bp; local
1000 char *bp; local
[all...]
/macosx-10.9.5/pdisk-9/
H A Ddump.c277 BZB *bp; local
343 bp = (BZB *) (p->dpme_bzb);
345 if (bp->bzb_magic == BZBMAGIC) {
346 switch (bp->bzb_type) {
356 if (bzb_root_get(bp) != 0) {
357 if (bzb_usr_get(bp) != 0) {
363 } else if (bzb_usr_get(bp) != 0) {
371 if (bzb_slice_get(bp) != 0) {
372 printf(" s%1d %4s", bzb_slice_get(bp)-1, s);
378 if (bzb_crit_get(bp) !
498 BZB *bp; local
[all...]
/macosx-10.9.5/awk-18/src/
H A Db.c315 uschar *op, *bp; local
322 bp = buf;
326 } else if (c == '-' && i > 0 && bp[-1] != 0) {
328 c = bp[-1];
333 bp--;
338 if (!adjbuf((char **) &buf, &bufsz, bp-buf+2, 100, (char **) &bp, "cclenter1"))
340 *bp++ = ++c;
346 if (!adjbuf((char **) &buf, &bufsz, bp-buf+2, 100, (char **) &bp, "cclenter
956 uschar *bp; local
[all...]
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-enet.c56 register u_char *bp; local
77 bp = buf.p;
79 ph = (struct packet_header *)bp;
92 bp += inc;
/macosx-10.9.5/ruby-104/ruby/ext/openssl/
H A Dopenssl_missing.h30 # define PEM_read_bio_DSAPublicKey(bp,x,cb,u) (DSA *)PEM_ASN1_read_bio( \
31 (d2i_of_void *)d2i_DSAPublicKey,PEM_STRING_DSA_PUBLIC,(bp),(void **)(x),(cb),(u))
35 # define PEM_write_bio_DSAPublicKey(bp,x) \
38 (bp),(char *)(x), NULL, NULL, 0, NULL, NULL)
/macosx-10.9.5/ruby-104/ruby/
H A Dvm_debug.h27 #define bp() ruby_debug_breakpoint() macro
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dfslog.h87 void fslog_io_error(const buf_t bp);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/vmalloc/
H A Dvmpool.c133 reg Block_t *bp, *tp; local
164 for(bp = vd->free; bp; bp = SEGLINK(bp))
165 if(bp == tp)
186 reg Block_t* bp; local
212 bp = (Block_t*)data;
213 SIZE(bp) = POOLFREE;
214 SEGLINK(bp)
[all...]
/macosx-10.9.5/adv_cmds-153/finger/
H A Dutil.c341 char *bp, name[1024]; local
355 (void)strncpy(bp = tbuf, pw->pw_gecos, sizeof(tbuf));
357 if (*bp == '*')
358 ++bp;
361 if (!(p = strsep(&bp, ",")))
379 pn->office = ((p = strsep(&bp, ",")) && *p) ?
381 pn->officephone = ((p = strsep(&bp, ",")) && *p) ?
383 pn->homephone = ((p = strsep(&bp, ",")) && *p) ?
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Doakley.c648 vchar_t *buf = NULL, *res = NULL, *bp; local
688 bp = (side == INITIATOR ? iph2->nonce : iph2->nonce_p);
689 memcpy(p, bp->v, bp->l);
690 p += bp->l;
692 bp = (side == INITIATOR ? iph2->nonce_p : iph2->nonce);
693 memcpy(p, bp->v, bp->l);
694 p += bp->l;
949 vchar_t *buf = NULL, *res = NULL, *bp; local
1029 vchar_t *buf = NULL, *res = NULL, *bp; local
1159 vchar_t *buf = NULL, *res = NULL, *bp; local
2612 vchar_t *bp; local
2729 vchar_t *bp; local
2812 vchar_t *buf = NULL, *bp = NULL; local
3157 vchar_t *buf = NULL, *bp; local
[all...]
/macosx-10.9.5/launchd-842.92.1/liblaunch/
H A Dvproc_internal.h67 _vproc_grab_subset(mach_port_t bp, mach_port_t *reqport, mach_port_t *rcvright, launch_data_t *outval,
108 bootstrap_info(mach_port_t bp,
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-ppi.c21 ppi_header_print(struct netdissect_options *ndo, const u_char *bp, u_int length) argument
27 hdr = (const ppi_header_t *)bp;
H A Dprint-tftp.c75 tftp_print(register const u_char *bp, u_int length) argument
83 tp = (const struct tftphdr *)bp;
H A Dprint-timed.c47 timed_print(register const u_char *bp) argument
50 struct tsp *tsp = (struct tsp *)bp;
/macosx-10.9.5/bootp-268.1/bootpd.tproj/
H A Dbootpd.c1545 sendreply(interface_t * if_p, struct bootp * bp, int n, argument
1559 if (bp->bp_ciaddr.s_addr) {
1560 dst = bp->bp_ciaddr;
1563 else if (bp->bp_giaddr.s_addr) {
1564 dst = bp->bp_giaddr;
1569 bp->bp_unused = htons(ntohs(bp->bp_unused | DHCP_FLAGS_BROADCAST));
1572 if (broadcast || (ntohs(bp->bp_unused) & DHCP_FLAGS_BROADCAST)) {
1580 dst = bp->bp_yiaddr;
1581 hwaddr = bp
1793 S_relay_packet(struct bootp * bp, int n, interface_t * if_p) argument
1896 S_dispatch_packet(struct bootp * bp, int n, interface_t * if_p, struct in_addr * dstaddr_p) argument
[all...]
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dexec.c160 const char *p, *bp; local
167 bp = name;
171 bp = buf;
214 retry: (void)_execve(bp, argv, envp);
231 memp[1] = bp;
254 if (stat(bp, &sb) != 0)
/macosx-10.9.5/bash-92/bash-3.2/examples/bashdb/
H A Dbashdb425 local i j start end bp cl
501 local i=0 bp=' ' line=$1 cl=' '
504 bp='*'
512 _msg "${_guineapig/*\//}:$line $bp $cl${_lines[$line]}"
514 _msg "${_guineapig/*\//}:$line $bp $cl${_lines[$line]}"
516 _msg "${_guineapig/*\//}:$line $bp $cl${_lines[$line]}"
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dscp.c584 char *bp, *host, *src, *suser, *thost, *tuser, *arg; local
632 xasprintf(&bp, "%s -f %s%s", cmd,
634 if (do_cmd(host, suser, bp, &remin, &remout) < 0)
636 (void) xfree(bp);
638 xasprintf(&bp, "%s -t %s%s", cmd,
640 if (do_cmd2(host, tuser, bp, remin, remout) < 0)
642 (void) xfree(bp);
685 xasprintf(&bp, "%s -t %s%s", cmd,
688 if (do_cmd(host, tuser, bp, &remin,
693 (void) xfree(bp);
704 char *bp, *host, *src, *suser; local
758 BUF *bp; local
985 BUF *bp; local
1445 allocbuf(BUF *bp, int fd, int blksize) argument
[all...]

Completed in 235 milliseconds

1234567891011>>