Home
last modified time | relevance | path

Searched refs:newentry (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/cmd/devfsadm/
H A Ddevalloc.c285 deventry_t newentry, *entry; in _update_dev() local
313 newentry.devinfo.devname = NULL; in _update_dev()
315 newentry.devinfo.devname = strdup(devname); in _update_dev()
316 newentry.devinfo.devtype = (char *)devtype; in _update_dev()
317 newentry.devinfo.devauths = in _update_dev()
318 newentry.devinfo.devopts = in _update_dev()
319 newentry.devinfo.devexec = NULL; in _update_dev()
320 newentry.devinfo.devlist = strdup(rm_link); in _update_dev()
321 newentry.devinfo.instance = 0; in _update_dev()
322 newentry.next = NULL; in _update_dev()
[all …]
/titanic_50/usr/src/cmd/ypcmd/revnetgroup/
H A Drevnetgroup.c90 static groupentrylist newentry(char *name, char *group);
209 newentry(char *name, char *group) in newentry() function
250 grouptable[key] = newentry(name, group); in enter()
260 gelprev->next = newentry(name, group); in enter()
/titanic_50/usr/src/lib/librdc/common/
H A Drdcpersist.c582 char newentry[CFG_MAX_BUF]; in replace_cfgfield() local
593 bzero(newentry, sizeof (newentry)); in replace_cfgfield()
595 *newentry = '-'; in replace_cfgfield()
597 strncpy(newentry, entry, CFG_MAX_BUF); in replace_cfgfield()
623 (sv_reconfig(cfg, rdcp, oldbmp, newentry) < 0)) { in replace_cfgfield()
625 "unable to sv reconfig %s to %s", oldbmp, newentry); in replace_cfgfield()
629 if ((cfg_put_cstring(cfg, key, newentry, CFG_MAX_BUF)) < 0) { in replace_cfgfield()
/titanic_50/usr/src/lib/libnisdb/
H A Ddb_table.cc172 db_free_entry * newentry = new db_free_entry; in push() local
175 if (newentry == NULL) { in push()
180 newentry->where = tabloc; in push()
181 newentry->next = head; in push()
182 head = newentry; in push()
530 db_table::next_entry(entryp prev, entryp* newentry) in next_entry() argument
539 *newentry = i; in next_entry()
543 *newentry = NULL; in next_entry()
/titanic_50/usr/src/lib/libdwarf/common/
H A Ddwarf_alloc.c1172 struct simple_malloc_entry_s *newentry; in _dwarf_simple_malloc_add_to_list() local
1205 newentry = &cur->sr_entry[cur->sr_used]; in _dwarf_simple_malloc_add_to_list()
1206 newentry->se_addr = addr; in _dwarf_simple_malloc_add_to_list()
1207 newentry->se_size = size; in _dwarf_simple_malloc_add_to_list()
1208 newentry->se_type = alloc_type; in _dwarf_simple_malloc_add_to_list()
/titanic_50/usr/src/cmd/ldap/common/
H A Dldapmodify.c104 static int domodify( LDAP *ld, char *dn, LDAPMod **pmods, int newentry );
111 static int domodify( char *dn, LDAPMod **pmods, int newentry );
983 domodify( LDAP *ld, char *dn, LDAPMod **pmods, int newentry ) argument
985 domodify( char *dn, LDAPMod **pmods, int newentry )
1021 if ( newentry ) {
1031 if ( newentry ) {
/titanic_50/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c6331 fc_fca_port_t *tmp = list, *newentry = NULL; in fctl_local_port_list_add() local
6333 newentry = kmem_zalloc(sizeof (fc_fca_port_t), KM_NOSLEEP); in fctl_local_port_list_add()
6334 if (newentry == NULL) { in fctl_local_port_list_add()
6337 newentry->port_handle = port; in fctl_local_port_list_add()
6340 return (newentry); in fctl_local_port_list_add()
6343 tmp->port_next = newentry; in fctl_local_port_list_add()