Searched defs:new_id (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dtable.c195 response->id_num = request->id_num = new_id();
222 new_id(void) function
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_print.c61 uint32_t new_id; local
75 new_id = atomic_inc_32_nv(&tmp_id);
76 (void) snprintf(path, MAXPATHLEN, "%s%05u", identifier, new_id);
/illumos-gate/usr/src/cmd/busstat/
H A Dbusstat.c1271 kid_t new_id; local
1275 if ((new_id = kstat_chain_update(kc)) < 0) {
1281 if (new_id == 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_sg.c597 int32_t new_id = BAD_SRVID; local
675 new_id = i_ilbd_alloc_srvID(tmp_sg, NULL);
676 if (new_id == BAD_SRVID) {
685 srv->sgs_id = new_id;
687 new_id = i_ilbd_alloc_srvID(tmp_sg, &srv->sgs_id);
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c261 mddb_recid_t new_id; local
290 new_id = mddb_createrec((size_t)alloc_size, rec_type, 1,
292 if (new_id < 0)
293 return (new_id);
295 recids[0] = rh->r_next_recid = new_id;
323 mddb_recid_t new_id; local
345 new_id = mddb_createrec((size_t)rh->r_alloc_size + alloc_size, rec_type,
350 if (new_id < 0)
351 return (new_id);
353 new_rec = mddb_getrecaddr(new_id);
[all...]
/illumos-gate/usr/src/cmd/svc/configd/
H A Dbackend.c2308 uint32_t new_id = 0; local
2318 info.rs_out = &new_id;
2337 return (new_id);
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c4898 * new_id, then cache and return that entry.
4970 * by calling new_id() and cache onto the numeral_set
4973 numeral->id = new_id(set->headnumeral, type, min);
4979 vprint(RSRV_MID, "%s: alloc new_id: %s numeral flags = %d\n",
5293 new_id(numeral_t *numeral, int type, char *min) function

Completed in 101 milliseconds