Searched refs:mode (Results 676 - 700 of 2233) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dndbm_wrap.c150 dbm_open (const char *file, int flags, mode_t mode) argument
179 if(db->open(db, NULL, fn, NULL, DB_BTREE, myflags, mode) != 0) {
181 if(db->open(db, fn, NULL, DB_BTREE, myflags, mode) != 0) {
188 db = dbopen(fn, flags, mode, DB_BTREE, NULL);
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dload.c45 assemble_arg_val(char * txt, tOptionLoadMode mode);
305 * @param[in] mode the handling mode (cooking method)
308 munge_str(char * txt, tOptionLoadMode mode) argument
312 if (mode == OPTION_LOAD_KEEP)
327 if (mode == OPTION_LOAD_UNCOOKED)
346 assemble_arg_val(char * txt, tOptionLoadMode mode) argument
362 if (mode == OPTION_LOAD_KEEP) {
477 * @param[in] load_mode option loading mode (OPTION_LOAD_*)
584 * mode
[all...]
/freebsd-11-stable/sys/dev/ppbus/
H A Dppb_msq.c55 * Device mode to submsq conversion
60 int index, epp, mode; local
76 /* retrieve the device operating mode */
77 mode = ppb_get_mode(bus);
78 switch (mode) {
105 panic("%s: unknown mode (%d)", __func__, mode);
114 * Initialize device dependent submicrosequence of the current mode
284 /* attempt to choose the best mode for the device */
/freebsd-11-stable/sys/dev/mse/
H A Dmsevar.h74 mousemode_t mode; member in struct:mse_softc
/freebsd-11-stable/sys/dev/ipmi/
H A Dipmi_pci.c95 const char *mode; local
106 mode = "KCS";
109 mode = "SMIC";
112 device_printf(dev, "BT mode is unsupported\n");
119 device_printf(dev, "%s mode found at %s 0x%jx alignment 0x%x on %s\n",
120 mode, info.io_mode ? "io" : "mem",
/freebsd-11-stable/sys/kern/
H A Dtty_tty.c51 cttyopen(struct cdev *dev, int flag, int mode, struct thread *td) argument
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_kernel.h75 __u32 mode; member in struct:fuse_attr
198 __u32 mode; member in struct:fuse_mkdir_in
222 __u32 mode; member in struct:fuse_setattr_in
231 __u32 mode; member in struct:fuse_open_in
/freebsd-11-stable/sys/dev/mcd/
H A Dmcdvar.h12 short mode; member in struct:mcd_mbx
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c438 ar9300__cont_tx_mode(struct ath_hal *ah, void *ds, int mode) argument
447 if (mode == 10) {
451 if (mode == 7) { /* print status from the cont tx desc */
469 if (mode == 8) { /* set TXE for qnum */
473 if (mode == 9) {
478 if (mode >= 1) { /* initiate cont tx operation */
494 if (mode == 3 || mode == 4) {
497 if (mode == 3) {
551 if (mode
709 u_int mode, tx_mode = AR9300_DEF_MODE; local
[all...]
/freebsd-11-stable/usr.bin/tip/tip/
H A Dvalue.c258 vaccess(unsigned int mode, unsigned int rw) argument
260 if (mode & (rw<<PUBLIC))
262 if (mode & (rw<<PRIVATE))
264 return ((mode & (rw<<ROOT)) && getuid() == 0);
/freebsd-11-stable/usr.sbin/rmt/
H A Drmt.c64 static char count[SSIZE], mode[SSIZE], pos[SSIZE], op[SSIZE]; variable
104 getstring(mode);
105 DEBUG2("rmtd: O %s %s\n", device, mode);
111 tape = open(device, atoi(mode), 0666);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-ntp.c208 int mode, version, leapind; local
217 mode = bp->status & MODEMASK;
220 tok2str(ntp_mode_values, "Unknown mode", mode),
227 tok2str(ntp_mode_values, "Unknown mode", mode)));
/freebsd-11-stable/crypto/openssh/
H A Dsftp-common.c220 char buf[1024], mode[11+1], tbuf[12+1], ubuf[11+1], gbuf[11+1]; local
224 strmode(st->st_mode, mode);
251 snprintf(buf, sizeof buf, "%s %3u %-*s %-*s %8s %s %s", mode,
255 snprintf(buf, sizeof buf, "%s %3u %-*s %-*s %8llu %s %s", mode,
/freebsd-11-stable/sys/netgraph/
H A Dng_patch.h86 { "mode", &ng_parse_uint16_type }, \
108 uint16_t mode; member in struct:ng_patch_op
/freebsd-11-stable/sys/netipsec/
H A Dxform.h65 uint8_t mode; /* transport or tunnel */ member in struct:xform_history
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dldo.h30 const char *mode);
/freebsd-11-stable/stand/powerpc/kboot/
H A Dhost_syscall.h36 int host_open(const char *path, int flags, int mode);
/freebsd-11-stable/sys/dev/agp/
H A Dagp.c320 agp_v3_enable(device_t dev, device_t mdev, u_int32_t mode) argument
329 /* Set RQ to the min of mode, tstatus and mstatus */
330 rq = AGP_MODE_GET_RQ(mode);
338 * Don't allow the mode register to override values.
340 arqsz = AGP_MODE_GET_ARQSZ(mode);
346 /* Calibration cycle - don't allow override by mode register */
357 & AGP_MODE_GET_FW(mode));
362 & AGP_MODE_GET_RATE(mode));
368 device_printf(dev, "Setting AGP v3 mode %d\n", rate * 4);
372 /* Construct the new mode wor
389 agp_v2_enable(device_t dev, device_t mdev, u_int32_t mode) argument
442 agp_generic_enable(device_t dev, u_int32_t mode) argument
947 agp_enable(device_t dev, u_int32_t mode) argument
[all...]
/freebsd-11-stable/lib/librt/
H A Daio.c62 extern int __sys_lio_listio(int mode, struct aiocb * const list[], int nent,
212 __lio_listio(int mode, struct aiocb * const list[], int nent, argument
220 return (__sys_lio_listio(mode, list, nent, sig));
225 ret = __sys_lio_listio(mode, list, nent, sig);
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_hs.h87 unsigned int mode; member in struct:ck_hs
H A Dck_rhs.h86 unsigned int mode; member in struct:ck_rhs
/freebsd-11-stable/sys/contrib/ck/src/
H A Dck_ht.c83 unsigned int mode; member in struct:ck_ht_map
155 if (table->mode & CK_HT_WORKLOAD_DELETE) {
166 map->mode = table->mode;
180 if (table->mode & CK_HT_WORKLOAD_DELETE) {
255 unsigned int mode,
266 table->mode = mode;
339 if (map->mode & CK_HT_MODE_BYTESTRING) {
428 if (ht->mode
254 ck_ht_init(struct ck_ht *table, unsigned int mode, ck_ht_hash_cb_t *h, struct ck_malloc *m, CK_HT_TYPE entries, uint64_t seed) argument
[all...]
/freebsd-11-stable/sys/contrib/zlib/
H A Dinflate.h84 inflate_mode mode; /* current inflate mode */ member in struct:inflate_state
/freebsd-11-stable/contrib/openpam/
H A Dmkpkgng.in161 mode=$(stat -f%p "$file" | cut -c 3-)
163 echo " $file: { uname: root, gname: wheel, perm: $mode }"
/freebsd-11-stable/contrib/wpa/src/common/
H A Dprivsep_commands.h71 int mode; member in struct:privsep_cmd_associate

Completed in 311 milliseconds

<<21222324252627282930>>