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

12345

/freebsd-current/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...]
H A Dmlx4_fw.c264 vp_oper = &priv->mfunc.master.vf_oper[slave].vport[port];
265 vp_admin = &priv->mfunc.master.vf_admin[slave].vport[port];
296 vp_oper = &priv->mfunc.master.vf_oper[slave].vport[port];
297 vp_admin = &priv->mfunc.master.vf_admin[slave].vport[port];
298 slave_state = &priv->mfunc.master.slave_state[slave];
437 vp_oper = &priv->mfunc.master.vf_oper[slave].vport[port];
453 &priv->mfunc.master.slave_state[slave];
474 size = priv->mfunc.master.res_tracker.res_alloc[RES_QP].quota[slave];
479 size = priv->mfunc.master.res_tracker.res_alloc[RES_SRQ].quota[slave];
484 size = priv->mfunc.master
[all...]
/freebsd-current/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);
H A Dtestlang_parse.y54 extern int master;
756 fds[1].fd = master;
789 if (read(master, &data, 1) < 1)
903 fds[1].fd = master;
924 if (write(master, p, 1) != 1) {
950 fds[2].fd = master;
1095 slave_pty.fd = master;
1476 rfd[1].fd = master;
1558 if ((result = read(master, drain, result)) < 0) {
/freebsd-current/libexec/nuageinit/tests/
H A Dnuageinit.sh58 cat > etc/master.passwd <<EOF
62 pwd_mkdb -d etc ${here}/etc/master.passwd
95 atf_check -o file:expectedpasswd cat ${here}/etc/master.passwd
104 cat > etc/master.passwd <<EOF
108 pwd_mkdb -d etc ${here}/etc/master.passwd
189 cat > etc/master.passwd <<EOF
193 pwd_mkdb -d etc ${here}/etc/master.passwd
/freebsd-current/usr.sbin/ypserv/
H A DMakefile.yp5 # This Makefile should only be run on the NIS master server of a domain.
13 # If this machine is an NIS master, reset this variable (NOPUSH=)
21 # from the master.passwd file, reset this variable (SHADOW=) in
30 # master.passwd and shadow maps (which have real encrypted passwords
43 # Normally, the master.passwd.* and shadow.* maps are guarded against access
87 # NIS passwd and master.passwd files are stored in /var/yp: the server's
89 # the real /etc/passwd and /etc/master.passwd files by:
92 # - invoking yppasswdd with `-t /etc/master.passwd' (yppasswdd will do a
93 # 'pwd_mkdb' as needed if /etc/master.passwd is thus specified).
94 # - Specifying the location of the master
[all...]
H A Dypinit.sh3 # ypinit.sh - setup a master or slave server.
12 MAPLIST="master.passwd.byname master.passwd.byuid passwd.byname passwd.byuid \
86 The `-m' flag builds a master YP server, and the `-s' flag builds
89 The `-u' is for updating the ypservers map on a master server.
116 # Check if we have contact with master.
117 # If we can't list the maps on the master, then we fake it with a
120 # the master (the slave should be bound to itself, but since it has
268 echo "${HOST} is already known as master server."
271 echo " master serve
[all...]
/freebsd-current/contrib/netbsd-tests/net/carp/
H A Dt_basic.sh50 local master=$2
53 if $master; then
/freebsd-current/contrib/opencsd/decoder/source/stm/
H A Dtrc_pkt_elem_stm.cpp52 master = 0;
118 oss << "; Master=0x" << std::hex << std::setw(2) << std::setfill('0') << (uint16_t)master;
240 oss_desc << "Set current master";
/freebsd-current/share/man/man5/
H A DMakefile62 MLINKS+=passwd.5 master.passwd.5
/freebsd-current/tools/sched/
H A Dschedgraph.py170 def __init__(self, master, target):
171 Frame.__init__(self, master)
200 def __init__(self, master):
201 Frame.__init__(self, master)
217 def __init__(self, master, name, color):
218 Frame.__init__(self, master)
324 def __init__(self, master, source):
325 Frame.__init__(self, master)
1118 def __init__(self, master, display):
1120 self.parent = master
[all...]
/freebsd-current/sys/dev/glxiic/
H A Dglxiic.c37 * supporting both master and slave mode.
146 struct iic_msg *msg; /* Current master mode message. */
148 uint8_t *data; /* Current master mode data byte. */
150 int error; /* Last master mode error. */
191 boolean_t master; member in struct:glxiic_state_table_entry
198 .master = FALSE,
203 .master = FALSE,
208 .master = FALSE,
213 .master = TRUE,
218 .master
[all...]
/freebsd-current/sbin/dump/
H A Dtape.c108 static int master; /* pid of master, for sending error signals */ variable
245 perror(" DUMP: error reading command pipe in master");
263 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-current/contrib/unbound/services/
H A Dauthzone.c2293 /** free master addr list */
3700 /** check if an address matches a master specification (or one of its
3703 addr_matches_master(struct auth_master* master, struct sockaddr_storage* addr, argument
3709 if(addr_in_list(master->list, addr, addrlen)) {
3710 *fromhost = master;
3714 * port of the master, the port number of the received notify is
3715 * allowed to by any port on that master) */
3716 if(extstrtoaddr(master->host, &a, &alen, UNBOUND_DNS_PORT) &&
3718 *fromhost = master;
3723 if(master
4228 xfr_create_ixfr_packet(struct auth_xfer* xfr, sldns_buffer* buf, uint16_t id, struct auth_master* master) argument
5391 struct auth_master* master = xfr->task_transfer->lookup_target; local
5462 struct auth_master* master = xfr->task_transfer->master; local
6305 xfr_start_transfer(struct auth_xfer* xfr, struct module_env* env, struct auth_master* master) argument
6349 struct auth_master* master = xfr_probe_current_master(xfr); local
6525 struct auth_master* master = local
6584 struct auth_master* master = xfr->task_probe->lookup_target; local
[all...]
/freebsd-current/usr.sbin/autofs/
H A Dcommon.c67 static void parse_master_yyin(struct node *root, const char *master);
1111 parse_master_yyin(struct node *root, const char *master) argument
1127 master, lineno);
1147 master, lineno);
1153 parse_master(struct node *root, const char *master) argument
1156 log_debugx("parsing auto_master file at \"%s\"", master);
1158 yyin = fopen(master, "r");
1160 err(1, "unable to open %s", master);
1162 parse_master_yyin(root, master);
1167 log_debugx("done parsing \"%s\"", master);
[all...]
/freebsd-current/usr.sbin/keyserv/
H A Dkeyserv.c210 * randomize the master key the best we can
213 randomize(des_block *master) argument
215 master->key.low = arc4random();
216 master->key.high = arc4random();
225 getrootkey(des_block *master, int prompt) argument
239 randomize(master);
266 passwd2des(passwd, (char *)master);
/freebsd-current/sys/dev/drm2/
H A DdrmP.h269 if (!_DRM_LOCK_IS_HELD(_file_priv->master->lock.hw_lock->lock) || \
270 _file_priv->master->lock.file_priv != _file_priv) { \
272 __func__, _DRM_LOCK_IS_HELD(_file_priv->master->lock.hw_lock->lock),\
273 _file_priv->master->lock.file_priv, _file_priv); \
326 int idx; /**< Index into master buflist */
418 int is_master; /* this file private is a master for a minor */
419 struct drm_master *master; /* master this node is currently associated with member in struct:drm_file
420 N.B. not always minor->master */
537 struct drm_master *master; member in struct:drm_map_list
937 struct drm_master *master; /* currently active master for this node */ member in struct:drm_minor
[all...]
H A Ddrm_bufs.c126 entry->master != dev->primary->master)
328 if (dev->primary->master->lock.hw_lock != NULL) {
333 dev->sigdata.lock = dev->primary->master->lock.hw_lock = map->handle; /* Pointer to lock */
448 list->master = dev->primary->master;
514 struct drm_master *master; local
519 master = r_list->master;
546 if (master) {
[all...]
/freebsd-current/sys/conf/
H A Dsysent.mk16 SYSENT_FILE?= syscalls.master
/freebsd-current/targets/pseudo/userland/kerberos5/
H A DMakefile.depend29 kerberos5/libexec/ipropd-master \
/freebsd-current/crypto/heimdal/lib/kadm5/
H A DMakefile.am28 libexec_PROGRAMS = ipropd-master ipropd-slave
187 ipropd-master-version.rc \
/freebsd-current/usr.sbin/ypldap/
H A Dyp.c347 strcmp(arg->map, "master.passwd.byname") == 0) {
358 strcmp(arg->map, "master.passwd.byuid") == 0) {
456 strcmp(arg->map, "master.passwd.byname") == 0) {
490 strcmp(arg->map, "master.passwd.byname") == 0) {
582 static char master[YPMAXPEER + 1]; local
588 if (gethostname(master, sizeof(master)) == 0) {
589 res.peer = (peername)master;
607 { "master.passwd.byname", YPMAP_MASTER_PASSWD_BYNAME },
608 { "master
[all...]
/freebsd-current/lib/libutil/
H A Dpw_util.c88 pw_init(const char *dir, const char *master) argument
104 if (master == NULL) {
113 if (strlen(master) >= sizeof(masterpasswd)) {
117 strcpy(masterpasswd, master);
158 * Lock the master password file.
168 * If the master password file doesn't exist, the system is hosed.
202 * data, and copy the master password file into it.

Completed in 1187 milliseconds

12345