Searched refs:where (Results 101 - 125 of 338) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_config.c178 uu_avl_index_t where; local
189 verify(uu_avl_find(hdl->libzfs_ns_avl, cn, NULL, &where)
192 uu_avl_insert(hdl->libzfs_ns_avl, cn, where);
/freebsd-current/lib/libc/amd64/string/
H A Dstrchrnul.S65 shl %cl, %r10 # 0x01 where the string is
66 xor %r8, %r10 # 0x01 where it is not
165 2: tzcnt %eax, %eax # where is the match?
H A Dstrncmp.S119 jb .Lempty # where there any bytes to compare at all?
233 tzcnt %r9d, %r9d # where is the mismatch?
273 * where v indicates the alignment boundaries and corresponding chunks
284 pcmpeqb (%rdi), %xmm0 # where do the chunks match?
311 pcmpeqb (%rdi), %xmm0 # where do the chunks match?
366 tzcnt %r9d, %r9d # where is the mismatch?
402 pcmpeqb (%rsi), %xmm0 # where do the chunks match?
430 pcmpeqb (%rsi), %xmm0 # where do the chunks match?
479 tzcnt %r9d, %r9d # where is the mismatch?
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_xattr.c38 * extended attributes to be name/value pairs where the name is a
392 /* check where the xattr resides */
394 __zpl_xattr_where(struct inode *ip, const char *name, int *where, cred_t *cr) argument
400 ASSERT(where);
403 *where = XATTR_NOENT;
407 *where |= XATTR_IN_SA;
414 *where |= XATTR_IN_DIR;
418 if (*where == (XATTR_IN_SA|XATTR_IN_DIR))
421 if (*where == XATTR_NOENT)
604 int where; local
[all...]
/freebsd-current/usr.bin/rpcgen/
H A Drpc_util.c46 char *where = curline; /* current point in line */ variable
69 where = curline;
400 for (i = 0; i < where - curline; i++) {
H A Drpc_util.h107 extern char *where;
/freebsd-current/stand/libsa/
H A Dbzipfs.c65 static off_t bzf_seek(struct open_file *f, off_t offset, int where);
232 bzf->bzf_bzstream.next_out = buf; /* where and how much */
307 bzf_seek(struct open_file *f, off_t offset, int where) argument
313 switch (where) {
344 /* This is where we are (be honest if we overshot) */
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h661 pci_read_config_byte(const struct pci_dev *pdev, int where, u8 *val) argument
664 *val = (u8)pci_read_config(pdev->dev.bsddev, where, 1);
669 pci_read_config_word(const struct pci_dev *pdev, int where, u16 *val) argument
672 *val = (u16)pci_read_config(pdev->dev.bsddev, where, 2);
677 pci_read_config_dword(const struct pci_dev *pdev, int where, u32 *val) argument
680 *val = (u32)pci_read_config(pdev->dev.bsddev, where, 4);
685 pci_write_config_byte(const struct pci_dev *pdev, int where, u8 val) argument
688 pci_write_config(pdev->dev.bsddev, where, val, 1);
693 pci_write_config_word(const struct pci_dev *pdev, int where, u16 val) argument
696 pci_write_config(pdev->dev.bsddev, where, va
701 pci_write_config_dword(const struct pci_dev *pdev, int where, u32 val) argument
[all...]
/freebsd-current/contrib/cortex-strings/src/arm/
H A Dmemset.S89 @ byte and takes two cycles, where an AND is four bytes but one
/freebsd-current/crypto/heimdal/appl/telnet/telnetd/
H A Dext.h148 void putf (char *cp, char *where);
/freebsd-current/contrib/netbsd-tests/lib/libc/ttyio/
H A Dt_ttyio.c56 #error where openpty?
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-remember.mk7 # The ':_' modifier is typically used in situations where the value of an
10 # from where it is taken later in the same expression.
H A Dvar-op-default.mk43 # At the point where the '?=' operator checks whether the variable exists,
65 # places where expressions can occur. If in doubt, enable the
H A Ddeptgt-end-jobs.mk41 # At the point where the commands of a node with deferred commands are run,
H A Ddeptgt-end.mk40 # At the point where the commands of a node with deferred commands are run,
H A Dvarmod-assign-shell.mk15 # error message instead of the command that was executed. That's where the
/freebsd-current/contrib/arm-optimized-routines/string/arm/
H A Dmemset.S64 @ byte and takes two cycles, where an AND is four bytes but one
/freebsd-current/contrib/lua/src/
H A Dltm.h101 StkId where, int wanted);
/freebsd-current/sys/crypto/openssl/arm/
H A Dsha512-armv4.S13 @ CRYPTOGAMS licenses depending on where you obtain it. For further
H A Daes-armv4.S13 @ CRYPTOGAMS licenses depending on where you obtain it. For further
/freebsd-current/usr.bin/mkimg/
H A Dgpt.c145 gpt_metadata(u_int where, lba_t blk) argument
148 if (where == SCHEME_META_IMG_START || where == SCHEME_META_IMG_END) {
150 blk += (where == SCHEME_META_IMG_START) ? 2 : 1;
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dspa_errlog.c58 * This log is then shipped into an nvlist where the key is the dataset name and
188 avl_index_t where; local
209 if (avl_find(tree, &search, &where) != NULL) {
229 avl_insert(tree, new, where);
587 avl_index_t where; local
593 if (avl_find(tree, &search, &where) != NULL) {
602 avl_insert(tree, new, where);
633 avl_index_t where; local
641 if (avl_find(tree, &search, &where) != NULL) {
651 avl_insert(tree, new, where);
669 avl_index_t where; local
[all...]
/freebsd-current/share/mk/
H A Dsrc.lua.mk13 # LUA_INSTALL_PATH and LUA_CMD describe where the internal lua has been
/freebsd-current/sys/netipsec/
H A Dipsec_mbuf.c48 * when absolutely necessary. The mbuf where the new header
68 * where the new header should be placed. Figure out
309 m_checkalignment(const char* where, struct mbuf *m0, int off, int len) argument
317 printf("%s (off %u len %u): ", where, off, len);
/freebsd-current/lib/libc/rpc/
H A Dsvc_raw.c175 xdr_where = msg->acpted_rply.ar_results.where;
177 msg->acpted_rply.ar_results.where = NULL;

Completed in 215 milliseconds

1234567891011>>