Searched refs:master (Results 51 - 75 of 134) sorted by relevance

123456

/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Drlfe.c171 * master side of pty.
374 int master; local
421 if ((master = OpenPTY (&name)) < 0)
423 perror("ptypair: could not open master pty");
456 close(master);
530 * the master side of a pty is NOT a tty.
551 in_from_inferior_fd = master;
552 out_to_inferior_fd = master;
553 rl_instream = fdopen (master, "r");
578 ioctl (master, TIOCSWINS
[all...]
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dextern.h66 int master(void);
/freebsd-11-stable/sys/conf/
H A Dsysent.mk17 SYSENT_FILE?= syscalls.master
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_eq.c138 struct mlx4_mfunc_master_ctx *master = local
142 container_of(master, struct mlx4_mfunc, master);
145 struct mlx4_slave_event_eq *slave_eq = &mfunc->master.slave_eq;
197 struct mlx4_slave_event_eq *slave_eq = &priv->mfunc.master.slave_eq;
218 queue_work(priv->mfunc.master.comm_wq,
219 &priv->mfunc.master.slave_event_work);
230 !priv->mfunc.master.slave_state[slave].active)
253 struct mlx4_slave_state *s_slave = &priv->mfunc.master.slave_state[slave];
309 struct mlx4_slave_state *s_state = priv->mfunc.master
446 struct mlx4_mfunc_master_ctx *master = local
[all...]
H A Dmlx4_resource_tracker.c311 &priv->mfunc.master.res_tracker.res_alloc[res_type];
382 &priv->mfunc.master.res_tracker.res_alloc[res_type];
461 priv->mfunc.master.res_tracker.res_alloc[RES_QP].quota[pf];
463 priv->mfunc.master.res_tracker.res_alloc[RES_CQ].quota[pf];
465 priv->mfunc.master.res_tracker.res_alloc[RES_SRQ].quota[pf];
467 priv->mfunc.master.res_tracker.res_alloc[RES_MTT].quota[pf];
469 priv->mfunc.master.res_tracker.res_alloc[RES_MPT].quota[pf];
487 priv->mfunc.master.res_tracker.slave_list =
490 if (!priv->mfunc.master.res_tracker.slave_list)
495 INIT_LIST_HEAD(&priv->mfunc.master
[all...]
H A Dmlx4_port.c1252 struct mlx4_mfunc_master_ctx *master = &priv->mfunc.master; local
1253 struct mlx4_slave_state *slave_st = &master->slave_state[slave];
1312 if (mtu > master->max_mtu[port])
1313 master->max_mtu[port] = mtu;
1315 master->max_mtu[port]) {
1317 master->max_mtu[port] = mtu;
1319 master->max_mtu[port] =
1320 max(master->max_mtu[port],
1321 master
[all...]
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dipropd_slave.c47 connect_to_master (krb5_context context, const char *master, argument
64 error = getaddrinfo (master, port_str, &hints, &ai);
67 master, gai_strerror(error));
83 master, node);
88 "to master: %s[%s]", master, node);
487 arg_printusage(args, num_args, NULL, "master");
511 const char *master; local
552 master = argv[0];
590 get_creds(context, keytab_str, &ccache, master);
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Ddirector.c59 int master; /* pty to the slave */ variable
88 if ((count = read(master, &last_words, 255)) > 0) {
242 if ((slave_pid = forkpty(&master, NULL, &term_attr, NULL)) < 0)
265 fcntl(master, F_SETFL, O_NONBLOCK);
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_fops.c79 /* first opener automatically becomes master */
80 priv->master = TAILQ_EMPTY(&dev->files);
/freebsd-11-stable/contrib/amd/amd/
H A Dinfo_nis.c193 char *master; local
215 error = yp_master(gopt.nis_domain, map, &master);
218 "nis_isup: error getting the master of map %s: %s",
334 char *master; local
344 * a master for it.
352 dlog("NIS master for %s@%s has order %lu", map, gopt.nis_domain, (unsigned long) order);
358 if (yp_master(gopt.nis_domain, map, &master)) {
361 dlog("NIS master for %s@%s is a NIS+ server", map, gopt.nis_domain);
/freebsd-11-stable/contrib/unbound/services/
H A Dauthzone.c2049 /** free master addr list */
3452 /** check if an address matches a master specification (or one of its
3455 addr_matches_master(struct auth_master* master, struct sockaddr_storage* addr, argument
3461 if(addr_in_list(master->list, addr, addrlen)) {
3462 *fromhost = master;
3466 * port of the master, the port number of the received notify is
3467 * allowed to by any port on that master) */
3468 if(extstrtoaddr(master->host, &a, &alen) &&
3470 *fromhost = master;
3475 if(master
3980 xfr_create_ixfr_packet(struct auth_xfer* xfr, sldns_buffer* buf, uint16_t id, struct auth_master* master) argument
5071 struct auth_master* master = xfr->task_transfer->lookup_target; local
5138 struct auth_master* master = xfr->task_transfer->master; local
5979 xfr_start_transfer(struct auth_xfer* xfr, struct module_env* env, struct auth_master* master) argument
6023 struct auth_master* master = xfr_probe_current_master(xfr); local
6199 struct auth_master* master = local
6258 struct auth_master* master = xfr->task_probe->lookup_target; local
[all...]
/freebsd-11-stable/usr.sbin/ypserv/
H A DMakefile.yp6 # This Makefile should only be run on the NIS master server of a domain.
14 # If this machine is an NIS master, reset this variable (NOPUSH=)
22 # from the master.passwd file, reset this variable (SHADOW=) in
31 # master.passwd and shadow maps (which have real encrypted passwords
44 # Normally, the master.passwd.* and shadow.* maps are guarded against access
88 # NIS passwd and master.passwd files are stored in /var/yp: the server's
90 # the real /etc/passwd and /etc/master.passwd files by:
93 # - invoking yppasswdd with `-t /etc/master.passwd' (yppasswdd will do a
94 # 'pwd_mkdb' as needed if /etc/master.passwd is thus specified).
95 # - Specifying the location of the master
[all...]
H A Dypinit.sh4 # ypinit.sh - setup a master or slave server.
13 MAPLIST="master.passwd.byname master.passwd.byuid passwd.byname passwd.byuid \
87 The `-m' flag builds a master YP server, and the `-s' flag builds
90 The `-u' is for updating the ypservers map on a master server.
117 # Check if we have contact with master.
118 # If we can't list the maps on the master, then we fake it with a
121 # the master (the slave should be bound to itself, but since it has
269 echo "${HOST} is already known as master server."
272 echo " master serve
[all...]
/freebsd-11-stable/contrib/amd/scripts/
H A Damd2ldif.in11 databases and restart slapd whenever a master copy of
/freebsd-11-stable/release/picobsd/floppy.tree/etc/
H A Drc147 pwd_mkdb -p ./master.passwd
/freebsd-11-stable/contrib/netbsd-tests/net/carp/
H A Dt_basic.sh50 local master=$2
53 if $master; then
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTImporter.h189 ASTImporterDelegate(ClangASTImporter &master, clang::ASTContext *target_ctx, argument
191 : clang::ASTImporter(*target_ctx, master.m_file_manager, *source_ctx,
192 master.m_file_manager, true /*minimal*/),
193 m_master(master), m_source_ctx(source_ctx) {
/freebsd-11-stable/tools/sched/
H A Dschedgraph.py167 def __init__(self, master, target):
168 Frame.__init__(self, master)
197 def __init__(self, master):
198 Frame.__init__(self, master)
214 def __init__(self, master, name, color):
215 Frame.__init__(self, master)
321 def __init__(self, master, source):
322 Frame.__init__(self, master)
1117 def __init__(self, master, display):
1119 self.parent = master
[all...]
/freebsd-11-stable/libexec/rlogind/
H A Drlogind.c199 int master, pid, on = 1; local
281 pid = forkpty(&master, line, NULL, &win);
313 ioctl(master, FIONBIO, &on);
314 ioctl(master, TIOCPKT, &on);
316 protocol(f, master);
360 * (our controlling tty is the master pty).
/freebsd-11-stable/sys/dev/glxiic/
H A Dglxiic.c36 * supporting both master and slave mode.
145 struct iic_msg *msg; /* Current master mode message. */
147 uint8_t *data; /* Current master mode data byte. */
149 int error; /* Last master mode error. */
190 boolean_t master; member in struct:glxiic_state_table_entry
197 .master = FALSE,
202 .master = FALSE,
207 .master = FALSE,
212 .master = TRUE,
217 .master
[all...]
/freebsd-11-stable/sbin/dump/
H A Dtape.c110 int master; /* pid of master, for sending error signals */ variable
247 perror(" DUMP: error reading command pipe in master");
265 perror(" DUMP: error reading command pipe in master");
320 perror(" DUMP: error reading command pipe in master");
484 perror(" DUMP: error reading command pipe in master");
658 if (master != 0 && master != getpid())
659 /* Signals master to call dumpabort */
660 (void) kill(master, SIGTER
[all...]
/freebsd-11-stable/usr.sbin/autofs/
H A Dcommon.c72 static void parse_master_yyin(struct node *root, const char *master);
1114 parse_master_yyin(struct node *root, const char *master) argument
1130 master, lineno);
1150 master, lineno);
1156 parse_master(struct node *root, const char *master) argument
1159 log_debugx("parsing auto_master file at \"%s\"", master);
1161 yyin = fopen(master, "r");
1163 err(1, "unable to open %s", master);
1165 parse_master_yyin(root, master);
1170 log_debugx("done parsing \"%s\"", master);
[all...]
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_dma.c81 if (dev->primary->master) {
82 master_priv = dev->primary->master->driver_priv;
143 if (!dev->primary->master)
146 master_priv = dev->primary->master->driver_priv;
178 struct drm_i915_master_private *master_priv = dev->primary->master->driver_priv;
421 struct drm_i915_master_private *master_priv = dev->primary->master->driver_priv;
538 dev->primary->master->driver_priv;
615 struct drm_i915_master_private *master_priv = dev->primary->master->driver_priv;
671 struct drm_i915_master_private *master_priv = dev->primary->master->driver_priv;
739 struct drm_i915_master_private *master_priv = dev->primary->master
1361 i915_master_create(struct drm_device *dev, struct drm_master *master) argument
1373 i915_master_destroy(struct drm_device *dev, struct drm_master *master) argument
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A DdrmP.h271 if (!_DRM_LOCK_IS_HELD(_file_priv->master->lock.hw_lock->lock) || \
272 _file_priv->master->lock.file_priv != _file_priv) { \
274 __func__, _DRM_LOCK_IS_HELD(_file_priv->master->lock.hw_lock->lock),\
275 _file_priv->master->lock.file_priv, _file_priv); \
328 int idx; /**< Index into master buflist */
420 int is_master; /* this file private is a master for a minor */
421 struct drm_master *master; /* master this node is currently associated with member in struct:drm_file
422 N.B. not always minor->master */
539 struct drm_master *master; member in struct:drm_map_list
939 struct drm_master *master; /* currently active master for this node */ member in struct:drm_minor
[all...]
/freebsd-11-stable/share/man/man5/
H A DMakefile75 MLINKS+=passwd.5 master.passwd.5

Completed in 509 milliseconds

123456